Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions linter_exclusions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
61 changes: 61 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions src/service_name.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading