-
Notifications
You must be signed in to change notification settings - Fork 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
Stg93 Snapshot management support via REST for NFS shares (Cleaned) #38845
Merged
ibrandes
merged 8 commits into
Azure:feature/storage/stg93base
from
ibrandes:stg93SnapshotManagementClean
Feb 21, 2024
Merged
Stg93 Snapshot management support via REST for NFS shares (Cleaned) #38845
ibrandes
merged 8 commits into
Azure:feature/storage/stg93base
from
ibrandes:stg93SnapshotManagementClean
Feb 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
API change check APIView has identified API level changes in this PR and created following API reviews. |
ibrandes
requested review from
ibrahimrabab,
alzimmermsft and
seanmcc-msft
as code owners
February 20, 2024 23:23
ibrandes
added a commit
that referenced
this pull request
Apr 4, 2024
* Adding new service version 2024-05-04 (2nd try) (#38255) * file changes * asset files * fixing audience error test without instrument * accidentally did not commit the change lol * re-enabling ClientName in HandleItem (#38273) * STG93 Adding rename support In List Range (Diff Range) (#38324) * swagger * hooking up * test and recording * style * async test * style * changing get to is * adding javadoc description and changing names * STG93 Added ACL response headers and x-ms-upn request header (#38450) * implementation * reformatting context logic, acl test, unfunctional upn test * edit to parseList in PathAccessControlEntry * style * made upn header appear in request and finished upn test * fixing issue with pipeline * making upn context adjustment its own method and editing its usage * fixing pipeline again * fixing upn test * resolving comments * Stg93 Snapshot management support via REST for NFS shares (Cleaned) (#38845) * swagger and hookup * everything * style * removing preprod from test environment suffix * adding better descriptions * renaming * re-recording * Revert "Stg93 Snapshot management support via REST for NFS shares (Cleaned) (…" (#38859) This reverts commit 3b390e6. * Api Review Changes (#38587) * all api review changes * syntax * revisions * removing imports * removing overwrite variable * CPKN async edits * docs changes * making getPropertiesWithResponse in sync and async private, fixing breaking change in sync * style * recording fixes * re-recording a test and suppressing spotbugs errors
ibrandes
added a commit
to ibrandes/azure-sdk-for-java
that referenced
this pull request
Apr 16, 2024
…zure#38845) * swagger and hookup * everything * style * removing preprod from test environment suffix * adding better descriptions * renaming * re-recording
ibrandes
added a commit
that referenced
this pull request
Apr 22, 2024
* Stg93 Snapshot management support via REST for NFS shares (Cleaned) (#38845) * swagger and hookup * everything * style * removing preprod from test environment suffix * adding better descriptions * renaming * re-recording * updating required service version for tests
ibrandes
added a commit
that referenced
this pull request
Jun 11, 2024
* STG94 Versions (#39551) * version updates and asset file (?) * redoing asset files pt 1 * redoing asset files pt 2 * STG94 Get Account Info on Container and Blob level (#39597) * feature and tests * style * STG94 Files OAuth - full data plane support (#39653) * swagger * tests * missed recording * link and quotaInGB description changes * Revert "STG94 Files OAuth - full data plane support (#39653)" (#39738) This reverts commit 02c23b5. * STG94 Authorization Error Detail (#39655) * tests and recordings * style * Stg94 Snapshot management support via REST for NFS shares (#39739) * Stg93 Snapshot management support via REST for NFS shares (Cleaned) (#38845) * swagger and hookup * everything * style * removing preprod from test environment suffix * adding better descriptions * renaming * re-recording * updating required service version for tests * STG94 Error Code For Copy Blob (#39795) * everything * resolving conflicts * style * style * changes to retry policy * adding back generated changes from other feature * retry changes and client changes * recording changes * swagger changes * retry constant change and appendblob test troubleshooting * creating new test copies * re-recording whole appendblob files * cleanup * fixing sharesimpl * STG94 Bearer Challenge Implementation (#39934) * bearer challenge implementation * making tests live only * style * queue changes and adding support for blobs * style * datalake implementation * blob recording * fileshare implementation pt1 * removing fileshare implementation * style * wip * file swagger changes and making nfs share work again * resolving some comments * adding comment and changing the parsing to how tables does it * changelogs * disabling error code for copy blob * making nfs feature tests premium accounts * analyze * fixing async bearer challenge * commenting out missed tests from the copy blob error code removal * fixing headers for one of the NFS tests * linting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(pushed to 94) STG93 feature for enabling snapshot virtual directory access without the messed-up commit.
Old PR with messed up commit: #38329