-
Notifications
You must be signed in to change notification settings - Fork 368
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
feat(storage): support bucket restore in soft delete phase 2 #13894
base: main
Are you sure you want to change the base?
feat(storage): support bucket restore in soft delete phase 2 #13894
Conversation
… related test cases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a full code review by any means, but I'm hoping that this little bit will reduce the number of iterations required after Amanda is back from Thanksgiving.
Directory.Packages.props
Outdated
@@ -1,5 +1,6 @@ | |||
<Project> | |||
<ItemGroup> | |||
<PackageVersion Include="Google.Apis.Storage.v1" Version="1.68.0.3604" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this change, edit apis.json to change the dependency version (in the block for Google.Cloud.Storage.V1) and run generateprojects.sh to regenerate the project file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. I will revert this change and will edit apis.json with the same dependency version for (Google.Cloud.Storage.V1).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jskeet I have reverted my changes from Directory.Packages.props and updated Google.Apis.Storage.v1 version (1.68.0.3604) in apis.json file and after running generateprojects.sh , Google.Apis.Storage.v1 project file got automatically updated.
Ok |
…version for Google.Cloud.Storage.V1 in apis.json
Unassigning myself from review - I'm on vacation until Tuesday. (I expect Amanda will review before then.) |
Feature request includes the following:-