File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Common/Commands.Common.Test/Common Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1439,7 +1439,7 @@ private void SetMockData()
1439
1439
oldProfileDataPath = System . IO . Path . Combine ( AzurePowerShell . ProfileDirectory , AzurePowerShell . OldProfileFile ) ;
1440
1440
oldProfileDataPathError = System . IO . Path . Combine ( AzurePowerShell . ProfileDirectory , AzurePowerShell . OldProfileFileBackup ) ;
1441
1441
oldProfileData = @"<?xml version=""1.0"" encoding=""utf-8""?>
1442
- <ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Commands.Utilities. Common"">
1442
+ <ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.Azure. Common.Extensions "">
1443
1443
<DefaultEnvironmentName>AzureCloud</DefaultEnvironmentName>
1444
1444
<Environments>
1445
1445
<AzureEnvironmentData>
@@ -1548,7 +1548,7 @@ private void SetMockData()
1548
1548
</ProfileData>" ;
1549
1549
1550
1550
oldProfileDataBadSubscription = @"<?xml version=""1.0"" encoding=""utf-8""?>
1551
- <ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Commands.Utilities. Common"">
1551
+ <ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.Azure. Common.Extensions "">
1552
1552
<DefaultEnvironmentName>AzureCloud</DefaultEnvironmentName>
1553
1553
<Environments>
1554
1554
</Environments>
@@ -1629,7 +1629,7 @@ private void SetMockData()
1629
1629
</ProfileData>" ;
1630
1630
1631
1631
oldProfileDataCorruptedFile = @"<?xml version=""1.0"" encoding=""utf-8""?>
1632
- <ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Commands.Utilities. Common"">
1632
+ <ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.Azure. Common.Extensions "">
1633
1633
<DefaultEnvironmentName>AzureCloud</DefaultEnvironmentName>
1634
1634
<Environments bad>
1635
1635
<AzureEnvironmentData>
You can’t perform that action at this time.
0 commit comments