Skip to content

Commit 5c139f1

Browse files
author
Jovan Perovic
committed
Fixed bad filename
1 parent c221092 commit 5c139f1

File tree

2 files changed

+1
-4
lines changed
  • specification/postgresql/resource-manager

2 files changed

+1
-4
lines changed

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2026-01-01-preview/Servers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
},
563563
"x-ms-examples": {
564564
"Migrate the existing Azure Database for PostgreSQL - Flexible Server server's network mode to Private Endpoint": {
565-
"$ref": "./examples/MigrateNetwork.json"
565+
"$ref": "./examples/ServersMigrateNetwork.json"
566566
}
567567
},
568568
"tags": [

specification/postgresql/resource-manager/readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ suppressions:
132132
- code: DeleteResponseBodyEmpty
133133
from: Migrations.json
134134
reason: The existing API contract is like this and not be able to change.
135-
- code: PutResponseCodes
136-
from: MigrateNetwork.json
137-
reason: The existing API contract is like this and not be able to change.
138135
- code: AvoidAdditionalProperties
139136
from: Operations.json
140137
reason: The existing API contract is like this and not be able to change.

0 commit comments

Comments
 (0)