Skip to content

Commit 5d6f336

Browse files
Merge remote-tracking branch 'azure1/experiments' into sergey-compute-class
2 parents 72f2658 + cb572aa commit 5d6f336

File tree

327 files changed

+790113
-436
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

327 files changed

+790113
-436
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ For Storage, this change log is located at `src\Storage\ChangeLog.md`.
117117

118118
#### Breaking Changes
119119

120-
Breaking changes should **not** be introduced into the repository without giving customers at least six months notice. For a description of breaking changes in Azure PowerShell, see [here](https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-changes-definition.md).
120+
Breaking changes should **not** be introduced into the repository without giving customers at least six months notice. For a description of breaking changes in Azure PowerShell, see [here](documentation/breaking-changes/breaking-changes-definition.md).
121121

122122
Whenever a service team announces a breaking change, they must add it to the `upcoming-breaking-changes.md` file in their respective service folder. When the service team is ready to release the module with the breaking change, they must move the corresponding information from `upcoming-breaking-changes.md` into the `current-breaking-changes.md` file located in their service folder.
123123

build.proj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@
387387
<Output TaskParameter="AuthCodeSignTaskErrorsDetected" PropertyName="AuthTaskFailed" />
388388
</VerifyAuthenticodeSignatureTask>
389389

390-
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\CheckStrongNameSignature.ps1 &quot;"/>
390+
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\CheckSignature.ps1 -CustomPath $(LibrarySourceFolder)\Package\$(Configuration) &quot;"
391+
ContinueOnError="ErrorAndContinue" />
391392

392393
<!-- Copying signed shortcut back -->
393394
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psd1"

setup/azurecmdfiles.wxi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,9 +1556,6 @@
15561556
<Component Id="cmpC67F14F377421F1BCD74EC5A579D43CB" Guid="*">
15571557
<File Id="filE9553CEC1D67AB3D4B77759239D60B18" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.IotHub\Microsoft.Azure.Commands.IotHub.dll-Help.xml" />
15581558
</Component>
1559-
<Component Id="cmpD844DA64698210481D550B5CD8799D26" Guid="*">
1560-
<File Id="filA23D9B350E9B87D17B90B2181AE71E4B" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.IotHub\Microsoft.Azure.Commands.IotHub.format.ps1xml" />
1561-
</Component>
15621559
<Component Id="cmp31610C192ED2776279BBDA3D9905552E" Guid="*">
15631560
<File Id="filB571C170B96736E7EE17BBF869A203A8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.IotHub\Microsoft.Azure.Commands.ResourceManager.Common.dll" />
15641561
</Component>
@@ -5842,7 +5839,6 @@
58425839
<ComponentRef Id="cmp9DFE8C2688F7DF1A3DFF20EFA59BF3B5" />
58435840
<ComponentRef Id="cmpE29D513714759F365A7C0A2A7F2B5DC6" />
58445841
<ComponentRef Id="cmpC67F14F377421F1BCD74EC5A579D43CB" />
5845-
<ComponentRef Id="cmpD844DA64698210481D550B5CD8799D26" />
58465842
<ComponentRef Id="cmp31610C192ED2776279BBDA3D9905552E" />
58475843
<ComponentRef Id="cmpB0A6B8E083FEAEC29D41F54189DC6605" />
58485844
<ComponentRef Id="cmpB2620706D83DB49D3434BB39A5495055" />

