-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[Service Fabric] az sf managed-cluster network-security-rule add
: Add command to add network security rule to managed cluster
#26510
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
Conversation
️✔️AzureCLI-FullTest
|
|
is_break | cmd_name | rule_message | suggest_message |
---|---|---|---|
sf managed-cluster network-security-rule | sub group sf managed-cluster network-security-rule added |
Thank you for your contribution! We will review the pull request and get back to you soon. |
/azp run Azure.azure-cli Breaking Change Test |
Azure Pipelines successfully started running 1 pipeline(s). |
src/azure-cli/azure/cli/command_modules/servicefabric/_params.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/servicefabric/_validators.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/servicefabric/tests/latest/test_sf_managed_cluster.py
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/servicefabric/tests/latest/test_sf_managed_cluster.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/servicefabric/_params.py
Outdated
Show resolved
Hide resolved
Please refer to the guideline to write the description of those PR changes in the |
I added what I thought were the main changes |
src/azure-cli/azure/cli/command_modules/servicefabric/_params.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/servicefabric/_params.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/servicefabric/_params.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/servicefabric/_params.py
Outdated
Show resolved
Hide resolved
@mwesigwaguma Please note that we are launching the release for this sprint this week. Please resolve all comments by tomorrow, otherwise the release of this PR will have to be postponed to the next sprint (on 08-01) |
resolved all comments and tests are passing. Should be all set |
az sf managed-cluster network-security-rule add
: Add command to add network security rule to managed cluster
…dd command to add network security rule to managed cluster (Azure#26510)
Description
Command to add network security rule to managed cluster
Testing Guide
see src\azure-cli\azure\cli\command_modules\help.py for examples and descriptions
History Notes
[Service Fabric]
az sf managed-cluster network-security-rule add
: Add network security rule to managed clusterThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.