File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/UmbracoFileSystemProviders.Azure.Installer Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22// Copyright (c) James Jackson-South, Jeavon Leopold, and contributors. All rights reserved.
33// Licensed under the Apache License, Version 2.0.
44// </copyright>
5-
6- using System . Xml . Linq ;
7-
85namespace Our . Umbraco . FileSystemProviders . Azure . Installer
96{
107 using System ;
118 using System . Collections . Generic ;
129 using System . Configuration ;
13- using System . Diagnostics ;
1410 using System . IO ;
1511 using System . Linq ;
12+ using System . Xml . Linq ;
1613 using System . Web ;
1714 using System . Web . Hosting ;
1815 using System . Web . Http ;
1916 using System . Xml ;
20- using Enums ;
17+
18+ using Microsoft . WindowsAzure . Storage ;
19+ using Microsoft . WindowsAzure . Storage . Blob ;
20+
2121 using global ::Umbraco . Core ;
2222 using global ::Umbraco . Core . Composing ;
2323 using global ::Umbraco . Core . Logging ;
2424 using global ::Umbraco . Web . Mvc ;
2525 using global ::Umbraco . Web . WebApi ;
26- using Microsoft . WindowsAzure . Storage ;
27- using Microsoft . WindowsAzure . Storage . Blob ;
26+
27+ using Enums ;
2828 using Models ;
2929
3030 /// <summary>
You can’t perform that action at this time.
0 commit comments