Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mariner-baremetal] Add mariner-baremetal extension to index.json #6917

Merged
merged 6 commits into from
Oct 30, 2023
Merged
47 changes: 47 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -43996,6 +43996,53 @@
"sha256Digest": "22ddf4b1cdc77e99262cb6089c4d96040065828a1d38a2709fdb945d3c851839"
}
],
"mariner-baremetal": [
{
"downloadUrl": "https://marinerbmextstorage.blob.core.windows.net/baremetal-extension-wheel/mariner_baremetal-0.1.0-py3-none-any.whl",
"filename": "mariner_baremetal-0.1.0-py3-none-any.whl",
"metadata": {
"azext.isExperimental": true,
"azext.minCliCoreVersion": "2.46.0",
"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",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "aditjha@microsoft.com",
"name": "Adit Jha",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://dev.azure.com/mariner-org/ECF/_git/mariner-baremetal-cli?version=GBmain"
}
}
},
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "mariner-baremetal",
"summary": "Microsoft Azure Command-Line Tools Mariner-Baremetal Extension",
"version": "0.1.0"
},
"sha256Digest": "51c5118cbdaba9e2596e8f82cbbd41445920472f7d37ea062b82908fd106f925"
}
],
"mesh": [
{
"downloadUrl": "https://meshcli.blob.core.windows.net/cli/mesh-0.10.6-py2.py3-none-any.whl",
Expand Down
5 changes: 5 additions & 0 deletions src/service_name.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,5 +788,10 @@
"Command": "az eventgrid",
"AzureServiceName": "Event Grid",
"URL": "https://learn.microsoft.com/en-us/azure/event-grid"
},
{
"Command": "az mariner-baremetal",
"AzureServiceName": "Mariner BareMetal Platform",
"URL": ""
}
]