Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions documentation/azure-powershell-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Data Lake Store | `Az.DataLakeStore`
Data Migration | `Az.DataMigration` | [![DataMigration]][DataMigrationGallery]
Data Share | `Az.DataShare` | [![DataShare]][DataShareGallery]
Deployment Manager | `Az.DeploymentManager` | [![DeploymentManager]][DeploymentManagerGallery]
Windows Virtual Desktop | `Az.DesktopVirtualization` | [![DesktopVirtualization]][DesktopVirtualizationGallery]
Device Provisioning Services | `Az.DeviceProvisioningServices` | [![DeviceProvisioningServices]][DeviceProvisioningServicesGallery]
Dev Spaces | `Az.DevSpaces` | [![DevSpaces]][DevSpacesGallery]
DevTest Labs | `Az.DevTestLabs` | [![DevTestLabs]][DevTestLabsGallery]
Expand Down Expand Up @@ -138,6 +139,7 @@ Web App Service | `Az.Websites`
[DataMigration]: https://img.shields.io/powershellgallery/v/Az.DataMigration.svg?style=flat-square&label=Az.DataMigration
[DataShare]: https://img.shields.io/powershellgallery/v/Az.DataShare.svg?style=flat-square&label=Az.DataShare
[DeploymentManager]: https://img.shields.io/powershellgallery/v/Az.DeploymentManager.svg?style=flat-square&label=Az.DeploymentManager
[DesktopVirtualization]: https://img.shields.io/powershellgallery/v/Az.DesktopVirtualization.svg?style=flat-square&label=Az.DesktopVirtualization
[DeviceProvisioningServices]: https://img.shields.io/powershellgallery/v/Az.DeviceProvisioningServices.svg?style=flat-square&label=Az.DeviceProvisioningServices
[DevSpaces]: https://img.shields.io/powershellgallery/v/Az.DevSpaces.svg?style=flat-square&label=Az.DevSpaces
[DevTestLabs]: https://img.shields.io/powershellgallery/v/Az.DevTestLabs.svg?style=flat-square&label=Az.DevTestLabs
Expand Down Expand Up @@ -235,6 +237,7 @@ Web App Service | `Az.Websites`
[DataMigrationGallery]: https://www.powershellgallery.com/packages/Az.DataMigration/
[DataShareGallery]: https://www.powershellgallery.com/packages/Az.DataShare/
[DeploymentManagerGallery]: https://www.powershellgallery.com/packages/Az.DeploymentManager/
[DesktopVirtualizationGallery]: https://www.powershellgallery.com/packages/Az.DesktopVirtualization/
[DeviceProvisioningServicesGallery]: https://www.powershellgallery.com/packages/Az.DeviceProvisioningServices/
[DevSpacesGallery]: https://www.powershellgallery.com/packages/Az.DevSpaces/
[DevTestLabsGallery]: https://www.powershellgallery.com/packages/Az.DevTestLabs/
Expand Down
2 changes: 1 addition & 1 deletion src/Aks/Aks/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Fixed bug Get-AzAks doesn't get all clusters (#12296)
* Fixed bug `Get-AzAks` doesn't get all clusters [#12296]

## Version 1.1.2

Expand Down
8 changes: 4 additions & 4 deletions src/EventGrid/EventGrid/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->
## Upcoming Release
* Updated to use the 2020-06-01 API version.
* New features:
* Added new features:
- Input mapping
- Event Delivery Schema
- Private Link
Expand All @@ -30,14 +30,14 @@
- Secure webhook (AAD support)
- IpFiltering
* Updated cmdlets:
- New-AzureRmEventGridSubscription/Update-AzureRmEventGridSubscription:
- `New-AzEventGridSubscription`/`Update-AzEventGridSubscription`:
- Add new optional parameters to support webhook batching.
- Add new optional parameters to support secured webhook using AAD.
- Add new enum for EndpointType parameter to support azure function and service bus topic as new destinations.
- Add new optional parameter for delivery schema.
- New-AzureRmEventGridTopic/Update-AzureRmEventGridTopic and New-AzureRmEventGridDomain/Update-AzureRmEventGridDomain:
- `New-AzEventGridTopic`/`Update-AzEventGridTopic` and `New-AzEventGridDomain`/`Update-AzEventGridDomain`:
- Add new optional parameters to support IpFiltering.
- New-AzureRmEventGridTopic/New-AzureRmEventGridDomain:
- `New-AzEventGridTopic`/`New-AzEventGridDomain`:
- Add new optional parameters to support Input mapping.

## Version 1.2.3
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Fixed the issue that UserAgent not added for some dataplane cmdlets.
* Fixed the issue that UserAgent is not added for some data plane cmdlets.
* Supported create/update Storage account with MinimumTlsVersion and AllowBlobPublicAccess
- `New-AzStorageAccount`
- `Set-AzStorageAccount`
Expand Down
2 changes: 1 addition & 1 deletion src/StorageSync/StorageSync/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Added a new version StorageSync SDk targetting ApiVersion 2020-03-01
* Added a new version StorageSync SDK targeting ApiVersion 2020-03-01
* Added Update Storage Sync Service cmdlet
- `Set-AzStorageSyncService`
* Added IncomingTrafficPolicy and PrivateEndpointConnections to StorageSyncService cmdlets.
Expand Down