-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[FluidRelay] Generate fluid-relay with CodeGen v2 #5155
Conversation
FluidRelay |
src/fluid-relay/README.md
Outdated
This is an extension to Azure CLI to manage FluidRelay resources. | ||
|
||
## How to use ## | ||
Please add commands usage here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to have some basic use cases.
confirmation="Are you sure you want to perform this operation?", | ||
) | ||
class Delete(AAZCommand): | ||
"""Delete a Fluid Relay container. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to complete the examples part, same as other commands.
src/service_name.json
Outdated
{ | ||
"Command": "az fluid-relay", | ||
"AzureServiceName": "Azure Fluid Relay", | ||
"URL": "https://docs.microsoft.com/en-us/azure/azure-fluid-relay/overview" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Page not found?
@@ -0,0 +1,4 @@ | |||
{ | |||
"azext.isExperimental": true, | |||
"azext.minCliCoreVersion": "2.38.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should wait for the release of Azure CLI 2.39.0
"azext.minCliCoreVersion": "2.38.0" | |
"azext.minCliCoreVersion": "2.39.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your correction! Relevant questions have been revised.
src/fluid-relay/README.md
Outdated
This is an extension to Azure CLI to manage FluidRelay resources. | ||
|
||
## How to use ## | ||
Please add commands usage here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove this hint line. :)
Closes: Azure/azure-cli#22938
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az fluid-relay server create
az fluid-relay server update
az fluid-relay server list
az fluid-relay server list-key
az fluid-relay server regenerate-key
az fluid-relay server show
az fluid-relay server delete
az fluid-relay container show
az fluid-relay container list
az fluid-relay container delete
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally?For new extensions:
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.The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify
src/index.json
.