|
| 1 | +## 2.4.0 - July 2019 |
| 2 | +#### Az.Accounts |
| 3 | +* Add support for profile cmdlets |
| 4 | +* Add support for environments and data planes in generated cmdlets |
| 5 | +* Fix bug where incorrect endpoint was being used in some cases for data plane cmdlets in Windows PowerShell |
| 6 | + |
| 7 | +#### Az.Advisor |
| 8 | +* GA release of `Az.Advisor` |
| 9 | +* This module is now included as a part of the roll-up `Az` module |
| 10 | + |
| 11 | +#### Az.ApiManagement |
| 12 | +* Fix for issue https://github.com/Azure/azure-powershell/issues/8671 |
| 13 | + - **Get-AzApiManagementSubscription** |
| 14 | + - Added support for querying subscriptions by User and Product |
| 15 | + - Added support for querying using Scope '/', '/apis', '/apis/echo-api' |
| 16 | +* Fix for issue https://github.com/Azure/azure-powershell/issues/9307 and https://github.com/Azure/azure-powershell/issues/8432 |
| 17 | + - **Import-AzApiManagementApi** |
| 18 | + - Added support for specifiying 'ApiVersion' and 'ApiVersionSetId' when importing Apis |
| 19 | + |
| 20 | +#### Az.Automation |
| 21 | +* Fixed Set-AzAutomationConnectionFieldValue cmdlet bug to handle string value. |
| 22 | + |
| 23 | +#### Az.Compute |
| 24 | +* Add HyperVGeneration parameter to New-AzImageConfig |
| 25 | + |
| 26 | +#### Az.DataFactory |
| 27 | +* Updating the output of get activity runs, get pipeline runs, and get trigger runs ADF cmdlets to support Select-Object pipe. |
| 28 | + |
| 29 | +#### Az.EventGrid |
| 30 | +* Fix typo in 'New-AzEventGridSubscription' documentation |
| 31 | + |
| 32 | +#### Az.IotHub |
| 33 | +* Add support to regenerate authorization policy keys. |
| 34 | + |
| 35 | +#### Az.Network |
| 36 | +* Added 'RoutingPreference' to public ip tags |
| 37 | +* Improve examples for 'Get-AzNetworkServiceTag' reference documentation |
| 38 | + |
| 39 | +#### Az.PolicyInsights |
| 40 | +* Fix null reference issue in Get-AzPolicyState |
| 41 | + - More information here: https://github.com/Azure/azure-powershell/issues/9446 |
| 42 | + |
| 43 | +#### Az.OperationalInsights |
| 44 | +* Fixed CustomLog datasource model returned in Get-AzOperationalInsightsDataSource |
| 45 | + |
| 46 | +#### Az.RecoveryServices |
| 47 | +* Fix for get-policy command for IaaSVMs |
| 48 | + |
| 49 | +#### Az.Resources |
| 50 | + - Fix help text for Get-AzPolicyState -Top parameter |
| 51 | + - Add client-side paging support for Get-AzPolicyAlias |
| 52 | + - Add new parameters for Set-AzPolicyAssignment, -PolicyParameters and -PolicyParametersObject |
| 53 | + - Handful of doc and example updates for Policy cmdlets |
| 54 | + |
| 55 | +#### Az.ServiceBus |
| 56 | +* Fix for issue #4938 - New-AzureRmServiceBusQueue returns BadRequest when setting MaxSizeInMegabytes |
| 57 | + |
| 58 | +#### Az.Sql |
| 59 | +* Add Instance Failover Group cmdlets from preview release to public release |
| 60 | +* Support Azure SQL Server\Database Auditing with new cmdlets. |
| 61 | + - Set-AzSqlServerAudit |
| 62 | + - Get-AzSqlServerAudit |
| 63 | + - Remove-AzSqlServerAudit |
| 64 | + - Set-AzSqlDatabaseAudit |
| 65 | + - Get-AzSqlDatabaseAudit |
| 66 | + - Remove-AzSqlDatabaseAudit |
| 67 | +* Remove email constraints from Vulnerability Assessment settings |
| 68 | + |
| 69 | +#### Az.Storage |
| 70 | +* Change 2 parameters '-IndexDocument' and '-ErrorDocument404Path' from required to optional in cmdlet: |
| 71 | + - Enable-AzStorageStaticWebsite |
| 72 | +* Update help of Get-AzStorageBlobContent by add an example |
| 73 | +* Show more error information when cmdlet failed with StorageException |
| 74 | +* Support create or update Storage account with Azure Files AAD DS Authentication |
| 75 | + - New-AzStorageAccount |
| 76 | + - Set-AzStorageAccount |
| 77 | +* Support list or close file handles of a file share, file directory or a file |
| 78 | + - Get-AzStorageFileHandle |
| 79 | + - Close-AzStorageFileHandle |
| 80 | + |
| 81 | +#### Az.StorageSync |
| 82 | +* This module is now included as a part of the roll-up `Az` module |
| 83 | + |
1 | 84 | ## 2.3.2 - June 2019
|
2 | 85 | #### Az.Accounts
|
3 | 86 | * Fix bug with incorrect URL being used in some cases for Functions calls
|
|
29 | 112 | - New-AzureRmEventGridDomainTopic:
|
30 | 113 | - Creates a new Azure Event Grid Domain Topic.
|
31 | 114 | - Get-AzureRmEventGridDomainTopic
|
32 |
| - - Gets the details of an Event Grid Domain Topic, or gets a list of all Event Grid Domain Topics under specific Event Grid Domain in the current Azure |
| 115 | + - Gets the details of an Event Grid Domain Topic, or gets a list of all Event Grid Domain Topics under specific Event Grid Domain in the current Azure |
33 | 116 | - Remove-AzureRmEventGridDomainTopic:
|
34 | 117 | - Removes an existing Azure Event Grid Domain Topic.
|
35 | 118 | * Updated cmdlets:
|
|
41 | 124 | - Event subscription expiration date,
|
42 | 125 | - Advanced filtering parameters.
|
43 | 126 | - Add new enum for servicebusqueue as destination.
|
44 |
| - - Disallow usage of 'All' in -IncludedEventType option and replace it with |
| 127 | + - Disallow usage of 'All' in -IncludedEventType option and replace it with |
45 | 128 | - Get-AzEventGridTopic, Get-AzEventGridDomain, Get-AzEventGridDomainTopic, Get-AzEventGridSubscription:
|
46 | 129 | - Add new optional parameters (Top, ODataQuery and NextLink) to support results pagination and filtering.
|
47 | 130 | - Remove-AzureRmEventGridSubscription
|
|
59 | 142 | - New cmdlets
|
60 | 143 | - Get-AzVirtualNetworkGatewayVpnClientConnectionHealth
|
61 | 144 | * Add AvailablePrivateEndpointType
|
62 |
| - - New cmdlets |
| 145 | + - New cmdlets |
63 | 146 | - Get-AzAvailablePrivateEndpointType
|
64 | 147 | * Add PrivatePrivateLinkService
|
65 |
| - - New cmdlets |
66 |
| - - Get-AzPrivateLinkService |
| 148 | + - New cmdlets |
| 149 | + - Get-AzPrivateLinkService |
67 | 150 | - New-AzPrivateLinkService
|
68 | 151 | - Remove-AzPrivateLinkService
|
69 | 152 | - New-AzPrivateLinkServiceIpConfig
|
|
92 | 175 | - Added parameter -PublicIpAddress which accepts one or more Public IP Address objects
|
93 | 176 | - Added parameter -VirtualNetwork which accepts a Virtual Network object
|
94 | 177 | - Added methods AddPublicIpAddress and RemovePublicIpAddress on firewall object - these accept a Public IP Address object as input
|
95 |
| - - Deprecated parameters -PublicIpName and -VirtualNetworkName |
96 |
| -* Updated below commands for feature: Set VpnClient AAD authentication options to Virtual network gateway resource. |
| 178 | + - Deprecated parameters -PublicIpName and -VirtualNetworkName |
| 179 | +* Updated below commands for feature: Set VpnClient AAD authentication options to Virtual network gateway resource. |
97 | 180 | - Updated New-AzVirtualNetworkGateway: Added optional parameters AadTenantUri,AadAudienceId,AadIssuerUri to set VpnClient AAD authentication options on Gateway.
|
98 | 181 | - Updated Set-AzVirtualNetworkGateway: Added optional parameter AadTenantUri,AadAudienceId,AadIssuerUri to set VpnClient AAD authentication options on Gateway.
|
99 | 182 | - Updated Set-AzVirtualNetworkGateway: Added optional switch parameter RemoveAadAuthentication to remove VpnClient AAD authentication options from Gateway.
|
|
213 | 296 | - **Get-AzApiManagementSchema** - Get the schemas configured in the API
|
214 | 297 | - **Remove-AzApiManagementSchema** - Remove the schema configured in the API
|
215 | 298 | - **Set-AzApiManagementSchema** - Update the schema configured in the API
|
216 |
| -* Created new Cmdlet for generating a User Token. |
| 299 | +* Created new Cmdlet for generating a User Token. |
217 | 300 | - **New-AzApiManagementUserToken** - Generate a new User Token valid for 8 hours by default.Token for the 'GIT' user can be generated using this cmdlet./
|
218 | 301 | * Created a new cmdlet to retrieving the Network Status
|
219 | 302 | - **Get-AzApiManagementNetworkStatus** - Get the Network status connectivity of resources on which API Management service depends on. This is useful when deploying ApiManagement service into a Virtual Network and validing whether any of the dependencies are broken.
|
220 |
| -* Updated cmdlet **New-AzApiManagement** to manage ApiManagement service |
| 303 | +* Updated cmdlet **New-AzApiManagement** to manage ApiManagement service |
221 | 304 | - Added support for the new 'Consumption' SKU
|
222 | 305 | - Added support to turn the 'EnableClientCertificate' flag on for 'Consumption' SKU
|
223 | 306 | - The new cmdlet **New-AzApiManagementSslSetting** allows configuring 'TLS/SSL' setting on the 'Backend' and 'Frontend'. This can also be used to configure 'Ciphers' like '3DES' and 'ServerProtocols' like 'Http2' on the 'Frontend' of an ApiManagement service.
|
224 | 307 | - Added support for configuring the 'DeveloperPortal' hostname on ApiManagement service.
|
225 | 308 | * Updated cmdlets **Get-AzApiManagementSsoToken** to take 'PsApiManagement' object as input
|
226 |
| -* Updated the cmdlet to display Error Messages inline |
| 309 | +* Updated the cmdlet to display Error Messages inline |
227 | 310 | - `PS D:\github\azure-powershell> Set-AzApiManagementPolicy -Context -PolicyFilePath C:\wrongpolicy.xml -ApiId httpbin`
|
228 | 311 | - `Set-AzApiManagementPolicy :`
|
229 | 312 | - `Error Code: ValidationError`
|
|
236 | 319 | - To override the 'ServiceUrl' property specified in any document.
|
237 | 320 | * Updated cmdlet **Get-AzApiManagementPolicy** to return policy in Non-Xml escaped 'format' using 'rawxml'
|
238 | 321 | * Updated cmdlet **Set-AzApiManagementPolicy** to accept policy in Non-Xml escaped 'format' using 'rawxml' and Xml escaped using 'xml'
|
239 |
| -* Updated cmdlet **New-AzApiManagementApi** |
| 322 | +* Updated cmdlet **New-AzApiManagementApi** |
240 | 323 | - To configure API with 'OpenId' authorization server.
|
241 | 324 | - To create an API in an 'ApiVersionSet'
|
242 | 325 | - To clone an API using 'SourceApiId' and 'SourceApiRevision'.
|
243 |
| - - Ability to configure 'SubscriptionRequired' at the Api scope. |
| 326 | + - Ability to configure 'SubscriptionRequired' at the Api scope. |
244 | 327 | * Updated cmdlet **Set-AzApiManagementApi**
|
245 | 328 | - To configure API with 'OpenId' authorization server.
|
246 |
| - - To updated an API into an 'ApiVersionSet' |
247 |
| - - Ability to configure 'SubscriptionRequired' at the Api scope. |
| 329 | + - To updated an API into an 'ApiVersionSet' |
| 330 | + - Ability to configure 'SubscriptionRequired' at the Api scope. |
248 | 331 | * Updated cmdlet **New-AzApiManagementRevision**
|
249 | 332 | - To clone (copy tags, products, operations and policies) an existing revision using 'SourceApiRevision'. The new Revision assumes the 'ApiId' of the parent.
|
250 | 333 | - To provide an 'ApiRevisionDescription'
|
|
270 | 353 | - 'Get-AzApiManagementAuthorizationServer'
|
271 | 354 | - 'Get-AzApiManagementBackend'
|
272 | 355 | - `Get-AzApiManagementBackend -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/contoso/backends/servicefabric`
|
273 |
| - - 'Get-AzApiManagementCertificate' |
| 356 | + - 'Get-AzApiManagementCertificate' |
274 | 357 | - 'Remove-AzApiManagementApiVersionSet'
|
275 | 358 | - 'Remove-AzApiManagementSubscription'
|
276 | 359 |
|
|
324 | 407 | New-AzVmssConfig
|
325 | 408 | * StorageAccountType parameter is added to New-AzGalleryImageVersion.
|
326 | 409 | * TargetRegion of New-AzGalleryImageVersion can contain StorageAccountType.
|
327 |
| -* SkipShutdown switch parameter is added to Stop-AzVM and Stop-AzVmss |
| 410 | +* SkipShutdown switch parameter is added to Stop-AzVM and Stop-AzVmss |
328 | 411 | * Breaking changes
|
329 | 412 | - Set-AzVMBootDiagnostics is changed to Set-AzVMBootDiagnostic.
|
330 | 413 | - Export-AzLogAnalyticThrottledRequests is changed to Export-AzLogAnalyticThrottledRequests.
|
|
359 | 442 | - Users with hdinsight operator role will not be affected.
|
360 | 443 |
|
361 | 444 | #### Az.Monitor
|
362 |
| -* New cmdlets for SQR API (Scheduled Query Rule) |
| 445 | +* New cmdlets for SQR API (Scheduled Query Rule) |
363 | 446 | - New-AzScheduledQueryRuleAlertingAction
|
364 | 447 | - New-AzScheduledQueryRuleAznsActionGroup
|
365 | 448 | - New-AzScheduledQueryRuleLogMetricTrigger
|
|
457 | 540 | * Updated the help text for endpoint to indicate that resources should be created before using the create/update event subscription cmdlets.
|
458 | 541 |
|
459 | 542 | #### Az.EventHub
|
460 |
| -* Added new cmdlets for NetworkRuleSet of Namespace |
| 543 | +* Added new cmdlets for NetworkRuleSet of Namespace |
461 | 544 |
|
462 | 545 | #### Az.HDInsight
|
463 | 546 | * Updated cmdlets with plural nouns to singular, and deprecated plural names.
|
|
547 | 630 |
|
548 | 631 | #### Az.Compute
|
549 | 632 | * Add HyperVGeneration parameter to New-AzDiskConfig and New-AzSnapshotConfig
|
550 |
| -* Allow VM creation with galley image from other tenants. |
| 633 | +* Allow VM creation with galley image from other tenants. |
551 | 634 |
|
552 | 635 | #### Az.ContainerInstance
|
553 | 636 | * Fixed issue in the -Command parameter of New-AzContainerGroup which added a trailing empty argument
|
|
636 | 719 | - New-AzStorageAccountManagementPolicyRule
|
637 | 720 |
|
638 | 721 | #### Az.Websites
|
639 |
| -* Fix ARM template bug that breaks cloning all slots using 'New-AzWebApp -IncludeSourceWebAppSlots' |
| 722 | +* Fix ARM template bug that breaks cloning all slots using 'New-AzWebApp -IncludeSourceWebAppSlots' |
640 | 723 |
|
641 | 724 | ## 1.5.0 - March 2019
|
642 | 725 | ### Highlights since the last major release
|
|
0 commit comments