Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
grhuangmsft committed Mar 13, 2024
1 parent 8a28abd commit 616b1bd
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/Support/Support/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,35 @@
-->

## Upcoming Release
* Added breaking change warning messages for cmdlet deprecation
- New-AzSupportContactProfileObject
* Added breaking change warning messages for cmdlet rename
- Get-AzSupportTicketCommunication
- New-AzSupportTicketCommunication
* Added breaking change warning messages for parameter name and/or structure changes
- Get-AzSupportService
- Get-AzSupportProblemClassification
- Get-AzSupportTicketCommunication
- Get-AzSupportTicket
- New-AzSupportTicket
- Update-AzSupportTicket
* Added breaking change warning messages for output property name and/or structure changes
- Get-AzSupportService
- Get-AzSupportTicket
- New-AzSupportTicket
- Update-AzSupportTicket
* Added breaking change warning messages for new required parameters
- New-AzSupportTicket
* Added breaking change warning messages for removed parameters
- Get-AzSupportTicket
- Get-AzSupportTicketCommunication
- New-AzSupportTicket
* Added breaking change warning message for removal of pipe parameter set for list/new
- New-AzSupportTicketCommunication
- Get-AzSupportProblemClassification
- Get-AzSupportTicketCommunication
* Added breaking change warning message for Get-AzSupportTicket retrieving tickets from the past week if no other parameters are specified
- Get-AzSupportTicket

## Version 1.0.0
* General availability of `Az.Support` module
Expand Down

0 comments on commit 616b1bd

Please sign in to comment.