-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[Az.DataProtection] New ADLS backup parameter #32616
base: main
Are you sure you want to change the base?
Conversation
Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec.
Updated the API version from stable/2025-01-01 to stable/2025-02-01.
Next Steps to Merge✅ All automated merging requirements have been met! To get your PR merged, see aka.ms/azsdk/specreview/merge. |
Generated ApiView
|
Hello @ramoka178, Please review this new PR whenever you have a chance. As per team guidance I have created a new Swagger API version to include this new parameter object for ADLS Blob Backups. This property, AdlsBlobBackupDatasourceParameters, is being used within the policyInfo.policyParameters objects to configure backups for the Azure Data Lake Storage workload, this parameter is similar to the existing BlobBackupDatasourceParameters within the dataprotection.json I have included two examples to demonstrate the use of this new parameter. |
API change check APIView has identified API level changes in this PR and created following API reviews. |
Also, up to the team, but I think you can append new properties in the same api-version without any breaking change , without creating a new api-version. In reply to: 2657894532 Refers to: specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2025-02-01/dataprotection.json:5157 in bdac2d4. [](commit_id = bdac2d4, deletion_comment = False) |
Please fix Swagger Avocado and Swagger PrettierCheck failures |
Hey @ramoka178 could you please review the current PR? I have followed up in the Azure SDK channel regarding the failure due to Parameters in the object name. |
Adding AdlsBlobBackupDatasourceParameters property for ADLS Blob Backup Parameters
@IannGeorges - This is a parameter addition on top of the stable version "2025-01-01" The added new "AdlsBlobBackupDatasourceParameters" property is similar to the existing BlobBackupDatasourceParameters, and will support the new ADLS blob backup workload.
Choose a PR Template
Switch to "Preview" on this description then select one of the choices below.
Click here to open a PR for a Data Plane API.
Click here to open a PR for a Control Plane (ARM) API.
Click here to open a PR for only SDK configuration.