Skip to content

Restoring 2.19 to Latest Versions in History #2185

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

Merged
merged 1 commit into from
Mar 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion dsc/azureDscexthistory.md
Original file line number Diff line number Diff line change
@@ -64,6 +64,26 @@ This article will provide information about each version of the Azure DSC VM Ext

- In the new extension version, TLS 1.2 is now enforced. While deploying the extension if you already had the AutoUpgradeMinorVersion = true in the Resource Manager template, then the extension will get autoupgraded to 2.75. For manual updates, specify `TypeHandlerVersion = 2.75` in your Resource Manager template.

### Version 2.19

- **Release date:**
- June 3, 2016
- **OS support:**
- Windows Server 2016 Technical Preview
- Windows Server 2012 R2
- Windows Server 2012
- Windows Server 2008 R2 SP1
- **WMF support:**
- WMF 5.0 RTM
- WMF 4.0 Update
- WMF 4.0
- **Environment:**
- Azure
- Azure China
- Azure Government
- **Remarks:** This version uses DSC as included in Windows Server 2016 Technical Preview; for other OSes, it installs the [Windows Management Framework 5.0 RTM](https://blogs.msdn.microsoft.com/powershell/2015/12/16/windows-management-framework-wmf-5-0-rtm-is-now-available/) (installing WMF requires a reboot).
- **New features:**
- The DSC Extension is now on boarded to Azure China. This version primarily contains fixes for running the Extension on Azure China.

## Supported Versions

@@ -228,4 +248,4 @@ This article will provide information about each version of the Azure DSC VM Ext
- For more information about PowerShell DSC, go to the [PowerShell documentation center](overview.md).
- Examine the [Resource Manager template for the DSC extension](/azure/virtual-machines/windows/extensions-dsc-template).
- For more functionality that you can manage by using PowerShell DSC, and for more DSC resources, browse the [PowerShell gallery](https://www.powershellgallery.com/packages?q=DscResource&x=0&y=0).
- For details about passing sensitive parameters into configurations, see [Manage credentials securely with the DSC extension handler](/azure/virtual-machines/windows/extensions-dsc-credentials).
- For details about passing sensitive parameters into configurations, see [Manage credentials securely with the DSC extension handler](/azure/virtual-machines/windows/extensions-dsc-credentials).