We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f086c2f commit 5caee0bCopy full SHA for 5caee0b
src/ResourceManager/Websites/Commands.Websites/Models.WebApp/WebAppAzureStoragePath.cs
@@ -1,5 +1,3 @@
1
-using Microsoft.Azure.Management.WebSites.Models;
2
-using System;
3
// ----------------------------------------------------------------------------------
4
//
5
// Copyright Microsoft Corporation
@@ -14,6 +12,9 @@
14
12
// limitations under the License.
15
13
16
+using Microsoft.Azure.Management.WebSites.Models;
+using System;
17
+
18
namespace Microsoft.Azure.Commands.WebApps.Models
19
{
20
public class WebAppAzureStoragePath
0 commit comments