-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Storage STG 101 #54317
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
base: main
Are you sure you want to change the base?
Storage STG 101 #54317
Conversation
* Added STG 101 service version * set live version to previous version
…Deprecated IncrementalCopyOfEarlierVersionSnapshotNotAllowed (#52969) * Added IncrementalCopyOfEarlierSnapshotNotAllowed blob error code and Deprecated IncrementalCopyOfEarlierVersionSnapshotNotAllowed * Fixed autorest * Export API * updated autorest
* Add support for missing SKU Name values * Updated autorest * updated autorest
* Delete Blob Conditional Tiers * renamed to BlobAccessTierRequestConditions * Added Recordings * Exported APIs * conglomerate of changes * updated autorest * Addessed archboard feedback * updated autorest
* Added SourceCustomerProvidedKey Request Headers * Exported APIs * Fixed autorest * Added comments about version * updated autorest
* Added GetUserDelegationKey and GenerateSAS for blobs * Hid and added new overloads in BlobsModelFactory * Added tests for blobs * removed unused imports * Changes for DataLake + Files + Queues * Fixed some tests + rename + export API + bug fix * removed comment * modified BlobsModelFactory * reverted BlobsModelFactory change * removed unnecesary space * Fixed autorests * small change to trigger pipeline * changes based on feedback * Addressed Archboard feedback * small comment to retrigger * Test changes * Reverted testfixture * updated autorests
* Changes for Blobs * Added fail test * Fixes for Blobs * Export Apis for Blobs * Added changes for DataLake * srh stringToSign change for repeating request headers * remove valdiation/ignore for null/empty * changed name of test method * Changed interface of RequestHeader and RequestQueryParam to be Dictionary<string,string> * Removed comment * Added test cases for special characters * pt2 * Removed console logs etc * Resolved conflicts
* Added ShareErrorCodes + fixed small bug * Fixed autorest * updated autorest
* Content Validation 101 (#52294) * Re-record --------- Co-authored-by: nickliu-msft <[email protected]>
API Change CheckAPIView identified API level changes in this PR and created the following API reviews Azure.Storage.Blobs |
|
/azp run net - storage - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* Group Source CPK in Swagger but Remove grouping in .Net * updates autorest * updated autorest
* Updated default concurrency to processor count + compat switch logic * updated default concurrency * updated changelogs * slight revision * More descriptive changelogs * changelog feedback
An array rented from the pool wasn't being properly size bound when used. Under some circumstances, the array pool would give back a larger array than needed, which would fail comparison to an array of the expected size. Replaced rental with an extension method that trims a Memory<byte> to the appropriate size, like all other code paths in the file.
* re-generate after removing swagger version enum * Updated autorest * Updated autorest
|
Todo: update autorest to point to swagger in main |
|
TODO make sure we applied STG 101 API view comments |
STG 101 swagger as merged to main. |
No description provided.