diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateCoordinator.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateCoordinator.json index 12e01703035a..258e2ea98efe 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateCoordinator.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateCoordinator.json @@ -26,6 +26,13 @@ "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" }, "properties": { + "allowedValues": "on,off", + "dataType": "Boolean", + "defaultValue": "on", + "description": "Enables input of NULL elements in arrays.", + "provisioningState": "InProgress", + "requiresRestart": false, + "source": "user-override", "value": "on" } } @@ -48,6 +55,13 @@ "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" }, "properties": { + "allowedValues": "on,off", + "dataType": "Boolean", + "defaultValue": "on", + "description": "Enables input of NULL elements in arrays.", + "provisioningState": "InProgress", + "requiresRestart": false, + "source": "user-override", "value": "on" } } diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateNode.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateNode.json index c67be4f27641..d312a5decce2 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateNode.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/ConfigurationUpdateNode.json @@ -26,6 +26,13 @@ "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" }, "properties": { + "allowedValues": "on,off", + "dataType": "Boolean", + "defaultValue": "on", + "description": "Enables input of NULL elements in arrays.", + "provisioningState": "InProgress", + "requiresRestart": false, + "source": "user-override", "value": "off" } } @@ -48,6 +55,13 @@ "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" }, "properties": { + "allowedValues": "on,off", + "dataType": "Boolean", + "defaultValue": "on", + "description": "Enables input of NULL elements in arrays.", + "provisioningState": "InProgress", + "requiresRestart": false, + "source": "user-override", "value": "off" } } diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/FirewallRuleCreate.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/FirewallRuleCreate.json index 43133f7698f0..c4a2a367e828 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/FirewallRuleCreate.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/FirewallRuleCreate.json @@ -28,7 +28,8 @@ }, "properties": { "startIpAddress": "0.0.0.0", - "endIpAddress": "255.255.255.255" + "endIpAddress": "255.255.255.255", + "provisioningState": "InProgress" } } }, @@ -51,7 +52,8 @@ }, "properties": { "startIpAddress": "0.0.0.0", - "endIpAddress": "255.255.255.255" + "endIpAddress": "255.255.255.255", + "provisioningState": "InProgress" } } } diff --git a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/RoleCreate.json b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/RoleCreate.json index 9466324c2693..c7103e833157 100644 --- a/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/RoleCreate.json +++ b/specification/postgresqlhsc/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-11-08/examples/RoleCreate.json @@ -29,7 +29,9 @@ "lastModifiedByType": "User", "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" }, - "properties": {} + "properties": { + "provisioningState": "InProgress" + } } }, "201": { @@ -49,7 +51,9 @@ "lastModifiedByType": "User", "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" }, - "properties": {} + "properties": { + "provisioningState": "InProgress" + } } } } diff --git a/specification/postgresqlhsc/resource-manager/readme.csharp.md b/specification/postgresqlhsc/resource-manager/readme.csharp.md index c5e4b8d1948b..263be3de284e 100644 --- a/specification/postgresqlhsc/resource-manager/readme.csharp.md +++ b/specification/postgresqlhsc/resource-manager/readme.csharp.md @@ -9,6 +9,6 @@ csharp: license-header: MICROSOFT_MIT_NO_VERSION payload-flattening-threshold: 1 clear-output-folder: true - namespace: Microsoft.DBforPostgreSQLHSC - output-folder: $(csharp-sdks-folder)/postgresqlhsc/management/Microsoft.DBforPostgreSQLHSC/GeneratedProtocol + namespace: Microsoft.Azure.Management.CosmosDBForPostgreSql + output-folder: $(csharp-sdks-folder)/cosmosdbforpostgresql/management/CosmosDBForPostgreSql/GeneratedProtocol ``` diff --git a/specification/postgresqlhsc/resource-manager/readme.go.md b/specification/postgresqlhsc/resource-manager/readme.go.md index 8b56a574c864..b22ff7d909cb 100644 --- a/specification/postgresqlhsc/resource-manager/readme.go.md +++ b/specification/postgresqlhsc/resource-manager/readme.go.md @@ -5,13 +5,13 @@ These settings apply only when `--go` is specified on the command line. ``` yaml $(go) && !$(track2) go: license-header: MICROSOFT_MIT_NO_VERSION - namespace: postgresqlhsc + namespace: cosmosdbforpostgresql clear-output-folder: true ``` ``` yaml $(go) && $(track2) license-header: MICROSOFT_MIT_NO_VERSION -module-name: sdk/resourcemanager/postgresqlhsc/armpostgresqlhsc +module-name: sdk/resourcemanager/cosmosforpostgresql/armcosmosforpostgresql module: github.com/Azure/azure-sdk-for-go/$(module-name) output-folder: $(go-sdk-folder)/$(module-name) azure-arm: true diff --git a/specification/postgresqlhsc/resource-manager/readme.java.md b/specification/postgresqlhsc/resource-manager/readme.java.md index ff19df810ab9..1d089007cde3 100644 --- a/specification/postgresqlhsc/resource-manager/readme.java.md +++ b/specification/postgresqlhsc/resource-manager/readme.java.md @@ -6,10 +6,10 @@ Please also specify `--azure-libraries-for-java-folder=