You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/ApiManagement/ChangeLog.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,15 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Current Release
21
+
* Added new cmdlets to manage external Identity Provider Configurations
22
+
- New-AzureRmApiManagementIdentityProvider
23
+
- Set-AzureRmApiManagementIdentityProvider
24
+
- Get-AzureRmApiManagementIdentityProvider
25
+
- Remove-AzureRmApiManagementIdentityProvider
26
+
27
+
* Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support
28
+
* 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.
0 commit comments