File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/StorageSync/StorageSync Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
57
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'
60
59
61
60
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
62
61
# ScriptsToProcess = @()
Original file line number Diff line number Diff line change 19
19
-->
20
20
## Upcoming Release
21
21
22
+ ## Version 1.0.0
23
+ * Replace Graph method for ensuring Service Principal in CloudEndpoint provisioning.
24
+
22
25
## Version 0.8.1
23
26
* Support for tracking upload and download sync activity in parallel
24
27
Original file line number Diff line number Diff line change 15
15
<PackageReference Include =" Microsoft.Azure.Management.StorageSync" Version =" 3.0.0" />
16
16
<PackageReference Include =" Microsoft.Win32.Registry" Version =" 4.5.0" />
17
17
<PackageReference Include =" System.Management" Version =" 4.5.0" />
18
- <PackageReference Include =" WindowsAzure.Storage" Version =" 9.3.0" />
19
18
</ItemGroup >
20
19
21
20
<ItemGroup >
You can’t perform that action at this time.
0 commit comments