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
2 changes: 1 addition & 1 deletion src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Allow empty value for ProximityPlacementGroupId during update
* Allowed empty value for ProximityPlacementGroupId during update

## Version 3.4.0
* Limit the number of VM status to 100 to avoid throttling when Get-AzVM -Status is performed without VM name.
Expand Down
2 changes: 1 addition & 1 deletion src/FrontDoor/FrontDoor/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 cmdlet to get managed rule definitions that can be used in WAF
* Added cmdlet to get managed rule definitions that can be used in WAF

## Version 1.3.0
* Update references in .psd1 to use relative path
Expand Down
4 changes: 2 additions & 2 deletions src/Monitor/Monitor/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
## YYYY.MM.DD - Version X.Y.Z (Previous Release)
* Overview of change #1
- Additional information about change #1
-->
## Upcoming Release
* A new parameter called ActionGroupId was added to New-AzMetricAlertRuleV2 command.
* A new parameter called ActionGroupId was added to `New-AzMetricAlertRuleV2` command.
- The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup).

## Version 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## Upcoming Release
* Fixed FilterData example in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
* Added Packet Capture example for capture all inner and outer packets in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
* Support Azure Firewall Policy on VNet Firewalls
* Supported Azure Firewall Policy on VNet Firewalls
- No new cmdlets are added. Relaxing the restriction for firewall policy on VNet firewalls

## Version 2.3.0
Expand Down
14 changes: 7 additions & 7 deletions src/Resources/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
- Additional information about change #1
-->
## Upcoming Release
* Refactor template deployment cmdlets
- Add new cmdlets for managing deployments at management group: *-AzManagementGroupDeployment
- Add new cmdlets for managing deployments at tenant scope: *-AzTenantDeployment
- Refactor *-AzDeployment cmdlets to work specificly at subscription scope
* Refactored template deployment cmdlets
- Added new cmdlets for managing deployments at management group: *-AzManagementGroupDeployment
- Added new cmdlets for managing deployments at tenant scope: *-AzTenantDeployment
- Refactored *-AzDeployment cmdlets to work specifically at subscription scope
- Created aliases *-AzSubscriptionDeployment for *-AzDeployment cmdlets
* Fix `Update-AzADApplication` when parameter `AvailableToOtherTenants` is not set
* Remove ApplicationObjectWithoutCredentialParameterSet to avoid AmbiguousParameterSetException.
* Regenerate help files
* Fixed `Update-AzADApplication` when parameter `AvailableToOtherTenants` is not set
* Removed ApplicationObjectWithoutCredentialParameterSet to avoid AmbiguousParameterSetException.
* Regenerated help files

## Version 1.10.0
* Make -Scope optional in *-AzPolicyAssignment cmdlets with default to context subscription
Expand Down
4 changes: 2 additions & 2 deletions src/Sql/Sql/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
-->
## Upcoming Release
* Added support for cross subscription point in time restore on Managed Instances.
* Add support for changing existing Sql Managed Instance hardware generation
* Fix Update-AzSqlServerVulnerabilityAssessmentSetting help examples: parameter/property output - EmailAdmins
* Added support for changing existing Sql Managed Instance hardware generation
* Fixed `Update-AzSqlServerVulnerabilityAssessmentSetting` help examples: parameter/property output - EmailAdmins

## Version 2.2.0
Fix New-AzSqlDatabaseSecondary cmdlet to check for PartnerDatabaseName existence instead of DatabaseName existence.
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
* Update supported character sets in `Invoke-AzStorageSyncCompatibilityCheck`.
* Updated supported character sets in `Invoke-AzStorageSyncCompatibilityCheck`.

## Version 1.2.2
* Update references in .psd1 to use relative path
Expand Down