src/Common/Commands.Common/AzurePSCmdlet.cs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ protected override void ProcessRecord()
671671
base.ProcessRecord();
672672
ExecuteCmdlet();
673673
}
674-
catch (Exception ex)
674+
catch (Exception ex) when (!IsTerminatingError(ex))
675675
{
676676
WriteExceptionError(ex);
677677
}
@@ -697,5 +697,16 @@ public void Dispose()
697697
Dispose(true);
698698
GC.SuppressFinalize(this);
699699
}
700+
701+
public virtual bool IsTerminatingError(Exception ex)
702+
{
703+
var pipelineStoppedEx = ex as PipelineStoppedException;
704+
if (pipelineStoppedEx != null && pipelineStoppedEx.InnerException == null)
705+
{
706+
return true;
707+
}
708+
709+
return false;
710+
}
700711
}
701712
}

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Commands.ScenarioTests.ResourceManager.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
7474
</Reference>
7575
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
76-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.5\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
76+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.8\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
7777
<Private>True</Private>
7878
</Reference>
7979
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
1212
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net45" />
1313
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
14-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.5" targetFramework="net45" />
14+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.8" targetFramework="net452" />
1515
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.5" targetFramework="net45" />
1616
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="2.2.9-preview" targetFramework="net45" />
1717
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineProfileTests.ps1

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,23 @@ function Test-VirtualMachineProfile
5757
$osDiskVhdUri = "https://$stoname.blob.core.windows.net/test/os.vhd";
5858
$dataDiskVhdUri1 = "https://$stoname.blob.core.windows.net/test/data1.vhd";
5959
$dataDiskVhdUri2 = "https://$stoname.blob.core.windows.net/test/data2.vhd";
60-
$dataDiskVhdUri3 = "https://$stoname.blob.core.windows.net/test/data3.vhd";
6160

6261
$p = Set-AzureRmVMOSDisk -VM $p -Name $osDiskName -VhdUri $osDiskVhdUri -Caching $osDiskCaching -CreateOption Empty;
6362

6463
$p = Add-AzureRmVMDataDisk -VM $p -Name 'testDataDisk1' -Caching 'ReadOnly' -DiskSizeInGB 10 -Lun 0 -VhdUri $dataDiskVhdUri1 -CreateOption Empty;
6564
$p = Add-AzureRmVMDataDisk -VM $p -Name 'testDataDisk2' -Caching 'ReadOnly' -DiskSizeInGB 11 -Lun 1 -VhdUri $dataDiskVhdUri2 -CreateOption Empty;
66-
$p = Add-AzureRmVMDataDisk -VM $p -Name 'testDataDisk3' -Caching 'ReadOnly' -DiskSizeInGB $null -Lun 2 -VhdUri $dataDiskVhdUri3 -CreateOption Empty;
65+
66+
# Managed data disk setting
67+
$managedDataDiskId = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rggroup/providers/Microsoft.Compute/disks/dataDisk";
68+
$p = Add-AzureRmVMDataDisk -VM $p -Name 'testDataDisk3' -Caching 'ReadOnly' -DiskSizeInGB $null -Lun 2 -CreateOption Empty -ManagedDiskId $managedDataDiskId -StorageAccountType StandardLRS;
69+
Assert-AreEqual $managedDataDiskId $p.StorageProfile.DataDisks[2].ManagedDisk.Id;
70+
Assert-AreEqual "StandardLRS" $p.StorageProfile.DataDisks[2].ManagedDisk.StorageAccountType;
6771
Assert-Null $p.StorageProfile.DataDisks[2].DiskSizeGB;
72+
73+
$p = Set-AzureRmVMDataDisk -VM $p -Name 'testDataDisk3' -StorageAccountType PremiumLRS;
74+
Assert-AreEqual $managedDataDiskId $p.StorageProfile.DataDisks[2].ManagedDisk.Id;
75+
Assert-AreEqual "PremiumLRS" $p.StorageProfile.DataDisks[2].ManagedDisk.StorageAccountType;
76+
6877
$p = Remove-AzureRmVMDataDisk -VM $p -Name 'testDataDisk3';
6978

7079
Assert-AreEqual $p.StorageProfile.OSDisk.Caching $osDiskCaching;

src/ResourceManager/Compute/Commands.Compute/Common/ConstantStringTypes.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ public static class HelpMessages
4242
public const string VMDataDiskLun = "The virtual machine data disk's Lun.";
4343
public const string VMDataDiskCreateOption = "The virtual machine data disk's create option.";
4444

