Skip to content
Prev Previous commit
Next Next commit
Correct PG namespace and some other comment
  • Loading branch information
QingqingYuan2 committed Feb 13, 2018
commit f481c116474c9128bff26cf46fa3a79ba0fbe316
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tags": [
"Servers"
],
"operationId": "Servers_CreateOrUpdate",
"operationId": "Servers_Create",
"x-ms-examples": {
"ServerCreate": {
"$ref": "./examples/ServerCreate.json"
Expand Down Expand Up @@ -1018,7 +1018,7 @@
},
"geoRedundantBackup": {
"type": "string",
"description": "The tier of the particular SKU, e.g. Basic.",
"description": "Enable Geo-redundant or not for server backup.",
"enum": [
"Enabled",
"Disabled"
Expand Down Expand Up @@ -1140,14 +1140,15 @@
"properties": {
"name": {
"type": "string",
"description": "The name of the sku, typically, a letter + Number code, e.g. P3."
"description": "The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8."
},
"tier": {
"type": "string",
"description": "The tier of the particular SKU, e.g. Basic.",
"enum": [
"Basic",
"Standard"
"GeneralPurpose",
"MemoryOptimized"
],
"x-ms-enum": {
"name": "SkuTier",
Expand Down
4 changes: 2 additions & 2 deletions specification/mysql/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ input-file:
These settings apply only when `--tag=package-2017-12-01-preview` is specified on the command line.

``` yaml $(tag) == 'package-2017-12-01-preview'
+input-file:
- Microsoft.DBforMySQL/2017-12-01-preview/mysql.json
input-file:
- Microsoft.DBforMySQL/preview/2017-12-01-preview/mysql.json
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@
},
"geoRedundantBackup": {
"type": "string",
"description": "The tier of the particular SKU, e.g. Basic.",
"description": "Enable Geo-redundant or not for server backup.",
"enum": [
"Enabled",
"Disabled"
Expand Down Expand Up @@ -1140,7 +1140,7 @@
"properties": {
"name": {
"type": "string",
"description": "The name of the sku, typically, a letter + Number code, e.g. P3."
"description": "The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8."
},
"tier": {
"type": "string",
Expand Down
6 changes: 3 additions & 3 deletions specification/postgresql/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ These settings apply only when `--tag=package-2017-12-01-preview` is specified o

``` yaml $(tag) == 'package-2017-12-01-preview'
input-file:
- Microsoft.DBforPostgreSQL/2017-12-01-preview/postgresql.json
- Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/postgresql.json
```


Expand Down Expand Up @@ -80,14 +80,14 @@ python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.rdbms.postgres
namespace: azure.mgmt.rdbms.postgresql
package-name: azure-mgmt-rdbms
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/azure-mgmt-rdbms/azure/mgmt/rdbms/postgres
output-folder: $(python-sdks-folder)/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql
```
``` yaml $(python) && $(python-mode) == 'create'
python:
Expand Down