|
3 | 3 | <ItemGroup >
|
4 | 4 | <PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.20"/>
|
5 | 5 | <PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="3.3.19"/>
|
6 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Aks" Version="1.3.7-preview"/> |
7 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.3.7-preview"/> |
8 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Authorization" Version="1.3.7-preview"/> |
9 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Common" Version="1.3.7-preview"/> |
10 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Compute" Version="1.3.7-preview"/> |
11 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Graph.Rbac" Version="1.3.7-preview"/> |
12 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Clients.KeyVault" Version="1.3.7-preview"/> |
13 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Monitor" Version="1.3.7-preview"/> |
14 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Network" Version="1.3.7-preview"/> |
15 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Clients.PolicyInsights" Version="1.3.7-preview"/> |
16 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Clients.ResourceManager" Version="1.3.7-preview"/> |
17 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Storage" Version="1.3.7-preview"/> |
18 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Storage.Management" Version="1.3.7-preview"/> |
19 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.3.7-preview"/> |
20 |
| - <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.3.7-preview"/> |
| 6 | + <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Aks" Version="1.3.9-preview"/> |
| 7 | + <PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.3.9-preview"/> |
| 8 | + <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Authorization" Version="1.3.9-preview"/> |
| 9 | + <PackageReference Include="Microsoft.Azure.PowerShell.Common" Version="1.3.9-preview"/> |
| 10 | + <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Compute" Version="1.3.9-preview"/> |
| 11 | + <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Graph.Rbac" Version="1.3.9-preview"/> |
| 12 | + <PackageReference Include="Microsoft.Azure.PowerShell.Clients.KeyVault" Version="1.3.9-preview"/> |
| 13 | + <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Monitor" Version="1.3.9-preview"/> |
| 14 | + <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Network" Version="1.3.9-preview"/> |
| 15 | + <PackageReference Include="Microsoft.Azure.PowerShell.Clients.PolicyInsights" Version="1.3.9-preview"/> |
| 16 | + <PackageReference Include="Microsoft.Azure.PowerShell.Clients.ResourceManager" Version="1.3.9-preview"/> |
| 17 | + <PackageReference Include="Microsoft.Azure.PowerShell.Storage" Version="1.3.9-preview"/> |
| 18 | + <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Storage.Management" Version="1.3.9-preview"/> |
| 19 | + <PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.3.9-preview"/> |
| 20 | + <PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.3.9-preview"/> |
21 | 21 | </ItemGroup>
|
22 | 22 | <ItemGroup Condition="'$(IsTestProject)' != 'true'">
|
23 | 23 | <PackageReference Include="Microsoft.ApplicationInsights" Version="2.4.0">
|
|
32 | 32 | <PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All" />
|
33 | 33 | </ItemGroup>
|
34 | 34 | <PropertyGroup>
|
35 |
| - <StorageToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.storage\1.3.7-preview\tools\</StorageToolsPath> |
| 35 | + <StorageToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.storage\1.3.9-preview\tools\</StorageToolsPath> |
36 | 36 | </PropertyGroup>
|
37 | 37 | <ItemGroup Condition="'$(OmitJsonPackage)' != 'true'">
|
38 | 38 | <PackageReference Include="Newtonsoft.Json" Version="10.0.3"/>
|
|
0 commit comments