diff --git a/linter_exclusions.yml b/linter_exclusions.yml index 049c09aba9f..7b4b61ab11d 100644 --- a/linter_exclusions.yml +++ b/linter_exclusions.yml @@ -205,6 +205,22 @@ arcdata dc create: metrics_ui_public_key_file: rule_exclusions: - option_length_too_long +arcdata ad-connector create: + parameters: + domain_service_account_secret: + rule_exclusions: + - option_length_too_long + secondary_domain_controllers: + rule_exclusions: + - option_length_too_long +arcdata ad-connector update: + parameters: + domain_service_account_secret: + rule_exclusions: + - option_length_too_long + secondary_domain_controllers: + rule_exclusions: + - option_length_too_long sql mi-arc update: parameters: preferred_primary_replica: diff --git a/src/index.json b/src/index.json index 23af70702ed..469af5ef558 100644 --- a/src/index.json +++ b/src/index.json @@ -6636,6 +6636,64 @@ } ], "arcdata": [ + { + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.4.0-py2.py3-none-any.whl", + "filename": "arcdata-1.4.0-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 (==12.0.1)", + "ndjson (==0.3.1)", + "pem (==21.2.0)", + "pydash (==4.8.0)" + ] + } + ], + "summary": "Tools for managing ArcData.", + "version": "1.4.0" + }, + "sha256Digest": "26e67d2d3920902c12330a53f831d7916a1461926c0efd3b7929416bd04c78b0" + }, { "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.3.1-py2.py3-none-any.whl", "filename": "arcdata-1.3.1-py2.py3-none-any.whl",