From 247a11e936990a60d2cfc5738f7ec51d025309c6 Mon Sep 17 00:00:00 2001 From: seanw Date: Fri, 28 Feb 2025 08:57:53 -0800 Subject: [PATCH 1/3] chore(arcdata): version bump to 1.5.21 --- linter_exclusions.yml | 5 ---- src/index.json | 69 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 5 deletions(-) diff --git a/linter_exclusions.yml b/linter_exclusions.yml index fd6e292fedd..9bc5fa7fa32 100644 --- a/linter_exclusions.yml +++ b/linter_exclusions.yml @@ -207,11 +207,6 @@ aks update: cluster_service_load_balancer_health_probe_mode: rule_exclusions: - option_length_too_long -arcdata dc config init: - parameters: - path: - rule_exclusions: - - disallowed_html_tag_from_parameter arcdata dc create: parameters: logs_ui_private_key_file: diff --git a/src/index.json b/src/index.json index 2f6bd64f581..40c79f6a81f 100644 --- a/src/index.json +++ b/src/index.json @@ -18212,6 +18212,75 @@ } ], "arcdata": [ + { + "downloadUrl": "https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.21-py2.py3-none-any.whl", + "filename": "arcdata-1.5.21-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)", + "colorama==0.4.4", + "jinja2 (==3.1.4)", + "jinja2==3.1.4", + "jsonpatch (==1.24)", + "jsonpatch==1.24", + "jsonpath-ng (==1.4.3)", + "jsonpath_ng==1.4.3", + "jsonschema (==3.2.0)", + "jsonschema==3.2.0", + "kubernetes (==31.0.0)", + "kubernetes==31.0.0", + "ndjson (==0.3.1)", + "ndjson==0.3.1", + "pem (==21.2.0)", + "pem==21.2.0", + "pydash (==7.0.6)", + "pydash==7.0.6", + "regex (==2023.10.3)", + "regex==2023.10.3" + ] + } + ], + "summary": "Tools for managing ArcData.", + "version": "1.5.21" + }, + "sha256Digest": "bf3988c2a319381293ca2d4fa03b67c9549cfe6bb570ca6f71c00a03f0f88e7f" + }, { "downloadUrl": "https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.20-py2.py3-none-any.whl", "filename": "arcdata-1.5.20-py2.py3-none-any.whl", From b4d4f731a06af430e28a0aaa36974eaedd1e3623 Mon Sep 17 00:00:00 2001 From: seanw Date: Fri, 28 Feb 2025 09:09:33 -0800 Subject: [PATCH 2/3] chore(arcdata): version bump to 1.5.21 --- linter_exclusions.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linter_exclusions.yml b/linter_exclusions.yml index 9bc5fa7fa32..fd6e292fedd 100644 --- a/linter_exclusions.yml +++ b/linter_exclusions.yml @@ -207,6 +207,11 @@ aks update: cluster_service_load_balancer_health_probe_mode: rule_exclusions: - option_length_too_long +arcdata dc config init: + parameters: + path: + rule_exclusions: + - disallowed_html_tag_from_parameter arcdata dc create: parameters: logs_ui_private_key_file: From aa79ea15127470ab0d84f9d5f3f072b2e0138eb4 Mon Sep 17 00:00:00 2001 From: seanw Date: Fri, 28 Feb 2025 11:14:51 -0800 Subject: [PATCH 3/3] retrigger checks