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

[Do not Squash][Storage] Merge master change to Storage branch. #12602

Merged
merged 43 commits into from
Aug 10, 2020

Conversation

blueww
Copy link
Member

@blueww blueww commented Aug 7, 2020

Description

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:
    • a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
    • the markdown help files have been regenerated using the commands listed here

blueww and others added 30 commits April 3, 2020 13:43
## 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
* 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
[Storage] Support File Share accesstier and usage
[Do Not Squash][Storage] Merge Master changes to storage preview branch
@blueww blueww added Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. needs-review labels Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. needs-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants