diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerAdminCreateUpdate.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerAdminCreateUpdate.json index 6ce3abaea0a4..c06829860a54 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerAdminCreateUpdate.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/examples/ServerAdminCreateUpdate.json @@ -6,7 +6,7 @@ "administratorName": "activeDirectory", "api-version": "2017-12-01-preview", "properties": { - "properties": { + "properties": { "administratorType": "ActiveDirectory", "login": "bob@contoso.com", "sid": "c6b82b90-a647-49cb-8a62-0d2d3cb7ac7c", diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/postgresql.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/postgresql.json index 23cd0d060e34..3ee0b4461e5c 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/postgresql.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/postgresql.json @@ -1079,7 +1079,9 @@ ], "operationId": "ServerAdministrators_Get", "x-ms-examples": { - "ServerAdministratorGet": { "$ref": "./examples/ServerAdminGet.json" } + "ServerAdministratorGet": { + "$ref": "./examples/ServerAdminGet.json" + } }, "description": "Gets information about a AAD server administrator.", "parameters": [ @@ -1117,7 +1119,9 @@ ], "operationId": "ServerAdministrators_CreateOrUpdate", "x-ms-examples": { - "ServerAdministratorCreate": { "$ref": "./examples/ServerAdminCreateUpdate.json" } + "ServerAdministratorCreate": { + "$ref": "./examples/ServerAdminCreateUpdate.json" + } }, "description": "Creates or update active directory administrator on an existing server. The update action will overwrite the existing administrator.", "parameters": [ @@ -1171,7 +1175,9 @@ ], "operationId": "ServerAdministrators_Delete", "x-ms-examples": { - "ServerAdministratorsDelete": { "$ref": "./examples/ServerAdminDelete.json" } + "ServerAdministratorsDelete": { + "$ref": "./examples/ServerAdminDelete.json" + } }, "description": "Deletes AAD Administrator.", "parameters": [