-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[Do not Squash][Storage] Merge master change to Storage branch. #12602
Merged
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
## Upcoming Release * Support create/update/get/list EncryptionScope of a Storage account - New-AzStorageEncryptionScope - Update-AzStorageEncryptionScope - Get-AzStorageEncryptionScope * Support create Storage Container with EncryptionScope settings - New-AzRmStorageContainer * Support update Storage account with encryted by Keyvault without Keyversion - Set-AzStorageAccount ## Version 1.13.3 * Upgrade DataLake Gen2 cmdlets to use new SDK "Azure.Storage.Files.DataLake", and remove 2 parameter -ServerTimeoutPerRequest, -ClientTimeoutPerRequest - New-AzDataLakeGen2Item - Get-AzDataLakeGen2Item - Get-AzDataLakeGen2ChildItem - Move-AzDataLakeGen2Item - Set-AzDataLakeGen2ItemAclObject - Update-AzDataLakeGen2Item - Get-AzDataLakeGen2ItemContent - Remove-AzDataLakeGen2Item * Change cmdlet name from New-AzDataLakeGen2ItemAclObject to Set-AzDataLakeGen2ItemAclObject, and when InputObject already has an ACL entry with same AccessControlType/EntityId/DefaultScope, will update permission of ACL entry instead of adding new ACL entry. - Set-AzDataLakeGen2ItemAclObject * Change -Path parameter to optional, don't set -Path will get/update FileSystem root Directory - Get-AzDataLakeGen2Item - Update-AzDataLakeGen2Item * In list DataLakeGen2 items, support -OutputUserPrincipalName, and change -FetchPermission to -Fetchproperties - Get-AzDataLakeGen2ChildItem * In move DataLakeGen2 item, remove 2 parameters -Umask, -PathRenameMode, and add -Force to skip overwrite confirmation prompt. - Move-AzDataLakeGen2Item ## Version 1.13.1 * Support Point In Time Restore - Enable-AzStorageBlobRestorePolicy - Disable-AzStorageBlobRestorePolicy - New-AzStorageBlobRangeToRestore - Restore-AzStorageBlobRange * Support get blob restore status of Storage account by run get-AzureRMStorageAccount with parameter -IncludeBlobRestoreStatus - Get-AzureRMStorageAccount
Force merge because of low impact
* Update version to 1.13.4 * Reverse dll.json
Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
* [Storage] Support ORS * [Storage] Fix CI failure
[Don't use Squash and merge] merge preview changes to new storage branch.
* [Storage] Support share soft delete * fix CI failure * Remove GetShareUsage parameter since server issue * [Storage] Fix a CI failure
[Don't use Squash and merge][Storage] Merge Master change to storage preview branch
[Don't use Squash merge] [Storage] merge changes from master to storage
Az.storage preview (Do Not Squash)
[Storage] Support File Share accesstier and usage
[Do Not Squash][Storage] Merge Master changes to storage preview branch
upgrade Az.Storage to 2.1.1-preview
[Do not Squash][Storage] Merge master change to storage preview branch
[Do not Squash][Storage] Merge latest change from master to storage preview branch
[Do not Squash][Storage] merge the last change from master to storage branch
[Do not squash][Storage] merge master change to storage preview branch
blueww
added
Do Not Squash 🚫
To prevent conflicts, this PR should not be squash merged.
needs-review
labels
Aug 7, 2020
isra-fel
approved these changes
Aug 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Description
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added