diff --git a/linter_exclusions.yml b/linter_exclusions.yml index 4dd49174377..10fab95147f 100644 --- a/linter_exclusions.yml +++ b/linter_exclusions.yml @@ -576,6 +576,18 @@ costmanagement query: dataset_configuration: rule_exclusions: - option_length_too_long +cu analyzer copy: + parameters: + destination_resource_group: + rule_exclusions: + - option_length_too_long + - parameter_should_not_end_in_resource_group + destination_subscription: + rule_exclusions: + - option_length_too_long + source_resource_group: + rule_exclusions: + - parameter_should_not_end_in_resource_group databox job create: parameters: resource_group_for_managed_disk: diff --git a/src/index.json b/src/index.json index f1280d0b8f4..a5f5a86fe78 100644 --- a/src/index.json +++ b/src/index.json @@ -59596,6 +59596,67 @@ "sha256Digest": "8f9bd1ab0cceb683dad4cef73ba26344d0a40e528da920134a5a86c4feda4577" } ], + "content-understanding": [ + { + "downloadUrl": "https://github.com/Azure/content-understanding-toolkit/releases/download/content-understanding-v0.1.0b2/content_understanding-0.1.0b2-py3-none-any.whl", + "filename": "content_understanding-0.1.0b2-py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.75.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12" + ], + "description_content_type": "text/markdown", + "extensions": { + "python.details": { + "contacts": [ + { + "name": "Microsoft Corporation", + "role": "author" + } + ], + "project_urls": { + "Repository": "https://github.com/Azure/content-understanding-toolkit/tree/main/cu-cli" + } + } + }, + "extras": [], + "license": "MIT", + "metadata_version": "2.4", + "name": "content-understanding", + "requires_python": ">=3.10", + "run_requires": [ + { + "requires": [ + "azure-cli-core (>=2.75.0; extra == \"dev\")", + "azure-cli-core>=2.75.0; extra == \"dev\"", + "azure-mgmt-cognitiveservices (<14.0.0,>=13.6.0)", + "azure-mgmt-cognitiveservices<14.0.0,>=13.6.0", + "build (>=1.2; extra == \"dev\")", + "build>=1.2; extra == \"dev\"", + "cu-cli-core (<0.2.0,>=0.1.0b3)", + "cu-cli-core<0.2.0,>=0.1.0b3", + "mypy (<2,>=1.8; extra == \"dev\")", + "mypy<2,>=1.8; extra == \"dev\"", + "pytest (>=7.4; extra == \"dev\")", + "pytest>=7.4; extra == \"dev\"", + "ruff (<0.16,>=0.5; extra == \"dev\")", + "ruff<0.16,>=0.5; extra == \"dev\"" + ] + } + ], + "summary": "Azure CLI extension for Azure Content Understanding.", + "version": "0.1.0b2" + }, + "sha256Digest": "d03a5925f8b4d1b5d628176204468b8604bf6caa2ac9a291af88dc1bb5cce521" + } + ], "cosmosdb-preview": [ { "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.1.0-py2.py3-none-any.whl", diff --git a/src/service_name.json b/src/service_name.json index 42593e99f73..850f0bc7f53 100644 --- a/src/service_name.json +++ b/src/service_name.json @@ -184,6 +184,11 @@ "AzureServiceName": "CloudSimple on Azure", "URL": "https://learn.microsoft.com/azure/vmware-cloudsimple/cloudsimple-vmware-solutions-overview" }, + { + "Command": "az cu", + "AzureServiceName": "Content Understanding", + "URL": "https://learn.microsoft.com/azure/ai-services/content-understanding/" + }, { "Command": "az custom-providers", "AzureServiceName": "Custom Providers",