Skip to content

Commit 5caee0b

Browse files
authored
Update WebAppAzureStoragePath.cs
1 parent f086c2f commit 5caee0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ResourceManager/Websites/Commands.Websites/Models.WebApp/WebAppAzureStoragePath.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Microsoft.Azure.Management.WebSites.Models;
2-
using System;
31
// ----------------------------------------------------------------------------------
42
//
53
// Copyright Microsoft Corporation
@@ -14,6 +12,9 @@
1412
// limitations under the License.
1513
// ----------------------------------------------------------------------------------
1614

15+
using Microsoft.Azure.Management.WebSites.Models;
16+
using System;
17+
1718
namespace Microsoft.Azure.Commands.WebApps.Models
1819
{
1920
public class WebAppAzureStoragePath

0 commit comments

Comments
 (0)