-
Notifications
You must be signed in to change notification settings - Fork 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
[ARM] az data-boundary
Add DataBoundary Cmdlets
#29961
Conversation
️✔️AzureCLI-FullTest
|
Hi @skadhiresan, |
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
data-boundary | sub group data-boundary added |
Thank you for your contribution! We will review the pull request and get back to you soon. |
az data-boundary
Add DataBoundary Cmdlets
Please note that these history notes will show in the release notes of Azure CLI, please specify the correct command names and corresponding functions, e.g., |
@yanzhudd updated! |
Related command
Description
This PR enables databoundary commands to create and get databoundary.
Testing Guide
[ARM]
az data-boundary show
: Will get the data boundary at a subscription or rg level[ARM]
az data-boundary show-tenant
: Will get the data boundary at a tenant level[ARM]
az data-boundary create
: Will put a data boundary at a tenant level (test will create a databoundary on existing databoundary which has already been created and will check for the proper error message)History Notes
[ARM]
az data-boundary show
: Add command to support getting the data boundary at a specified scope[ARM]
az data-boundary show-tenant
: Add command to support getting the data boundary at a tenant level[ARM]
az data-boundary create
: Add command to support creating tenant to data boundaryThis 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.