Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
8 changes: 8 additions & 0 deletions src/PostgreSql/PostgreSql.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ use-extension:
"@autorest/powershell": "3.x"

directive:
- where:
verb: (.*)
set:
breaking-change:
deprecated-by-version: '-'
deprecated-by-azversion: 16.0.0
change-effective-date: 2026/06/02
change-description: This module will be retired and replaced with a new one called Az.PostgreSqlFlexibleServer.
- from: swagger-document
where: $.paths..operationId
transform: return $.replace(/^CheckNameAvailability_Execute$/g, "NameAvailability_Test")
Expand Down
5 changes: 3 additions & 2 deletions src/PostgreSql/PostgreSql/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
- Additional information about change #1
-->
## Upcoming Release
* Added breaking change message: This module will be retired and replaced with a new one called Az.PostgreSqlFlexibleServer.

## Version 1.4.0
- Aligned with SimplySql, use a PSCredential object instead of UserName/Password parameters when calling Open-PostGreConnection
- Introduced a Timeout value when running Test-AzPostgreSqlFlexibleServerConnect with long running query
* Aligned with SimplySql, use a PSCredential object instead of UserName/Password parameters when calling Open-PostGreConnection
*-* Introduced a Timeout value when running Test-AzPostgreSqlFlexibleServerConnect with long running query

## Version 1.3.0
* Added support for Geo-restore in `Restore-AzPostgreSqlFlexibleServer` cmdlets.
Expand Down