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
6 changes: 6 additions & 0 deletions linter_exclusions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,12 @@ sql mi-arc create:
sync_secondary_to_commit:
rule_exclusions:
- option_length_too_long
storage_class_orchestrator_logs:
rule_exclusions:
- option_length_too_long
volume_size_orchestrator_logs:
rule_exclusions:
- option_length_too_long
attestation policy set:
parameters:
new_attestation_policy:
Expand Down
58 changes: 58 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7783,6 +7783,64 @@
}
],
"arcdata": [
{
"downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.3-py2.py3-none-any.whl",
"filename": "arcdata-1.4.3-py2.py3-none-any.whl",
"metadata": {
"azext.isExperimental": false,
"azext.minCliCoreVersion": "2.3.1",
"classifiers": [
"Development Status :: 1 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "dpgswdist@microsoft.com",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://docs.microsoft.com/en-us/azure/azure-arc/data/"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"license_file": "LICENSE",
"metadata_version": "2.0",
"name": "arcdata",
"run_requires": [
{
"requires": [
"colorama (==0.4.4)",
"jinja2 (==3.0.3)",
"jsonpatch (==1.24)",
"jsonpath-ng (==1.4.3)",
"jsonschema (==3.2.0)",
"kubernetes (==23.3.0)",
"ndjson (==0.3.1)",
"pem (==21.2.0)",
"pydash (==4.8.0)"
]
}
],
"summary": "Tools for managing ArcData.",
"version": "1.4.3"
},
"sha256Digest": "2248da81432c9e2be1ce5a70c7288a6feb1f785256c19cb51bec934252401ee6"
},
{
"downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.2-py2.py3-none-any.whl",
"filename": "arcdata-1.4.2-py2.py3-none-any.whl",
Expand Down