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
26 changes: 7 additions & 19 deletions src/ApiManagement/ApiManagement/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,15 @@
- Additional information about change #1
-->
## Upcoming Release
* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint
https://github.com/Azure/azure-powershell/issues/11007

* **Export-AzApiManagementApi** Added support for downloading Api Definition in Json format
https://github.com/Azure/azure-powershell/issues/9987

* **Import-AzApiManagementApi** Added support for importing OpenApi 3.0 definition from Json document

* **New-AzApiManagementIdentityProvider** and **Set-AzApiManagementIdentityProvider** Added support for configuring `Signin Tenant` for AAD B2C Provider
https://github.com/Azure/azure-powershell/issues/9784

* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [#11007]
* `Export-AzApiManagementApi` Added support for downloading Api Definition in Json format [#9987]
* `Import-AzApiManagementApi` Added support for importing OpenApi 3.0 definition from Json document
* `New-AzApiManagementIdentityProvider` and `Set-AzApiManagementIdentityProvider` Added support for configuring `Signin Tenant` for AAD B2C Provider [#9784]

## Version 1.3.4
* **Get-AzApiManagementApiSchema** Fixed getting Open-Api Schema associated with an API
https://github.com/Azure/azure-powershell/issues/10626

* **New-AzApiManagementProduct*** and **Set-AzApiManagementProduct**
- Fix documentation for https://github.com/Azure/azure-powershell/issues/10472

* **Set-AzApiManagementApi**
Added example to show how to update the ServiceUrl using the cmdlet
* `Get-AzApiManagementApiSchema` Fixed getting Open-Api Schema associated with an API [#10626]
* `New-AzApiManagementProduct` and `Set-AzApiManagementProduct` Fixed documentation for [#10472]
* `Set-AzApiManagementApi` Added example to show how to update the ServiceUrl using the cmdlet

## Version 1.3.3
* Update references in .psd1 to use relative path
Expand Down
4 changes: 2 additions & 2 deletions src/Blueprint/Blueprint/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
* Show DependsOn property value in the table view
* Add support to accept PolicyDefinitionParameter empty
* Showed DependsOn property value in the table view
* Added support to accept PolicyDefinitionParameter empty

## Version 0.2.10
* Added support to include subfolders when deploying blueprints with artifacts
Expand Down
2 changes: 1 addition & 1 deletion src/DataLakeStore/DataLakeStore/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
* Add reference to System.Buffers explicitly in csproj and psd1.
* Added reference to System.Buffers explicitly in csproj and psd1.

## Version 1.2.6
* Update references in .psd1 to use relative path
Expand Down
32 changes: 16 additions & 16 deletions src/IotHub/IotHub/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
- Additional information about change #1
-->
## Upcoming Release
* Add support to manage devices in an Iot Hub. New Cmdlets are:
- Add-AzIotHubDevice
- Get-AzIotHubDevice
- Remove-AzIotHubDevice
- Set-AzIotHubDevice
* Add support to manage modules on a target Iot device in an Iot Hub. New Cmdlets are:
- Add-AzIotHubModule
- Get-AzIotHubModule
- Remove-AzIotHubModule
- Set-AzIotHubModule
* Add cmdlet to get the connection string of a target IoT device in an Iot Hub.
* Add cmdlet to get the connection string of a module on a target IoT device in an Iot Hub.
* Add support to get/set parent device of an IoT device. New Cmdlets are:
- Get-AzIotHubDeviceParent
- Set-AzIotHubDeviceParent
* Add support to manage device parent-child relationship.
* Added support to manage devices in an Iot Hub. New Cmdlets are:
- `Add-AzIotHubDevice`
- `Get-AzIotHubDevice`
- `Remove-AzIotHubDevice`
- `Set-AzIotHubDevice`
* Added support to manage modules on a target Iot device in an Iot Hub. New Cmdlets are:
- `Add-AzIotHubModule`
- `Get-AzIotHubModule`
- `Remove-AzIotHubModule`
- `Set-AzIotHubModule`
* Added cmdlet to get the connection string of a target IoT device in an Iot Hub.
* Added cmdlet to get the connection string of a module on a target IoT device in an Iot Hub.
* Added support to get/set parent device of an IoT device. New Cmdlets are:
- `Get-AzIotHubDeviceParent`
- `Set-AzIotHubDeviceParent`
* Added support to manage device parent-child relationship.

## Version 2.1.0
* Added support to manage devices in an Iot Hub. New Cmdlets are:
Expand Down
2 changes: 1 addition & 1 deletion src/Maintenance/Maintenance/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->

## Upcoming Release
* Get Az-MaintenanceConfiguration will honor filters while listing maintenance configurations
* Got `Az-MaintenanceConfiguration` will honor filters while listing maintenance configurations

## Version 0.1.2
* Update command will display pending updates by default
Expand Down
10 changes: 5 additions & 5 deletions src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
- Additional information about change #1
-->
## Upcoming Release
* Support AllowProtectedAppendWrite in ImmutabilityPolicy
- Set-AzRmStorageContainerImmutabilityPolicy
* Add breaking change warning message for AzureStorageTable type change in a future release
- New-AzStorageTable
- Get-AzStorageTable
* Supported AllowProtectedAppendWrite in ImmutabilityPolicy
- `Set-AzRmStorageContainerImmutabilityPolicy`
* Added breaking change warning message for AzureStorageTable type change in a future release
- `New-AzStorageTable`
- `Get-AzStorageTable`

## Version 1.12.0
* Support set Table/Queue Encryption Keytype in Create Storage Account
Expand Down
10 changes: 5 additions & 5 deletions src/Websites/Websites/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
- Additional information about change #1
-->
## Upcoming Release
*Adding Tag parameter for New-AzAppServicePlan and Set-AzAppServicePlan.
*Stop cmdlt execution if an exception is thrown when adding a custom domain to a website.
*Adding support to perform operations for App Services not in the same resource group as the App Service Plan.
*Apply access restriction to WebApp/Function in different resource groups
*Fixing issue to set custom hostnames for WebAppSlots
* Added Tag parameter for `New-AzAppServicePlan` and `Set-AzAppServicePlan`
* Stop cmdlt execution if an exception is thrown when adding a custom domain to a website
* Added support to perform operations for App Services not in the same resource group as the App Service Plan
* Applied access restriction to WebApp/Function in different resource groups
* Fixed issue to set custom hostnames for WebAppSlots

## Version 1.6.0
* Set-AzWebapp and Set-AzWebappSlot supports AlwaysOn, MinTls and FtpsState properties
Expand Down