File tree Expand file tree Collapse file tree 28 files changed +32
-32
lines changed
ScenarioTest.ResourceManager Expand file tree Collapse file tree 28 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 21
21
using Microsoft . Azure . Commands . Common . Authentication . Models ;
22
22
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
23
23
using Xunit . Abstractions ;
24
- using Microsoft . WindowsAzure . ServiceManagemenet . Common . Models ;
24
+ using Microsoft . WindowsAzure . ServiceManagement . Common . Models ;
25
25
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
26
26
27
27
namespace Microsoft . WindowsAzure . Commands . Common . Test . Common
Original file line number Diff line number Diff line change 18
18
using Microsoft . Azure . Commands . Common . Authentication ;
19
19
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
20
20
using Xunit . Abstractions ;
21
- using Microsoft . WindowsAzure . ServiceManagemenet . Common . Models ;
21
+ using Microsoft . WindowsAzure . ServiceManagement . Common . Models ;
22
22
23
23
namespace Microsoft . WindowsAzure . Commands . Common . Test
24
24
{
Original file line number Diff line number Diff line change 19
19
using Microsoft . Azure . Commands . Common . Authentication ;
20
20
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
21
21
using Xunit . Abstractions ;
22
- using Microsoft . WindowsAzure . ServiceManagemenet . Common . Models ;
22
+ using Microsoft . WindowsAzure . ServiceManagement . Common . Models ;
23
23
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
24
24
25
25
namespace Microsoft . WindowsAzure . Commands . Common . Test . Common
Original file line number Diff line number Diff line change 14
14
15
15
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
16
16
using Microsoft . WindowsAzure . Commands . Utilities . Common ;
17
- using Microsoft . WindowsAzure . ServiceManagemenet . Common . Models ;
17
+ using Microsoft . WindowsAzure . ServiceManagement . Common . Models ;
18
18
using Xunit ;
19
19
using Xunit . Abstractions ;
20
20
Original file line number Diff line number Diff line change 22
22
using Microsoft . Azure . Commands . Common . Authentication ;
23
23
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
24
24
using Xunit . Abstractions ;
25
- using Microsoft . WindowsAzure . ServiceManagemenet . Common . Models ;
25
+ using Microsoft . WindowsAzure . ServiceManagement . Common . Models ;
26
26
27
27
namespace Microsoft . WindowsAzure . Commands . Common . Test . Common
28
28
{
Original file line number Diff line number Diff line change 29
29
using Microsoft . Azure . Commands . Common . Authentication . Factories ;
30
30
using System . Net . Http ;
31
31
using Xunit . Abstractions ;
32
- using Microsoft . WindowsAzure . ServiceManagemenet . Common . Models ;
32
+ using Microsoft . WindowsAzure . ServiceManagement . Common . Models ;
33
33
34
34
namespace Microsoft . WindowsAzure . Commands . Common . Test . Common
35
35
{
Original file line number Diff line number Diff line change 21
21
using System . IO ;
22
22
using System . Linq ;
23
23
using System . Security . Cryptography . X509Certificates ;
24
- using Microsoft . Azure . ServiceManagemenet . Common ;
24
+ using Microsoft . Azure . ServiceManagement . Common ;
25
25
using Xunit ;
26
26
using CSMSubscription = Microsoft . Azure . Subscriptions . Models . Subscription ;
27
27
using RDFESubscription = Microsoft . WindowsAzure . Subscriptions . Models . SubscriptionListOperationResponse . Subscription ;
28
28
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
29
29
using Xunit . Abstractions ;
30
- using Microsoft . WindowsAzure . ServiceManagemenet . Common . Models ;
30
+ using Microsoft . WindowsAzure . ServiceManagement . Common . Models ;
31
31
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
32
32
using Microsoft . WindowsAzure . Commands . Utilities . Common ;
33
33
using Microsoft . WindowsAzure . Commands . Common ;
Original file line number Diff line number Diff line change 15
15
using Microsoft . Azure . Commands . Common . Authentication ;
16
16
using Microsoft . Azure . Commands . ResourceManager . Common ;
17
17
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
18
- using Microsoft . WindowsAzure . ServiceManagemenet . Common . Models ;
18
+ using Microsoft . WindowsAzure . ServiceManagement . Common . Models ;
19
19
using System ;
20
20
using System . Runtime . InteropServices ;
21
21
using System . Security ;
Original file line number Diff line number Diff line change 16
16
using Microsoft . Azure . Commands . Common . Authentication ;
17
17
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
18
18
using Microsoft . WindowsAzure . Commands . Common . CustomAttributes ;
19
- using Microsoft . Azure . ServiceManagemenet . Common . Models ;
19
+ using Microsoft . Azure . ServiceManagement . Common . Models ;
20
20
using Microsoft . WindowsAzure . Commands . Common ;
21
21
using Microsoft . WindowsAzure . Commands . Utilities . Common ;
22
22
using System ;
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ public class AzurePowerShell
26
26
27
27
public const string AssemblyCopyright = "Copyright © Microsoft" ;
28
28
29
- public const string AssemblyVersion = "6.9 .0" ;
29
+ public const string AssemblyVersion = "1.0 .0" ;
30
30
31
- public const string AssemblyFileVersion = "6.9 .0" ;
31
+ public const string AssemblyFileVersion = "1.0 .0" ;
32
32
33
33
public const string ProfileFile = "AzureProfile.json" ;
34
34
@@ -40,7 +40,7 @@ public class AzurePowerShell
40
40
41
41
public static ProductInfoHeaderValue UserAgentValue = new ProductInfoHeaderValue (
42
42
"AzurePowershell" ,
43
- string . Format ( "v {0}" , AzurePowerShell . AssemblyVersion ) ) ;
43
+ string . Format ( "Az {0}" , AzurePowerShell . AssemblyVersion ) ) ;
44
44
45
45
public static string ProfileDirectory = Path . Combine (
46
46
#if NETSTANDARD
Original file line number Diff line number Diff line change 20
20
using System . Collections . Generic ;
21
21
using System . Net . Http ;
22
22
23
- namespace Microsoft . Azure . ServiceManagemenet . Common . Models
23
+ namespace Microsoft . Azure . ServiceManagement . Common . Models
24
24
{
25
25
public class RecordingTracingInterceptor : Hyak . Common . ICloudTracingInterceptor
26
26
{
Original file line number Diff line number Diff line change 12
12
<PackageReference Include =" Microsoft.Rest.ClientRuntime.Azure" Version =" 3.3.18" />
13
13
</ItemGroup >
14
14
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
15
- <PackageReference Include =" PowerShellStandard.Library" Version =" 5.1.0-preview-06 " PrivateAssets =" All" />
15
+ <PackageReference Include =" PowerShellStandard.Library" Version =" 5.1.0" PrivateAssets =" All" />
16
16
</ItemGroup >
17
17
<ItemGroup Condition =" '$(IncludeHyak)' == 'true'" >
18
18
<PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.4.0" />
Original file line number Diff line number Diff line change 16
16
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
17
17
using Microsoft . Azure . Commands . Common . Authentication . Models ;
18
18
using Microsoft . Azure . Commands . ScenarioTest ;
19
- using Microsoft . Azure . ServiceManagemenet . Common . Models ;
19
+ using Microsoft . Azure . ServiceManagement . Common . Models ;
20
20
using Microsoft . Azure . Test ;
21
21
using Microsoft . Azure . Test . HttpRecorder ;
22
22
using Microsoft . WindowsAzure . Commands . Common ;
Original file line number Diff line number Diff line change 12
12
// limitations under the License.
13
13
// ----------------------------------------------------------------------------------
14
14
15
- using Microsoft . Azure . ServiceManagemenet . Common . Models ;
15
+ using Microsoft . Azure . ServiceManagement . Common . Models ;
16
16
using System ;
17
17
using System . Collections . Generic ;
18
18
using System . Collections . ObjectModel ;
Original file line number Diff line number Diff line change 21
21
using System . Reflection ;
22
22
using Xunit . Abstractions ;
23
23
24
- namespace Microsoft . Azure . ServiceManagemenet . Common . Models
24
+ namespace Microsoft . Azure . ServiceManagement . Common . Models
25
25
{
26
26
public class XunitTracingInterceptor : Hyak . Common . ICloudTracingInterceptor
27
27
{
Original file line number Diff line number Diff line change 26
26
using System . IO ;
27
27
using System . Management . Automation ;
28
28
using System . Security . Cryptography . X509Certificates ;
29
- using Microsoft . Azure . ServiceManagemenet . Common ;
29
+ using Microsoft . Azure . ServiceManagement . Common ;
30
30
using System . Text ;
31
- using Microsoft . WindowsAzure . ServiceManagemenet . Common . Models ;
31
+ using Microsoft . WindowsAzure . ServiceManagement . Common . Models ;
32
32
using System . Net . Http ;
33
33
using System . Threading ;
34
34
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
Original file line number Diff line number Diff line change 29
29
using Microsoft . Azure . Commands . Common . Authentication ;
30
30
using Microsoft . Azure ;
31
31
using System . IO ;
32
- using Microsoft . Azure . ServiceManagemenet . Common ;
32
+ using Microsoft . Azure . ServiceManagement . Common ;
33
33
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
34
34
using Microsoft . WindowsAzure . Commands . Utilities . Common ;
35
35
#if NETSTANDARD
Original file line number Diff line number Diff line change 12
12
// limitations under the License.
13
13
// ----------------------------------------------------------------------------------
14
14
15
- using Microsoft . WindowsAzure . ServiceManagemenet . Common . Models ;
15
+ using Microsoft . WindowsAzure . ServiceManagement . Common . Models ;
16
16
using System ;
17
17
using System . Collections . Generic ;
18
18
using System . Collections . ObjectModel ;
Original file line number Diff line number Diff line change 23
23
using System . IO ;
24
24
using System . Reflection ;
25
25
26
- namespace Microsoft . WindowsAzure . ServiceManagemenet . Common . Models
26
+ namespace Microsoft . WindowsAzure . ServiceManagement . Common . Models
27
27
{
28
28
public class XunitTracingInterceptor : Hyak . Common . ICloudTracingInterceptor
29
29
{
Original file line number Diff line number Diff line change 15
15
using Microsoft . Azure . Commands . Common . Authentication ;
16
16
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
17
17
using Microsoft . Azure . Commands . Common . Authentication . Models ;
18
- using Microsoft . Azure . ServiceManagemenet . Common . Models ;
18
+ using Microsoft . Azure . ServiceManagement . Common . Models ;
19
19
using Microsoft . WindowsAzure . Commands . Common ;
20
20
using Microsoft . WindowsAzure . Commands . Common . Properties ;
21
21
using Newtonsoft . Json ;
Original file line number Diff line number Diff line change 15
15
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
16
16
using System . Collections . Generic ;
17
17
18
- namespace Microsoft . Azure . ServiceManagemenet . Common . Models
18
+ namespace Microsoft . Azure . ServiceManagement . Common . Models
19
19
{
20
20
public class PSAzureAccount
21
21
{
Original file line number Diff line number Diff line change 27
27
using System . Security ;
28
28
using System . Security . Cryptography . X509Certificates ;
29
29
30
- namespace Microsoft . Azure . ServiceManagemenet . Common
30
+ namespace Microsoft . Azure . ServiceManagement . Common
31
31
{
32
32
/// <summary>
33
33
/// Convenience client for azure profile and subscriptions.
Original file line number Diff line number Diff line change 13
13
// ----------------------------------------------------------------------------------
14
14
15
15
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
16
- using Microsoft . Azure . ServiceManagemenet . Common . Models ;
16
+ using Microsoft . Azure . ServiceManagement . Common . Models ;
17
17
using System ;
18
18
using System . Collections . Generic ;
19
19
Original file line number Diff line number Diff line change 23
23
using System . Security . Cryptography . X509Certificates ;
24
24
using System . Xml . Serialization ;
25
25
26
- namespace Microsoft . Azure . ServiceManagemenet . Common
26
+ namespace Microsoft . Azure . ServiceManagement . Common
27
27
{
28
28
/// <summary>
29
29
/// Class that handles loading publishsettings files
Original file line number Diff line number Diff line change 27
27
using System . Linq ;
28
28
using System . Net ;
29
29
30
- namespace Microsoft . Azure . ServiceManagemenet . Common . Models
30
+ namespace Microsoft . Azure . ServiceManagement . Common . Models
31
31
{
32
32
public class RPRegistrationAction : IClientAction
33
33
{
Original file line number Diff line number Diff line change 14
14
15
15
using System . Collections . Generic ;
16
16
17
- namespace Microsoft . Azure . ServiceManagemenet . Common
17
+ namespace Microsoft . Azure . ServiceManagement . Common
18
18
{
19
19
/// <summary>
20
20
/// This class handles mapping management client types
Original file line number Diff line number Diff line change 12
12
// limitations under the License.
13
13
// ----------------------------------------------------------------------------------
14
14
15
- using Microsoft . Azure . ServiceManagemenet . Common ;
15
+ using Microsoft . Azure . ServiceManagement . Common ;
16
16
using Microsoft . WindowsAzure . Commands . Utilities . Common ;
17
17
18
18
namespace Microsoft . WindowsAzure . Commands . Utilities . Profile
Original file line number Diff line number Diff line change 22
22
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
23
23
using Microsoft . Azure . Commands . Common . Authentication . Models ;
24
24
using Microsoft . Azure . Commands . ResourceManager . Common ;
25
- using Microsoft . Azure . ServiceManagemenet . Common . Models ;
25
+ using Microsoft . Azure . ServiceManagement . Common . Models ;
26
26
using Microsoft . Azure . Test . HttpRecorder ;
27
27
using Microsoft . Rest . ClientRuntime . Azure . TestFramework ;
28
28
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
You can’t perform that action at this time.
0 commit comments