diff --git a/linter_exclusions.yml b/linter_exclusions.yml index b3bea2007e0..37f3e08caa4 100644 --- a/linter_exclusions.yml +++ b/linter_exclusions.yml @@ -1092,6 +1092,17 @@ import-export update: backup_drive_manifest: rule_exclusions: - option_length_too_long +iot central enrollment-group update: + parameters: + api_version: + rule_exclusions: + - no_parameter_defaults_for_update_commands + central_dns_suffix: + rule_exclusions: + - no_parameter_defaults_for_update_commands + enabled: + rule_exclusions: + - no_parameter_defaults_for_update_commands iot central export destination update: parameters: api_version: @@ -1164,6 +1175,20 @@ iot central organization update: central_dns_suffix: rule_exclusions: - no_parameter_defaults_for_update_commands +iot central scheduled-job update: + parameters: + api_version: + rule_exclusions: + - no_parameter_defaults_for_update_commands + central_dns_suffix: + rule_exclusions: + - no_parameter_defaults_for_update_commands + batch_type: + rule_exclusions: + - no_parameter_defaults_for_update_commands + threshold_type: + rule_exclusions: + - no_parameter_defaults_for_update_commands iot central user update: parameters: api_version: diff --git a/src/index.json b/src/index.json index 2990aacc050..e45ba25fc42 100644 --- a/src/index.json +++ b/src/index.json @@ -12764,6 +12764,80 @@ "version": "0.17.1" }, "sha256Digest": "5edb56987e339e6eac50190d309e8b62f1da8e76c943537b8bdf45833d2d6307" + }, + { + "downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.17.3/azure_iot-0.17.3-py3-none-any.whl", + "filename": "azure_iot-0.17.3-py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.30.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "iotupx@microsoft.com", + "name": "Microsoft", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/azure/azure-iot-cli-extension" + } + } + }, + "extras": [ + "uamqp" + ], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "azure-iot", + "requires_python": ">=3.7", + "run_requires": [ + { + "requires": [ + "azure-core (<2.0.0,>=1.24.0)", + "azure-iot-device (~=2.11)", + "azure-mgmt-core (<2.0.0,>=1.3.0)", + "jsonschema (~=3.2.0)", + "msrest (>=0.6.21)", + "msrestazure (<2.0.0,>=0.6.3)", + "packaging", + "tqdm (~=4.62)" + ] + }, + { + "extra": "uamqp", + "requires": [ + "uamqp (~=1.2)" + ] + }, + { + "environment": "python_version < \"3.8\"", + "requires": [ + "importlib-metadata" + ] + } + ], + "summary": "The Azure IoT extension for Azure CLI.", + "version": "0.17.3" + }, + "sha256Digest": "bf343936bd2f515c46d8cff9b59cc340eb88c0ee2f4be93fe9d2a9d4ba863346" } ], "azurestackhci": [