|
56 | 56 |
|
57 | 57 | * Updated cmdlets **Get-AzApiManagementSsoToken** to take `PsApiManagement` object as input
|
58 | 58 | * 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]` |
66 | 64 |
|
67 | 65 | * Updated cmdlet **Export-AzApiManagementApi** to export APIs in `OpenApi 3.0` format
|
68 | 66 | * Updated cmdlet **Import-AzApiManagementApi**
|
|
104 | 102 | - Add support to enable `AllowTracing` at the subscription level.
|
105 | 103 |
|
106 | 104 | * 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` |
116 | 114 | - `Get-AzApiManagementCertificate`
|
117 | 115 | - `Remove-AzApiManagementApiVersionSet`
|
118 | 116 | - `Remove-AzApiManagementSubscription`
|
|
0 commit comments