File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
src/Authentication.ResourceManager/Models Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1818using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
1919#if ! NETSTANDARD
2020using Microsoft . Azure . Commands . Common . Authentication . Abstractions . Desktop ;
21+ using Microsoft . Azure . Commands . Profile . Models . Desktop ;
2122#endif
2223using System . Collections ;
2324using Microsoft . Azure . Commands . Profile . Common ;
Original file line number Diff line number Diff line change 2323using System . Management . Automation ;
2424using Microsoft . WindowsAzure . Commands . Common . Attributes ;
2525
26+ #if NETSTANDARD
2627namespace Microsoft . Azure . Commands . Profile . Models
28+ #else
29+ namespace Microsoft . Azure . Commands . Profile . Models . Desktop
30+ #endif
2731{
2832 /// <summary>
2933 /// The context for connecting cmdlets in the current session to Azure.
Original file line number Diff line number Diff line change 1818using System . Collections . Generic ;
1919using Microsoft . WindowsAzure . Commands . Common . Attributes ;
2020
21+ #if NETSTANDARD
2122namespace Microsoft . Azure . Commands . Profile . Models
23+ #else
24+ namespace Microsoft . Azure . Commands . Profile . Models . Desktop
25+ #endif
2226{
2327 /// <summary>
2428 /// Credential and environment data for connecting with an Azure instance in the current session.
You can’t perform that action at this time.
0 commit comments