Skip to content

Commit 7b3f7ae

Browse files
bganapashahabhijeet
authored andcommitted
Updating ChangeLog.md for the release 1.2.8 (#3378)
1 parent eaae7ab commit 7b3f7ae

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2017.01.11 version 1.2.8
2+
* AzureRM.Keyvault module
3+
* Relaxing data type of ObjectId from Guid to string in Access Policy Entry for a Vault. These changes are required to Support ADFS Identity System.
4+
* Set-AzureRmKeyVaultAccessPolicy cmdlet has an optional parameter BypassObjectIdValidation for supporting ADFS scenarios
5+
6+
## 2017.01.04 version 1.2.7
7+
* AzureStackAdmin module
8+
* The Add-AzureRmResourceProviderRegistration changes for accepting the return code of 202 Accepted for the PUT manifest call
9+
- Fix the issue of ProvisioningState and ExtensionName not getting populated with correct values
10+
- Fix the issue of missing dependency dll Microsoft.Azure.Common.NetFramework.dll'
11+
112
## 2016.09.08 version 1.2.6
213
* Side-by-side execution in PowerShell 5 using the following command in a new PowerShell session:```Import-Module -Name AzureRM -RequiredVersion 1.2.6```
314
* AzureStackAdmin Cmdlets

tools/AzureStack/AzureStack.psd1

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,10 @@ PrivateData = @{
103103
# IconUri = ''
104104

105105
# ReleaseNotes of this module
106-
ReleaseNotes = '2016.11.11 - Version 1.2.7
107-
* AzureStackAdmin
108-
* The Add-AzureRmResourceProviderRegistration changes for accepting the return code of 202 Accepted for the PUT manifest call
109-
- Fix the issue of ProvisioningState and ExtensionName not getting populated with correct values
110-
- Fix the issue of missing dependency dll Microsoft.Azure.Common.NetFramework.dll'
106+
ReleaseNotes = '2017.01.11 version 1.2.8
107+
* AzureRM.Keyvault module
108+
* Relaxing data type of ObjectId from Guid to string in Access Policy Entry for a Vault. These changes are required to Support ADFS Identity System.
109+
* Set-AzureRmKeyVaultAccessPolicy cmdlet has an optional parameter BypassObjectIdValidation for supporting ADFS scenarios'
111110

112111
# External dependent modules of this module
113112
# ExternalModuleDependencies = ''

0 commit comments

Comments
 (0)