Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
6341220
changed postgresql.json and ServerCreate.json
xunsun-commits May 26, 2021
0d330e5
Updated remaining files of 2021-06-01
xunsun-commits May 27, 2021
11c97cf
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
xunsun-commits May 27, 2021
25bd1d9
Validated by oav and fixed bugs
xunsun-commits May 27, 2021
8a6f6f6
Fixed bug found by Linter Validation
xunsun-commits May 27, 2021
c3a53d2
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
xunsun-commits May 27, 2021
9d02bd6
Made a copy for 2021-06-01-preview
xunsun-commits May 27, 2021
5e2fc68
Updated readme files
xunsun-commits May 27, 2021
80d5881
add files in readme.md input-file
xunsun-commits May 28, 2021
b058ac8
Ran Prettier
xunsun-commits May 28, 2021
bbc15dc
Copy Databases.json and PrivateDnsZone.json and examples into 2021-06…
xunsun-commits May 28, 2021
066ee78
move files to correct folder
xunsun-commits May 28, 2021
63d506a
Modified 2021-06-01/PrivateDnsZone.json
xunsun-commits May 28, 2021
1bf788f
Modified 2021-06-01/Databases.json
xunsun-commits May 28, 2021
c5505ae
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
xunsun-commits May 28, 2021
bd890c1
Changed DNS's meru.com to postgres.database.azure.com
xunsun-commits May 28, 2021
f616088
Added ServerRestartWithFailover
xunsun-commits May 29, 2021
c8494da
Removed ServerTypeParameter from getPrivateDnsZoneSuffix
xunsun-commits May 29, 2021
709604a
Merge remote-tracking branch 'upstream/master'
xunsun-commits Jun 1, 2021
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
@@ -0,0 +1,180 @@
{
"parameters": {
"api-version": "2021-06-01-preview",
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
"locationName": "westus"
},
"responses": {
"200": {
"body": {
"value": [
{
"zone": "none",
"supportedFlexibleServerEditions": [
{
"name": "Burstable",
"supportedStorageEditions": [
{
"name": "ManagedDisk",
"supportedStorageMB": [
{
"name": "32768",
"supportedIops": 120,
"storageSizeMB": 32768
},
{
"name": "65536",
"supportedIops": 240,
"storageSizeMB": 65536
},
{
"name": "131072",
"supportedIops": 500,
"storageSizeMB": 131072
}
]
}
],
"supportedServerVersions": [
{
"name": "12",
"supportedVcores": [
{
"name": "Standard_B1s",
"vCores": 1,
"supportedIops": 320,
"supportedMemoryPerVcoreMB": 1024
},
{
"name": "Standard_B1ms",
"vCores": 1,
"supportedIops": 640,
"supportedMemoryPerVcoreMB": 2048
},
{
"name": "Standard_B2s",
"vCores": 2,
"supportedIops": 1280,
"supportedMemoryPerVcoreMB": 2048
}
]
}
]
}
]
},
{
"zone": "1",
"supportedFlexibleServerEditions": [
{
"name": "Burstable",
"supportedStorageEditions": [
{
"name": "ManagedDisk",
"supportedStorageMB": [
{
"name": "32768",
"supportedIops": 120,
"storageSizeMB": 32768
},
{
"name": "65536",
"supportedIops": 240,
"storageSizeMB": 65536
},
{
"name": "131072",
"supportedIops": 500,
"storageSizeMB": 131072
}
]
}
],
"supportedServerVersions": [
{
"name": "12",
"supportedVcores": [
{
"name": "Standard_B1s",
"vCores": 1,
"supportedIops": 320,
"supportedMemoryPerVcoreMB": 1024
},
{
"name": "Standard_B1ms",
"vCores": 1,
"supportedIops": 640,
"supportedMemoryPerVcoreMB": 2048
},
{
"name": "Standard_B2s",
"vCores": 2,
"supportedIops": 1280,
"supportedMemoryPerVcoreMB": 2048
}
]
}
]
}
]
},
{
"zone": "2",
"supportedFlexibleServerEditions": [
{
"name": "Burstable",
"supportedStorageEditions": [
{
"name": "ManagedDisk",
"supportedStorageMB": [
{
"name": "32768",
"supportedIops": 120,
"storageSizeMB": 32768
},
{
"name": "65536",
"supportedIops": 240,
"storageSizeMB": 65536
},
{
"name": "131072",
"supportedIops": 500,
"storageSizeMB": 131072
}
]
}
],
"supportedServerVersions": [
{
"name": "12",
"supportedVcores": [
{
"name": "Standard_B1s",
"vCores": 1,
"supportedIops": 320,
"supportedMemoryPerVcoreMB": 1024
},
{
"name": "Standard_B1ms",
"vCores": 1,
"supportedIops": 640,
"supportedMemoryPerVcoreMB": 2048
},
{
"name": "Standard_B2s",
"vCores": 2,
"supportedIops": 1280,
"supportedMemoryPerVcoreMB": 2048
}
]
}
]
}
]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"parameters": {
"api-version": "2021-06-01-preview",
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
"nameAvailabilityRequest": {
"name": "name1",
"type": "Microsoft.DBforPostgreSQL/flexibleServers"
}
},
"responses": {
"200": {
"body": {
"nameAvailable": true,
"message": "",
"name": "name1",
"type": "Microsoft.DBforPostgreSQL/flexibleServers"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"configurationName": "array_nulls",
"serverName": "testserver",
"resourceGroupName": "testrg",
"api-version": "2021-06-01-preview",
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff"
},
"responses": {
"200": {
"body": {
"properties": {
"value": "on",
"description": "Enable input of NULL elements in arrays.",
"defaultValue": "on",
"dataType": "Boolean",
"allowedValues": "on,off",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforPostgreSQL/flexibleServers/testserver/configurations/array_nulls",
"name": "array_nulls",
"type": "Microsoft.DBforPostgreSQL/flexibleServers/configurations"
}
}
}
}
Loading