Skip to content

Add stack-hci-vm#6730

Merged
kairu-ms merged 21 commits intoAzure:mainfrom
wyatt-troia-msft:main
Sep 7, 2023
Merged

Add stack-hci-vm#6730
kairu-ms merged 21 commits intoAzure:mainfrom
wyatt-troia-msft:main

Conversation

@wyatt-troia-msft
Copy link
Contributor


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
    • No, because I couldn't figure out how to get azdev to recognize my extension
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

  • My extension description/summary conforms to the Extension Summary Guidelines.
    • The linked doc doesn't explain where the extension description/summary is defined, so no.

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Sep 6, 2023

️✔️Azure CLI Extensions Breaking Change Test
️✔️Non Breaking Changes

@azure-client-tools-bot-prd
Copy link

Hi @wyatt-troia-msft,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@yonzhan
Copy link
Collaborator

yonzhan commented Sep 6, 2023

Thank you for your contribution! We will review the pull request and get back to you soon.

Copy link
Member

@ggaurav10 ggaurav10 left a comment

Choose a reason for hiding this comment

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

some cli flags which shouldn't be exposed are not suppressed.

Comment on lines 56414 to 56418
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Copy link
Contributor

Choose a reason for hiding this comment

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

BTW the python version which less than 3.8 is not supported. Please update it as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should I keep the line without any version of Python specified?

Comment on lines 56423 to 56435
"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/master/src/stack-hci-vm"
}
Copy link
Contributor

Choose a reason for hiding this comment

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

As the source code of this extension is not in Azure/azure-cli-extensions repo, please correct the descriptions here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What all do I need to correct?

Copy link
Contributor

Choose a reason for hiding this comment

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

Is it okay if we remove the whole section?
@kairu-ms

Copy link
Contributor

Choose a reason for hiding this comment

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

These metadata are retrieved from the extension source code. So you should correct them in the extension code.

Copy link
Member

@ggaurav10 ggaurav10 left a comment

Choose a reason for hiding this comment

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

looks good from stack-hci-vm code perspective.

@kairu-ms kairu-ms merged commit e4a061a into Azure:main Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants