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
53 changes: 53 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -23686,6 +23686,59 @@
"version": "1.6.0"
},
"sha256Digest": "d554caa7847aa212380bd42c66001a6c924c9e44f2704405ec30ec870ffb424c"
},
{
"downloadUrl": "https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.7.0-py2.py3-none-any.whl",
"filename": "arcappliance-1.7.0-py2.py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.73.0",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.12",
Comment thread
saisankargochhayat marked this conversation as resolved.
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "appliance@microsoft.com",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "arcappliance",
"run_requires": [
{
"requires": [
"jsonschema (==4.17.3)",
"jsonschema==4.17.3",
"kubernetes (==32.0.1)",
"kubernetes==32.0.1"
Comment on lines +23730 to +23734
Copy link

Copilot AI Dec 17, 2025

Choose a reason for hiding this comment

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

Duplicate dependency declarations detected. Each dependency is listed twice with different syntax formats - once with parentheses and once with double equals. Remove the duplicate entries and keep only one declaration per dependency (preferably using the double equals format for consistency with standard Python requirements).

Copilot uses AI. Check for mistakes.
]
}
],
"summary": "Microsoft Azure Command-Line Tools Arcappliance Extension",
"version": "1.7.0"
},
"sha256Digest": "ce295e1516e2b3e86814e57e4ab5bed9783abd7c09f2fac5f8b9766a8ed599ba"
}
],
"arcdata": [
Expand Down
Loading