Skip to content

Commit

Permalink
[mariner-baremetal] Add mariner-baremetal extension to index.json (Az…
Browse files Browse the repository at this point in the history
…ure#6917)

* Add mariner-baremetal extension metadata to index.json

* Removing duplicate index.json entry for mariner-baremetal

* Adding entry to service_name.json

* Trying to make sure metadata is matching so Verify Extensions passes

* Adding isExperimental and minCliCoreVersion to index.json since it was missing

* Updating to new sha256 after rebuilding Python wheel with changes to setup.py
  • Loading branch information
aditjha-msft committed Oct 30, 2023
1 parent 552bba0 commit cef20c4
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
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": ""
}
]

0 comments on commit cef20c4

Please sign in to comment.