45+
public const string VMManagedDiskId = "The virtual machine managed disk's Id.";
46+
public const string VMManagedDiskAccountType = "The virtual machine managed disk's account type.";
47+
4548
public const string VMNetworkInterfaceName = "The virtual machine network interface's name.";
4649
public const string VMNetworkInterfaceID = "The virtual machine network interface's ID.";
4750
public const string VMPublicIPAddressName = "The virtual machine public IP address's name.";

src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption/Scripts/AzureDiskEncryptionPreRequisiteSetup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Param(
3838
)
3939

4040
$VerbosePreference = "Continue"
41-
$ErrorActionPreference = Stop
41+
$ErrorActionPreference = "Stop"
4242

4343
########################################################################################################################
4444
# Section1: Log-in to Azure and select appropriate subscription.

src/ResourceManager/Compute/Commands.Compute/Properties/Resources.Designer.cs

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ResourceManager/Compute/Commands.Compute/Properties/Resources.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,4 +565,7 @@ The file needs to be a PowerShell script (.ps1 or .psm1) or a ZIP archive (.zip)
565565
<data name="DiagnosticsExtensionMismatchStorageAccountName" xml:space="preserve">
566566
<value>Storage account names provided in public and private configs do not match.</value>
567567
</data>
568+
<data name="NotManagedDisk" xml:space="preserve">
569+
<value>The given disk is not a managed disk.</value>
570+
</data>
568571
</root>

src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Config/AddAzureVMDataDiskCommand.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,15 @@ public class AddAzureVMDataDiskCommand : Microsoft.Azure.Commands.ResourceManage
9393

9494
[Parameter(
9595
Position = 8,
96-
ValueFromPipelineByPropertyName = true)]
96+
ValueFromPipelineByPropertyName = true,
97+
HelpMessage = HelpMessages.VMManagedDiskId)]
9798
[ValidateNotNullOrEmpty]
9899
public string ManagedDiskId { get; set; }
99100

100101
[Parameter(
101102
Position = 9,
102-
ValueFromPipelineByPropertyName = true)]
103+
ValueFromPipelineByPropertyName = true,
104+
HelpMessage = HelpMessages.VMManagedDiskAccountType)]
103105
[ValidateNotNullOrEmpty]
104106
public StorageAccountTypes? StorageAccountType { get; set; }
105107

src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Config/SetAzureVMDataDiskCommand.cs

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ public class SetAzureVMDataDiskCommand : Microsoft.Azure.Commands.ResourceManage
7575
[AllowNull]
7676
public int? DiskSizeInGB { get; set; }
7777

78+
[Parameter(
79+
Mandatory = false,
80+
ValueFromPipelineByPropertyName = true,
81+
HelpMessage = HelpMessages.VMManagedDiskAccountType)]
82+
[ValidateNotNullOrEmpty]
83+
public StorageAccountTypes? StorageAccountType { get; set; }
84+
7885
public override void ExecuteCmdlet()
7986
{
8087
var storageProfile = this.VM.StorageProfile;
@@ -102,6 +109,22 @@ public override void ExecuteCmdlet()
102109
{
103110
dataDisk.DiskSizeGB = this.DiskSizeInGB;
104111
}
112+
if (this.StorageAccountType != null)
113+
{
114+
if (dataDisk.ManagedDisk == null)
115+
{
116+
ThrowTerminatingError
117+
(new ErrorRecord(
118+
new InvalidOperationException(Properties.Resources.NotManagedDisk),
119+
string.Empty,
120+
ErrorCategory.InvalidData,
121+
null));
122+
}
123+
else
124+
{
125+
dataDisk.ManagedDisk.StorageAccountType = this.StorageAccountType;
126+
}
127+
}
105128
}
106129

107130
this.VM.StorageProfile = storageProfile;

src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Config/SetAzureVMOSDiskCommand.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,15 @@ public class SetAzureVMOSDiskCommand : Microsoft.Azure.Commands.ResourceManager.
172172

173173
[Parameter(
174174
Mandatory = false,
175-
ValueFromPipelineByPropertyName = true)]
175+
ValueFromPipelineByPropertyName = true,
176+
HelpMessage = HelpMessages.VMManagedDiskId)]
176177
[ValidateNotNullOrEmpty]
177178
public string ManagedDiskId { get; set; }
178179

