Skip to content
Merged
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
74 changes: 74 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -25316,6 +25316,80 @@
}
],
"arcdata": [
{
"downloadUrl": "https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.30-py2.py3-none-any.whl",
"filename": "arcdata-1.5.30-py2.py3-none-any.whl",
"metadata": {
Comment on lines +25319 to +25322
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description/template explicitly says not to modify src/index.json (it should be updated by the publish pipeline). This change directly edits src/index.json; either revert this file change and update the extension source’s setup.py/HISTORY.rst, or update the PR description to clarify why this is an exception (e.g., external extension without source here).

Copilot uses AI. Check for mistakes.
"azext.isExperimental": false,
"azext.minCliCoreVersion": "2.3.1",
"classifiers": [
"Development Status :: 1 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"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",
"requires_python": ">=3.10",
"run_requires": [
Comment on lines +25357 to +25360
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new entry declares requires_python: ">=3.10" but keeps azext.minCliCoreVersion at 2.3.1. Very old CLI core versions may attempt to install the extension and then fail due to the Python requirement; consider bumping azext.minCliCoreVersion to a CLI version that guarantees Python >= 3.10 (or otherwise aligning these fields).

Copilot uses AI. Check for mistakes.
{
"requires": [
"colorama (>=0.4.4)",
"colorama>=0.4.4",
"jinja2 (>=3.1.6)",
"jinja2>=3.1.6",
"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",
"msrestazure (>=0.6.4.post1)",
"msrestazure>=0.6.4.post1",
"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.30"
},
"sha256Digest": "07aa8ddeeb839f3f3b63654a85d102aa85870f5e9664f0c1b7b547717e1a0d68"
},
{
"downloadUrl": "https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.29-py2.py3-none-any.whl",
"filename": "arcdata-1.5.29-py2.py3-none-any.whl",
Expand Down
Loading