-
Notifications
You must be signed in to change notification settings - Fork 4.1k
PatchMode and PatchStatus parameters added to Set-AzVMOperatingSystem, and also 2020-12-01 functionality #14186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 16 commits
560ae4d
b6f6b55
d7728fe
9c9ad5c
d27597b
e15cbe4
b125d03
3afb499
71e58d9
35f8da1
7cba1c3
efd6fc0
ca6265e
73c812e
f05a14e
356f30d
cbb0477
5cb1af3
18ffeab
1e589bc
301ac60
f103c37
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
<ItemGroup> | ||
<PackageReference Include="AutoMapper" Version="6.2.2" /> | ||
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="43.0.0-preview" /> | ||
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="44.0.0" /> | ||
<PackageReference Include="System.Security.Permissions" Version="4.5.0" /> | ||
<PackageReference Include="System.ServiceModel.Primitives" Version="4.4.1" /> | ||
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" /> | ||
|
@@ -30,4 +30,8 @@ | |
<Compile Include="$(StorageToolsPath)Adapters\WindowsAzure.Storage.6\AzureStorageContext.cs" Link="Common\AzureStorageContext.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
|
||
<Folder Include="Generated\ContainerService\Config\" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Uh oh!
There was an error while loading. Please reload this page.