Skip to content
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

azblob: Upgrade to STG 85-86 #21381

Merged
merged 12 commits into from
Aug 16, 2023
Merged

azblob: Upgrade to STG 85-86 #21381

merged 12 commits into from
Aug 16, 2023

Commits on Aug 16, 2023

  1. Regenerating AzBlob to STG 85/86 (#20724)

    * Regenerating azblob to stg 85/86
    
    * Updating CopyFromURL
    
    * minor change
    
    * minor fixes
    
    * undo some minor fixes
    
    * Updating Go code generator
    
    * Fixing calls to pipeline
    
    * Adding custom UnmarshalXML for BlobItem and BlobPrefix
    
    * Updating constructor method for AppendBlobClient
    
    * Updating Client constructors
    
    * Undoing minor fixes to blob examples
    
    * Fixing authpolicy
    
    * Updating azcore version
    
    * Fixing client strings
    
    * Const for service client
    
    * Minor fix
    
    * fixing go mod files
    
    * Shared constants client name
    
    * Addressing comments
    siminsavani-msft committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    efd69dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d343656 View commit details
    Browse the repository at this point in the history
  3. [Checksum Work] BlockBlob Client: Transactional/Source Content Valida…

    …tion (#21033)
    
    * Adding test for transactional validation in block blob
    
    * StageBlockFromURL tests
    
    * Deprecating options in CommitBlockList
    
    * CopyFromURL test
    
    * Updating checksum behavior
    
    * Record tests
    
    * Updated recording
    
    * Updated recording again
    
    * Added error for user gen checksums, tests for UploadStream, UploadBuffer, and UploadFile
    
    * Added recorded test
    
    * Updated CommitBlockList, added tests for CommitBlockList, and added CRC64 test for Upload
    
    * Updating UploadStream test
    
    * Recorded test
    
    * Recorded test
    
    * Fixing CommitBlockList errors
    
    * Fixing linting issues
    
    * Addressing comment + handling CI issues
    
    * Removing TransactionalValidation from CommitBlockList + cleaning up tests
    
    * Rerecorded tests
    siminsavani-msft committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3ebdc8d View commit details
    Browse the repository at this point in the history
  4. Update azcore (#21188)

    * Updating azcore
    
    * Updating changelog.md
    
    * Updating go sum file
    
    * Update perf go file
    siminsavani-msft committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    98a9cf7 View commit details
    Browse the repository at this point in the history
  5. Copy Blob from URL/Put Blob from URL copy source tags (#21128)

    * Regenerating AzBlob to STG 85/86 (#20724)
    
    * Regenerating azblob to stg 85/86
    
    * Updating CopyFromURL
    
    * minor change
    
    * minor fixes
    
    * undo some minor fixes
    
    * Updating Go code generator
    
    * Fixing calls to pipeline
    
    * Adding custom UnmarshalXML for BlobItem and BlobPrefix
    
    * Updating constructor method for AppendBlobClient
    
    * Updating Client constructors
    
    * Undoing minor fixes to blob examples
    
    * Fixing authpolicy
    
    * Updating azcore version
    
    * Fixing client strings
    
    * Const for service client
    
    * Minor fix
    
    * fixing go mod files
    
    * Shared constants client name
    
    * Addressing comments
    
    * [Feature STG 85/86] Cold Tier  (#21032)
    
    * Adding Cold Tier + tests
    
    * Recorded tests
    
    * Updated CHANGELOG.md
    
    * Fixing linting issues
    
    * Updating Cold tier test and recording
    
    * Addressing commits
    
    * Adding CopySourceBlobTags
    
    * Fixing enum variable name, adding default test, changelog update
    
    * Cleaning up constants
    
    * Moving const to constants.go
    
    * Small change
    siminsavani-msft committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5475136 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6169b86 View commit details
    Browse the repository at this point in the history
  7. List System Containers (#21243)

    * Listing system containers
    
    * Updating CHANGELOG.md
    
    * Record test
    siminsavani-msft committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d18235a View commit details
    Browse the repository at this point in the history
  8. Filter Tags API on Container (#21197)

    * Adding FilterBlobs to container client
    
    * Updating and adding tests
    
    * Updating URL
    
    Co-authored-by: Sourav Gupta <98318303+souravgupta-msft@users.noreply.github.com>
    
    * Updating comment
    
    Co-authored-by: Sourav Gupta <98318303+souravgupta-msft@users.noreply.github.com>
    
    * Updating CHANGELOG.md
    
    * Updating test
    
    ---------
    
    Co-authored-by: Sourav Gupta <98318303+souravgupta-msft@users.noreply.github.com>
    siminsavani-msft and souravgupta-msft committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    57f7bff View commit details
    Browse the repository at this point in the history
  9. Encryption Scope SAS (#21294)

    * Adding encryption sas to blob, account, and identity sas
    
    * Fixing issues with Blob SAS
    
    * Undo some changes
    
    * Undo some changes pt 2
    
    * Undo some changes pt 3
    
    * Adding doc comment
    
    * Updating variable names in the tests and updated account sas test
    
    * Updating tests
    
    * Adding back comment
    
    * Updating CHANGELOG.md
    
    * Update sdk/storage/azblob/sas/query_params.go
    
    Co-authored-by: Sourav Gupta <98318303+souravgupta-msft@users.noreply.github.com>
    
    * Update sdk/storage/azblob/CHANGELOG.md
    
    Co-authored-by: Sourav Gupta <98318303+souravgupta-msft@users.noreply.github.com>
    
    * Removing SI from Account SAS
    
    ---------
    
    Co-authored-by: Sourav Gupta <98318303+souravgupta-msft@users.noreply.github.com>
    siminsavani-msft and souravgupta-msft committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c669617 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a009bcb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ccb9ee6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1a8cc4d View commit details
    Browse the repository at this point in the history