Skip to content

Commit 9f471ea

Browse files
authored
Clean ApiManagement changelog
1 parent c0d63a8 commit 9f471ea

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

src/ApiManagement/ApiManagement/ChangeLog.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,11 @@
5656

5757
* Updated cmdlets **Get-AzApiManagementSsoToken** to take `PsApiManagement` object as input
5858
* Updated the cmdlet to display Error Messages inline
59-
> PS D:\github\azure-powershell> Set-AzApiManagementPolicy -Context $context -PolicyFilePath C:\wrongpolicy.xml -ApiId httpbin
60-
61-
> Set-AzApiManagementPolicy :
62-
Error Code: ValidationError
63-
Error Message: One or more fields contain incorrect values:
64-
Error Details:
65-
[Code=ValidationError, Message=Error in element 'log-to-eventhub' on line 3, column 10: Logger not found, Target=log-to-eventhub]
59+
- `PS D:\github\azure-powershell> Set-AzApiManagementPolicy -Context -PolicyFilePath C:\wrongpolicy.xml -ApiId httpbin`
60+
- `Set-AzApiManagementPolicy :`
61+
- `Error Code: ValidationError`
62+
- `Error Message: One or more fields contain incorrect values:`
63+
- `Error Details: [Code=ValidationError, Message=Error in element 'log-to-eventhub' on line 3, column 10: Logger not found, Target=log-to-eventhub]`
6664

6765
* Updated cmdlet **Export-AzApiManagementApi** to export APIs in `OpenApi 3.0` format
6866
* Updated cmdlet **Import-AzApiManagementApi**
@@ -104,15 +102,15 @@
104102
- Add support to enable `AllowTracing` at the subscription level.
105103

106104
* Updated following cmdlets to accept `ResourceId` as input
107-
- `New-AzApiManagementContext`
108-
> New-AzApiManagementContext -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/contoso
109-
- `Get-AzApiManagementApiRelease`
110-
> Get-AzApiManagementApiRelease -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/contoso/apis/echo-api/releases/releaseId
111-
- `Get-AzApiManagementApiVersionSet`
112-
> Get-AzApiManagementApiVersionSet -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/constoso/apiversionsets/pathversionset
113-
- `Get-AzApiManagementAuthorizationServer`
114-
- `Get-AzApiManagementBackend`
115-
> Get-AzApiManagementBackend -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/contoso/backends/servicefabric
105+
- 'New-AzApiManagementContext'
106+
- `New-AzApiManagementContext -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/contoso`
107+
- 'Get-AzApiManagementApiRelease'
108+
- `Get-AzApiManagementApiRelease -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/contoso/apis/echo-api/releases/releaseId`
109+
- 'Get-AzApiManagementApiVersionSet'
110+
- `Get-AzApiManagementApiVersionSet -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/constoso/apiversionsets/pathversionset`
111+
- 'Get-AzApiManagementAuthorizationServer'
112+
- 'Get-AzApiManagementBackend'
113+
- `Get-AzApiManagementBackend -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/contoso/backends/servicefabric`
116114
- `Get-AzApiManagementCertificate`
117115
- `Remove-AzApiManagementApiVersionSet`
118116
- `Remove-AzApiManagementSubscription`

0 commit comments

Comments
 (0)