|
1 | | -# |
| 1 | +# |
2 | 2 | # Module manifest for module 'PSGet_AzureRM.ApiManagement' |
3 | 3 | # |
4 | 4 | # Generated by: Microsoft Corporation |
5 | 5 | # |
6 | | -# Generated on: 10/31/2016 |
| 6 | +# Generated on: 12/13/2016 |
7 | 7 | # |
8 | 8 |
|
9 | 9 | @{ |
@@ -140,10 +140,10 @@ CmdletsToExport = 'Add-AzureRmApiManagementRegion', |
140 | 140 | 'Set-AzureRmApiManagementProperty', |
141 | 141 | 'Set-AzureRmApiManagementSubscription', |
142 | 142 | 'Set-AzureRmApiManagementUser', |
143 | | - 'Set-AzureRmApiManagementTenantAccess', |
144 | | - 'Get-AzureRmApiManagementIdentityProvider', |
145 | | - 'New-AzureRmApiManagementIdentityProvider', |
146 | | - 'Set-AzureRmApiManagementIdentityProvider', |
| 143 | + 'Set-AzureRmApiManagementTenantAccess', |
| 144 | + 'Get-AzureRmApiManagementIdentityProvider', |
| 145 | + 'New-AzureRmApiManagementIdentityProvider', |
| 146 | + 'Set-AzureRmApiManagementIdentityProvider', |
147 | 147 | 'Remove-AzureRmApiManagementIdentityProvider' |
148 | 148 |
|
149 | 149 | # Variables to export from this module |
@@ -179,8 +179,14 @@ PrivateData = @{ |
179 | 179 | # IconUri = '' |
180 | 180 |
|
181 | 181 | # ReleaseNotes of this module |
182 | | - ReleaseNotes = '* Fixed cmdlet Import-AzureRmApiManagementApi when importing Api by SpecificationByUrl parameter |
183 | | -* New-AzureRmApiManagement supports creating an ApiManagement service in a VirtualNetwork and with additional regions |
| 182 | + ReleaseNotes = '* Added new cmdlets to manage external Identity Provider Configurations |
| 183 | + - New-AzureRmApiManagementIdentityProvider |
| 184 | + - Set-AzureRmApiManagementIdentityProvider |
| 185 | + - Get-AzureRmApiManagementIdentityProvider |
| 186 | + - Remove-AzureRmApiManagementIdentityProvider |
| 187 | +* Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support |
| 188 | +* Updated cmdlet Import-AzureRmApiManagementApi to allow importing an Wsdl type API as either Soap Pass Through (ApiType = Http) or Soap To Rest (ApiType = Soap). Default is Soap Pass Through. |
| 189 | +* Fixed Issue https://github.com/Azure/azure-powershell/issues/3217 |
184 | 190 | ' |
185 | 191 |
|
186 | 192 | # External dependent modules of this module |
|
0 commit comments