179180
[Parameter(
180181
Mandatory = false,
181-
ValueFromPipelineByPropertyName = true)]
182+
ValueFromPipelineByPropertyName = true,
183+
HelpMessage = HelpMessages.VMManagedDiskAccountType)]
182184
[ValidateNotNullOrEmpty]
183185
public StorageAccountTypes? StorageAccountType { get; set; }
184186

src/ResourceManager/Compute/Commands.Compute/help/Remove-AzureRmVMDscExtension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The **Remove-AzureRmVMDscExtension** cmdlet removes a Desired State Configuratio
2424

2525
### Example 1: Remove a DSC extension
2626
```
27-
PS C:\> Remove-AzureRmVMDscExtension -ResouceGroupName "ResourceGroup001" -VMName "VM07" -Name "DSC"
27+
PS C:\> Remove-AzureRmVMDscExtension -ResourceGroupName "ResourceGroup001" -VMName "VM07" -Name "DSC"
2828
```
2929

3030
This command removes the extension named DSC on virtual machine named VM07.

src/ResourceManager/Compute/Commands.Compute/help/Set-AzureRMVMDataDisk.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Modifies properties of a virtual machine data disk.
1515
### ChangeWithName
1616
```
1717
Set-AzureRmVMDataDisk [-VM] <PSVirtualMachine> [-Name] <String> [[-Caching] <CachingTypes>]
18-
[[-DiskSizeInGB] <Int32>] [<CommonParameters>]
18+
[[-DiskSizeInGB] <Int32>] [-StorageAccountType <StorageAccountTypes>] [<CommonParameters>]
1919
```
2020

2121
### ChangeWithLun
2222
```
2323
Set-AzureRmVMDataDisk [-VM] <PSVirtualMachine> [-Lun] <Int32> [[-Caching] <CachingTypes>]
24-
[[-DiskSizeInGB] <Int32>] [<CommonParameters>]
24+
[[-DiskSizeInGB] <Int32>] [-StorageAccountType <StorageAccountTypes>] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -114,6 +114,22 @@ Accept pipeline input: True (ByPropertyName)
114114
Accept wildcard characters: False
115115
```
116116
117+
### -StorageAccountType
118+
The virtual machine managed disk's account type.
119+
120+
```yaml
121+
Type: StorageAccountTypes
122+
Parameter Sets: (All)
123+
Aliases:
124+
Accepted values: StandardLRS, PremiumLRS
125+
126+
Required: False
127+
Position: Named
128+
Default value: None
129+
Accept pipeline input: True (ByPropertyName)
130+
Accept wildcard characters: False
131+
```
132+
117133
### -VM
118134
Specifies the virtual machine for which this cmdlet modifies a data disk.
119135
To obtain a virtual machine object, use the Get-AzureRmVM cmdlet.
@@ -136,7 +152,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
136152
## INPUTS
137153
138154
### PSVirtualMachine
139-
140155
Parameter 'VM' accepts value of type 'PSVirtualMachine' from the pipeline
141156
142157
## OUTPUTS

src/ResourceManager/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</Reference>
5757
<Reference Include="Microsoft.Azure.Management.HDInsight.Job">
5858
<SpecificVersion>False</SpecificVersion>
59-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.HDInsight.Job.2.0.3\lib\net40\Microsoft.Azure.Management.HDInsight.Job.dll</HintPath>
59+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.HDInsight.Job.2.0.4\lib\net40\Microsoft.Azure.Management.HDInsight.Job.dll</HintPath>
6060
</Reference>
6161
<Reference Include="Microsoft.Azure.Management.Storage">
6262
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Storage.2.4.0-preview\lib\net40\Microsoft.Azure.Management.Storage.dll</HintPath>

src/ResourceManager/HDInsight/Commands.HDInsight.Test/HDInsightTestBase.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ public virtual void SetupManagementClientForJobTests()
8585
.Verifiable();
8686

