Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update namespaces for Cosmos DB for PostgreSQL #24169

Merged
merged 2 commits into from
May 30, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand All @@ -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"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand All @@ -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"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"properties": {
"startIpAddress": "0.0.0.0",
"endIpAddress": "255.255.255.255"
"endIpAddress": "255.255.255.255",
"provisioningState": "InProgress"
}
}
},
Expand All @@ -51,7 +52,8 @@
},
"properties": {
"startIpAddress": "0.0.0.0",
"endIpAddress": "255.255.255.255"
"endIpAddress": "255.255.255.255",
"provisioningState": "InProgress"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"lastModifiedByType": "User",
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
},
"properties": {}
"properties": {
"provisioningState": "InProgress"
}
}
},
"201": {
Expand All @@ -49,7 +51,9 @@
"lastModifiedByType": "User",
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
},
"properties": {}
"properties": {
"provisioningState": "InProgress"
}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions specification/postgresqlhsc/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions specification/postgresqlhsc/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions specification/postgresqlhsc/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo
``` yaml $(java)
azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.postgresqlhsc
namespace: com.microsoft.azure.management.cosmosdbforpostgresql
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-postgresqlhsc
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-cosmosdbforpostgresql
```

### Java multi-api
Expand All @@ -27,8 +27,8 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo

``` yaml $(tag) == 'package-2022-11'-08 && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.postgresqlhsc.v2022-11-08
output-folder: $(azure-libraries-for-java-folder)/sdk/postgresqlhsc/mgmt-v2022-11-08
namespace: com.microsoft.azure.management.cosmosdbforpostgresql.v2022-11-08
output-folder: $(azure-libraries-for-java-folder)/sdk/cosmosdbforpostgresql/mgmt-v2022-11-08
regenerate-manager: true
generate-interface: true
```
Expand All @@ -39,8 +39,8 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo

``` yaml $(tag) == 'package-2020-10-05-privatepreview'-08 && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.postgresqlhsc.v2020-10-05-privatepreview
output-folder: $(azure-libraries-for-java-folder)/sdk/postgresqlhsc/mgmt-v2020-10-05-privatepreview
namespace: com.microsoft.azure.management.cosmosdbforpostgresql.v2020-10-05-privatepreview
output-folder: $(azure-libraries-for-java-folder)/sdk/cosmosdbforpostgresql/mgmt-v2020-10-05-privatepreview
regenerate-manager: true
generate-interface: true
```
4 changes: 2 additions & 2 deletions specification/postgresqlhsc/resource-manager/readme.nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
``` yaml $(nodejs)
nodejs:
azure-arm: true
package-name: azure-arm-postgresqlhsc
output-folder: $(node-sdks-folder)/lib/services/postgresqlhscManagement
package-name: azure-arm-cosmosdbforpostgresql
output-folder: $(node-sdks-folder)/lib/services/cosmosdbforpostgresqlManagement
generate-license-txt: true
generate-package-json: true
generate-readme-md: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-rdbms
package-name: azure-mgmt-cosmosdbforpostgresql
package-version: 1.0.0b1
no-namespace-folders: true
```

``` yaml $(python)
namespace: azure.mgmt.rdbms.postgresqlhsc
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresqlhsc
namespace: azure.mgmt.cosmosdbforpostgresql
output-folder: $(python-sdks-folder)/cosmosdbforpostgresql/azure-mgmt-cosmosdbforpostgresql/azure/mgmt/cosmosdbforpostgresql
```