Skip to content

Commit 913ce72

Browse files
Review comments
1 parent f731c9b commit 913ce72

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/StorageSync/StorageSync/Az.StorageSync.psd1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.StorageSync.dll',
58-
'.\System.Management.dll', '.\System.CodeDom.dll',
59-
'.\Microsoft.WindowsAzure.Storage.dll'
58+
'.\System.Management.dll', '.\System.CodeDom.dll'
6059

6160
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6261
# ScriptsToProcess = @()

src/StorageSync/StorageSync/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020
## Upcoming Release
2121

22+
## Version 1.0.0
23+
* Replace Graph method for ensuring Service Principal in CloudEndpoint provisioning.
24+
2225
## Version 0.8.1
2326
* Support for tracking upload and download sync activity in parallel
2427

src/StorageSync/StorageSync/StorageSync.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<PackageReference Include="Microsoft.Azure.Management.StorageSync" Version="3.0.0" />
1616
<PackageReference Include="Microsoft.Win32.Registry" Version="4.5.0" />
1717
<PackageReference Include="System.Management" Version="4.5.0" />
18-
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
1918
</ItemGroup>
2019

2120
<ItemGroup>

0 commit comments

Comments
 (0)