Skip to content

Conversation

@mabenedi
Copy link
Member

@mabenedi mabenedi commented Jun 21, 2022

Description

  • Add new commands config soft-delete update, config soft-delete show, repository list-deleted, manifest list-deleted, manifest list-deleted-tags, manifest restore
  • Update all live tests
  • Deprecate params subnet and vnet-name on network-rule command group
  • Fix bug in some acr config commands that would in certain circumstances attempt to pull a nonexistent model from SDK---

History Notes

[ACR] az acr config soft-delete show: Add new command to show soft-delete policy
[ACR] az acr config soft-delete update: Add new command to update soft-delete policy
[ACR] az acr repository list-deleted: Add new command to list deleted repositories
[ACR] az acr manifest list-deleted: Add new command to list deleted manifests
[ACR] az acr manifest list-deleted-tags: Add new command to list deleted tags
[ACR] az acr manifest restore: Add new command to restore deleted manifests and tags
[ACR] Deprecate params subnet and vnet-name on network-rule command group
[ACR] Fix bug in some acr config commands that would in certain circumstances attempt to pull a nonexistent model from SDK


This checklist is used to make sure that common guidelines for a pull request are followed.

@mabenedi mabenedi changed the title [acr] [draft] Add new soft-delete commands [acr] Add new soft-delete commands Aug 23, 2022
@mabenedi
Copy link
Member Author

mabenedi commented Aug 23, 2022

@yonzhan @zhoxing-ms We're ready to take this PR out of draft and get it reviewed and merged before the code complete on Aug 31. If we could remove the do not merge tag and review we would appreciate it

@zhoxing-ms zhoxing-ms changed the title [acr] Add new soft-delete commands [ACR] Add new soft-delete commands Aug 23, 2022
@zhoxing-ms
Copy link
Contributor

zhoxing-ms commented Aug 23, 2022

[ACR] Add az acr config soft-delete command group
[ACR] Add new commands acr repository list-deleted, acr manifest list-deleted, acr manifest list-deleted-tags, acr manifest restore

Could you refer to this PR #23323 to add detailed description to these new commands in history notes? It is better to describe the feature of those new commands clearly

@zhoxing-ms
Copy link
Contributor

zhoxing-ms commented Aug 23, 2022

[ACR] Remove deprecated command group acr manifest metadata

This will cause breaking change to users, right? If so, I suggest splitting this part into a separate PR, and then merge this part and release it in the next sprint. Because the next sprint is Ignite Event, which is our annual breaking change window, we will uniformly release breaking change during this time period.
For more details about breaking change process, please refer to this doc doc link

@mabenedi
Copy link
Member Author

[ACR] Remove deprecated command group acr manifest metadata

This will cause breaking change to users, right? If so, I suggest splitting this part into a separate PR, and then merge this part and release it in the next sprint. Because the next sprint is Ignite Event, which is our annual breaking change window, we will uniformly release breaking change during this time period. For more details about breaking change process, please refer to this doc doc link

I'm not sure. These commands have been hidden/deprecated for months now

@mabenedi
Copy link
Member Author

[ACR] Add az acr config soft-delete command group
[ACR] Add new commands acr repository list-deleted, acr manifest list-deleted, acr manifest list-deleted-tags, acr manifest restore

Could you refer to this PR #23323 to add detailed description to these new commands in history notes? It is better to describe the feature of those new commands clearly

done

@mabenedi mabenedi closed this Aug 23, 2022
@mabenedi mabenedi reopened this Aug 23, 2022
@zhoxing-ms
Copy link
Contributor

zhoxing-ms commented Aug 24, 2022

I'm not sure. These commands have been hidden/deprecated for months now

@mabenedi This should be a breaking change, because it still breaks the automated scripts which use it. Please submit a PR separately, and we will merge and release this part in Ignite Event.

@mabenedi
Copy link
Member Author

I'm not sure. These commands have been hidden/deprecated for months now

@mabenedi This should be a breaking change, because it still breaks the automated scripts which use it. Please submit a PR separately, and we will merge and release this part in Ignite Event.

Done, will send other PR separately. Still trying to merge this before code complete this milestone

self.check('length(@)', 1)])

@ResourceGroupPreparer(location='centraluseuap')
@ResourceGroupPreparer(location='centralus')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just out of curiosity, why do you modify this location for the network module related tests?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it said that centraluseuap was an unsupported region when I ran the test

@zhoxing-ms zhoxing-ms merged commit d43f0da into Azure:dev Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Auto-Assign Auto assign by bot Container Registry az acr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants