File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
open System
2
2
open System.IO
3
3
open Microsoft.Azure // Namespace for CloudConfigurationManager
4
- open Microsoft.WindowsAzure .Storage // Namespace for CloudStorageAccount
5
- open Microsoft.WindowsAzure .Storage .Blob // Namespace for Blob storage types
4
+ open Microsoft.Azure .Storage // Namespace for CloudStorageAccount
5
+ open Microsoft.Azure .Storage .Blob // Namespace for Blob storage types
6
6
7
7
//
8
8
// Get your connection string.
Original file line number Diff line number Diff line change 1
1
open System
2
2
open System.IO
3
3
open Microsoft.Azure // Namespace for CloudConfigurationManager
4
- open Microsoft.WindowsAzure .Storage // Namespace for CloudStorageAccount
5
- open Microsoft.WindowsAzure .Storage .File // Namespace for File storage types
4
+ open Microsoft.Azure .Storage // Namespace for CloudStorageAccount
5
+ open Microsoft.Azure .Storage .File // Namespace for File storage types
6
6
7
7
//
8
8
// Get your connection string.
@@ -123,8 +123,8 @@ destBlob.StartCopy(sasUri2)
123
123
// Troubleshooting File storage using metrics.
124
124
//
125
125
126
- open Microsoft.WindowsAzure .Storage .File .Protocol
127
- open Microsoft.WindowsAzure .Storage .Shared .Protocol
126
+ open Microsoft.Azure .Storage .File .Protocol
127
+ open Microsoft.Azure .Storage .Shared .Protocol
128
128
129
129
let props =
130
130
FileServiceProperties(
Original file line number Diff line number Diff line change 1
1
open Microsoft.Azure // Namespace for CloudConfigurationManager
2
- open Microsoft.WindowsAzure .Storage // Namespace for CloudStorageAccount
3
- open Microsoft.WindowsAzure .Storage .Queue // Namespace for Queue storage types
2
+ open Microsoft.Azure .Storage // Namespace for CloudStorageAccount
3
+ open Microsoft.Azure .Storage .Queue // Namespace for Queue storage types
4
4
5
5
//
6
6
// Get your connection string.
Original file line number Diff line number Diff line change 1
1
open System
2
2
open System.IO
3
3
open Microsoft.Azure // Namespace for CloudConfigurationManager
4
- open Microsoft.WindowsAzure .Storage // Namespace for CloudStorageAccount
5
- open Microsoft.WindowsAzure .Storage .Table // Namespace for Table storage types
4
+ open Microsoft.Azure .Storage // Namespace for CloudStorageAccount
5
+ open Microsoft.Azure .Storage .Table // Namespace for Table storage types
6
6
7
7
//
8
8
// Get your connection string.
You can’t perform that action at this time.
0 commit comments