Skip to content

Commit

Permalink
Review request for Microsoft.DBforPostgreSQL to add version preview/2…
Browse files Browse the repository at this point in the history
…024-11-01-preview (Azure#30718)

* Create copy in 2024-11-01-preview

* replace api version

* update read me for 20241101 init

* add automigration

* add tuning

* add ultradisk

* add version 17

* v5 to v6

* Add to migration sources

* Configuration updates

* Citus on flex properties

* Add system assigned identity

* title update

* cspell build fix

* Add supported features

* ref UserAssignedIdentity directly to ManagedServiceIdentity

* Remove UserAssignedIdentity

* Add securityprofile, add update cluster prop, add cluster to server list

* Go back to v5 in flex server json

* Add cluster create example , Update create migration, Add create migration with fqdn example, remove cluster properties

* Revert "add automigration"

This reverts commit d4230a2.

* correct case sensitive example issue

* Add singleton endpoint for recommendation, and corrections

* remove "includedColumns" from Index tuning

* Edit optional recommendation type query filter

* revert all files back to v5 common-types

* Edit recs examples

* Edit index tuning parameters

* update readme suppression reasons

* PR suggestions
  • Loading branch information
nasc17 authored Oct 29, 2024
1 parent 7a337c2 commit 755a24c
Show file tree
Hide file tree
Showing 121 changed files with 20,546 additions and 7 deletions.
4 changes: 3 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,9 @@
{
"filename": "**/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/**/*json",
"words": [
"automigration"
"automigration",
"apsaradb",
"supabase"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"properties": {
"value": {
"type": "string",
"description": "Value of the configuration."
"description": "Value of the configuration. Required to update the configuration."
},
"description": {
"type": "string",
Expand Down Expand Up @@ -305,7 +305,7 @@
},
"source": {
"type": "string",
"description": "Source of the configuration."
"description": "Source of the configuration. Required to update the configuration."
},
"isDynamicConfig": {
"type": "boolean",
Expand Down
Loading

0 comments on commit 755a24c

Please sign in to comment.