8787
var configurationResponse = new Dictionary<string, string>();
88+
configurationResponse.Add("fs.defaultFS", "wasb://tempstorageaccount@xyz.blob.core.windows.net");
89+
configurationResponse.Add("fs.azure.account.key.xyz.blob.core.windows.net", "tempkey");
8890

8991
hdinsightManagementMock.Setup(c => c.GetClusterConfigurations(It.IsAny<string>(), It.IsAny<string>(), It.IsAny<string>()))
9092
.Returns(configurationResponse)

src/ResourceManager/HDInsight/Commands.HDInsight.Test/UnitTests/JobTests.cs

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2626
using Moq;
2727
using Xunit;
28+
using System.IO;
29+
using System.Text;
2830

2931
namespace Microsoft.Azure.Commands.HDInsight.Test
3032
{
@@ -228,6 +230,34 @@ public void GetJobWithIdProvided()
228230
f.WriteObject(It.Is<AzureHDInsightJob>(job => job.JobId.Equals(jobId))));
229231
}
230232

233+
[Fact]
234+
[Trait(Category.AcceptanceType, Category.CheckIn)]
235+
public void GetJobOutput()
236+
{
237+
string sampleOutput = "1";
238+
// Update HDInsight Management properties for Job.
239+
SetupManagementClientForJobTests();
240+
var jobId = "jobid_1984120_001";
241+
var cmdlet = GetJobOutputCommandDefinition();
242+
cmdlet.JobId = jobId;
243+
244+
MemoryStream jobOutput = new MemoryStream(Encoding.UTF8.GetBytes(sampleOutput));
245+
246+
var reader = new StreamReader(jobOutput);
247+
var text = reader.ReadToEnd();
248+
jobOutput.Seek(0, SeekOrigin.Begin);
249+
250+
hdinsightJobManagementMock.Setup(c => c.GetJobOutput(It.IsAny<string>(),It.IsAny<IStorageAccess>()))
251+
.Returns(jobOutput)
252+
.Verifiable();
253+
254+
cmdlet.ExecuteCmdlet();
255+
commandRuntimeMock.VerifyAll();
256+
commandRuntimeMock.Verify(
257+
f =>
258+
f.WriteObject(It.Is<string>(Output => Output.Equals(text))));
259+
}
260+
231261
[Fact]
232262
[Trait(Category.AcceptanceType, Category.CheckIn)]
233263
public void ListJobs()
@@ -383,6 +413,20 @@ public GetAzureHDInsightJobCommand GetJobCommandDefinition()
383413
return cmdlet;
384414
}
385415

416+
public GetAzureHDInsightJobOutputCommand GetJobOutputCommandDefinition()
417+
{
418+
var cmdlet = new GetAzureHDInsightJobOutputCommand
419+
{
420+
CommandRuntime = commandRuntimeMock.Object,
421+
HDInsightJobClient = hdinsightJobManagementMock.Object,
422+
HDInsightManagementClient = hdinsightManagementMock.Object,
423+
HttpCredential = new PSCredential("httpuser", string.Format("Password1!").ConvertToSecureString()),
424+
ClusterName = ClusterName
425+
};
426+
427+
return cmdlet;
428+
}
429+
386430
[Fact]
387431
[Trait(Category.AcceptanceType, Category.CheckIn)]
388432
public void WaitForJobCompletion_Sucess()

src/ResourceManager/HDInsight/Commands.HDInsight.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
88
<package id="Microsoft.Azure.Management.Authorization" version="0.18.2-preview" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.HDInsight" version="2.0.7" targetFramework="net45" />
10-
<package id="Microsoft.Azure.Management.HDInsight.Job" version="2.0.3" targetFramework="net45" />
10+
<package id="Microsoft.Azure.Management.HDInsight.Job" version="2.0.4" targetFramework="net45" />
1111
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
1212
<package id="Microsoft.Azure.Management.Storage" version="2.4.0-preview" targetFramework="net45" />
1313
<package id="Microsoft.Azure.Test.Framework" version="1.0.6179.26854-prerelease" targetFramework="net45" />

0 commit comments

Comments
 (0)