- Fixed minor issues.
- Deprecated "RegisteredServer" alias for InputObject parameter for Set-AzStorageSyncServerEndpoint
- Migrated Azure AD features in Az.StorageSync to MSGraph APIs. The cmdlets will call MSGraph API according to input parameters: New-AzStorageSyncCloudEndpoint
- Changed default parameter set of Invoke-AzStorageSyncChangeDetection to use full share detection
- Fixed a bug where not all properties of PSSyncSessionStatus and PSSyncActivityStatus objects were being populated properly.
- This affected the
Get-AzStorageSyncServerEndpoint
cmdlet when trying to access the following properties of the output:- SyncStatus.UploadStatus
- SyncStatus.DownloadStatus
- SyncStatus.UploadActivity
- SyncStatus.DownloadActivity
- Added parameter sets to
Invoke-AzStorageSyncChangeDetection
- Can call the cmdlet without -DirectoryPath and -Path parameters to trigger change detection on an entire file share
- Added support for authoritative upload as part of New-AzStorageSyncServerEndpoint.
- Added cloud change enumeration status information in Cloud Endpoint object.
- Updated Server Endpoint object with various health properties
- Added "ServerName" property in Server Endpoint and Registered Server objects to support showing the current FQDN of a server.
- Deprecated
Invoke-AzStorageSyncFileRecall
- Customers should instead use
Invoke-StorageSyncFileRecall
, a cmdlet that is shipped with the Azure File Sync agent.
- Customers should instead use
- Removed offline data transfer feature in
New-AzStorageSyncServerEndpoint
.
- Added Sync tiering policy feature with download policy and local cache mode
- Added a new version StorageSync SDK targeting ApiVersion 2020-03-01
- Added Update Storage Sync Service cmdlet
Set-AzStorageSyncService
- Added IncomingTrafficPolicy and PrivateEndpointConnections to StorageSyncService cmdlets.
- Updated supported character sets in
Invoke-AzStorageSyncCompatibilityCheck
.
- Update references in .psd1 to use relative path
- Fix Issue 9810 in Reset-AzStorageSyncServerCertificate.
- Adding Invoke-AzStorageSyncChangeDetection cmdlet.
- Fix Issue 9551 for honoring TierFilesOlderThanDays
- Fix Assembly Loading bug in PowerShell core
- Fix bug for not passing OFflineDataTransferProxy to SDK
- Replace Graph method for ensuring Service Principal in CloudEndpoint provisioning.
- Support for tracking upload and download sync activity in parallel
- Update all cmdlets required to manage StorageSync ARM resources.
- General availability of
Az.StorageSync
module