Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
dd9d0dc
Adds base for updating Microsoft.DBforPostgreSQL from version stable/…
ambrahma Apr 3, 2023
fe0fe8e
Updates readme
ambrahma Apr 3, 2023
355a622
Updates API version in new specs and examples
ambrahma Apr 3, 2023
ce1d9cb
Update api and add examples to support CMK with geo-backup
ambrahma Apr 5, 2023
be1bba9
Fix object missing required property error for userassignedidentity
ambrahma Apr 5, 2023
e24949a
Fix multiple default tags error in readme file
ambrahma Apr 5, 2023
83bc8ad
Update Typescript and Python readme files to include new api version …
ambrahma Apr 5, 2023
182f811
Add storage autoGrow support for api version 2023-12-01
ambrahma Apr 6, 2023
6ed72c0
Add support for location capabilities and server capabilities api for…
ambrahma Apr 11, 2023
195cc65
FIx some swagger linter errors
ambrahma Apr 12, 2023
73f7c77
Fix linter issues and fix the response for Location capabilities
ambrahma Apr 17, 2023
134193e
Fix linter and prettier errors for capabilities api
ambrahma Apr 17, 2023
11ba7c7
Fix linter error
ambrahma Apr 17, 2023
7dbc531
Fix linter error for missing identifier id
ambrahma Apr 17, 2023
dcd3cad
Add support for IOPS scaling properties for PG flexible servers
ambrahma Apr 17, 2023
6946ed9
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
ambrahma Apr 18, 2023
8522248
Remove unsupported type "SystemAssigned" for User AssignedIdentities …
ambrahma Apr 18, 2023
4e3d350
Fix review comment to have iopsTier as optional set, however both iop…
ambrahma Apr 19, 2023
3fb4c85
FIx the object for capabilities api to be in sync with the RP
ambrahma Apr 20, 2023
5b1daf4
Update boolean properties to string instead for Enabled/Disabled
ambrahma Apr 24, 2023
afecf08
Fix examples for capabilities api
ambrahma Apr 24, 2023
8fef7b9
Add an entry for LogFiles controller to list server logs for PostgreS…
ambrahma Apr 24, 2023
f7de83c
Added an entry for ServerLogs in readme.md file
ambrahma Apr 24, 2023
cc9205a
Add new supported property, onlineResizeSupported for capabilities api
ambrahma Apr 25, 2023
111ed44
Fix path for common types.json
ambrahma Apr 25, 2023
fc84657
Fix paths for common types.json to fix validation errors
ambrahma Apr 25, 2023
68f049e
DIrectly refer the common type ErrorResponse definition for default r…
ambrahma Apr 25, 2023
8c23a40
Add advancedThreatProtectionSettings api and corresponding samples to…
ambrahma Apr 26, 2023
cb81193
Add threat protection to name tag for api version 2023-03-01-preview
ambrahma Apr 26, 2023
69efd24
Add migrations api and migrationCheckNameAvailability api to 2023-03-…
ambrahma Apr 26, 2023
2fae495
Fix linter errors for ThreatProtection
ambrahma Apr 26, 2023
a881f71
Fix linter errors for Migrations
ambrahma Apr 26, 2023
85f7dc3
Fix linter errors for capabiities
ambrahma Apr 26, 2023
dbf9cc8
Update boolean properties for Migrations to enum
ambrahma Apr 27, 2023
344a6a6
Add long term retention APIs to 2023-03-01 preview
tavarma May 9, 2023
4ec7298
Merge branch 'ambrahma-postgresql-Microsoft.DBforPostgreSQL-2023-03-0…
tavarma May 9, 2023
98c6aa7
Fix the request and response based on controller actions for long ter…
ambrahma May 10, 2023
bab5b72
Fix lintdiff warnings
ambrahma May 10, 2023
1b7c994
Fix review comments
ambrahma May 12, 2023
9b79f91
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
ambrahma May 12, 2023
21359a6
Fix issue related to tools like credscan, spellcheck, api swagger view
ambrahma May 12, 2023
230a996
Fix linter errors
ambrahma May 15, 2023
4e4e90f
Revert changes for Update for Migrations api
ambrahma May 15, 2023
bdd9d0e
Fix file path for Migrations
ambrahma May 15, 2023
637b566
Fix pyton track errors
ambrahma May 15, 2023
ee7b40d
Fix typo for Migrations properties
ambrahma May 15, 2023
8cc81e8
Updated description for review comments
ambrahma May 16, 2023
05ff556
Fix typo
ambrahma May 16, 2023
a99edfb
Fix SDK automation errors
ambrahma May 17, 2023
a230049
Fixed review comment
ambrahma May 17, 2023
62bc604
Updated api name for post operation and updated descriptions
ambrahma May 17, 2023
72346e2
Add missing body parameters for threat protection api
ambrahma May 19, 2023
e33ac2e
Fix linDiff error to add update in PUT description for Migrations api
ambrahma May 19, 2023
c4030a9
Remove unwanted parameters for long term retention apis
ambrahma May 19, 2023
e0dd6f0
Add support for ReviveDropped createMode for 2023-03-01-preview api v…
ambrahma May 19, 2023
5e09e29
Fix file reference
ambrahma May 19, 2023
8e57b27
Fix S360 issue for sourceServerResourceId in response and fix descrip…
ambrahma May 22, 2023
0f3d1fa
Fix S360 for replicaCapacity returned only in response but not set in…
ambrahma May 22, 2023
f14f9bd
Remove newly added Server Threat Protection api from swagger for api …
ambrahma May 22, 2023
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
Prev Previous commit
Next Next commit
Add support for IOPS scaling properties for PG flexible servers
  • Loading branch information
ambrahma committed Apr 17, 2023
commit dcd3cadcb958403d54ef2dee8d45e16fd18c74c1
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,35 @@
"name": "StorageAutoGrow",
"modelAsString": true
}
},
"iopsTier": {
"type": "string",
"description": "Name of storage tier for IOPS.",
"enum": [
"P1",
"P2",
"P3",
"P4",
"P6",
"P10",
"P15",
"P20",
"P30",
"P40",
"P50",
"P60",
"P70",
"P80"
],
"x-ms-enum": {
"name": "AzureManagedDiskPerformanceTiers",
"modelAsString": true
}
},
"iops": {
"type": "integer",
"format": "int32",
"description": "Storage tier IOPS quantity."
}
},
"description": "Storage properties of a server"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"createMode": "Create",
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled"
"autoGrow": "Disabled",
"iopsTier": "P20",
"iops": 2300
},
"backup": {
"backupRetentionDays": 7,
Expand Down Expand Up @@ -60,7 +62,9 @@
},
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled"
"autoGrow": "Disabled",
"iopsTier": "P20",
"iops": 2300
},
"backup": {
"backupRetentionDays": 7,
Expand Down Expand Up @@ -115,7 +119,9 @@
},
"storage": {
"storageSizeGB": 512,
"autoGrow": "Disabled"
"autoGrow": "Disabled",
"iopsTier": "P20",
"iops": 2300
},
"backup": {
"backupRetentionDays": 7,
Expand Down