[SQL] az db ltr-backup/ltr-policy: Remove preview tag for time-based immutability#32297
[SQL] az db ltr-backup/ltr-policy: Remove preview tag for time-based immutability#32297
az db ltr-backup/ltr-policy: Remove preview tag for time-based immutability#32297Conversation
️✔️AzureCLI-FullTest
|
|
Hi @lixiachena, |
There was a problem hiding this comment.
Pull Request Overview
This PR removes the preview tag from time-based immutability features in Azure SQL commands, indicating these features are now generally available (GA).
- Removed
is_preview=Trueparameter from two custom commands:remove-time-based-immutabilityandlock-time-based-immutability - Removed
is_preview=Trueparameter from two argument configurations:time_based_immutabilityandtime_based_immutability_mode
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/azure-cli/azure/cli/command_modules/sql/commands.py | Removed preview tags from remove-time-based-immutability and lock-time-based-immutability commands |
| src/azure-cli/azure/cli/command_modules/sql/_params.py | Removed preview tags from time_based_immutability and time_based_immutability_mode parameter configurations |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| sql db ltr-backup lock-time-based-immutability | cmd sql db ltr-backup lock-time-based-immutability removed property is_preview |
||
| sql db ltr-backup remove-time-based-immutability | cmd sql db ltr-backup remove-time-based-immutability removed property is_preview |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
az sql Remove preview tag for time-based immutability
az sql Remove preview tag for time-based immutabilityaz db ltr-backup/ltr-policy: Remove preview tag for time-based immutability
Related command
Description
Remove preview tag for time-based immutability
This 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.
[ x] I adhere to the Error Handling Guidelines.