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
55 changes: 55 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,61 @@
"sha256Digest": "badbdf5fc2e0b4a85c4124d3fc92859b582adf8f30f5727440ce81942140099a"
}
],
"aks-agent": [
{
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/aks_agent-1.0.0b1-py2.py3-none-any.whl",
"filename": "aks_agent-1.0.0b1-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.76.0",
Comment thread
wangzelin007 marked this conversation as resolved.
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"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": "azpycli@microsoft.com",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-agent"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "aks-agent",
"run_requires": [
{
"environment": "python_version >= \"3.10\"",
"requires": [
"holmesgpt (==0.12.6)",
Comment thread
wangzelin007 marked this conversation as resolved.
"holmesgpt==0.12.6"
]
}
],
"summary": "Provides an interactive AI-powered debugging tool for AKS",
"version": "1.0.0b1"
},
"sha256Digest": "6ade626214f463701bc1aee393261d0a9384833d1237fd12d8323ea44dc5fc5e"
}
],
"aks-preview": [
{
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.36-py2.py3-none-any.whl",
Expand Down
Loading