-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Adding support for SqlPoolDeleteRestorePoints and RestorableDroppedSqlPools apis #11257
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
06bb700
Adding support for SqlPoolTransparentDataEncryptionActivity
tunafish88 d2bb062
Added default response
tunafish88 7c98e36
Adding sqlPool restore points oeprations
tunafish88 6dba9da
Added the response type
tunafish88 12be3e5
Fixed errors
tunafish88 bf8a06d
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
tunafish88 00a4a08
removed transparent dataencryption API added in a previous iteration,…
tunafish88 d08db5d
Applied Dongwei's feedback
tunafish88 6b9da88
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
tunafish88 fbba3fd
Added suppression validation
tunafish88 4f4c296
Fixed the suppression synatx error
tunafish88 31a91d0
Fixed the suppression synatx error
tunafish88 7f843dc
Fixed spelling errors flagged by spell checker
tunafish88 80ee452
Fixed spelling errors flagged by spell checker
tunafish88 e9357df
Fixed spelling errors flagged by spell checker
tunafish88 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
...er/Microsoft.Synapse/preview/2019-06-01-preview/examples/RestorableDroppedSqlPoolGet.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
| "resourceGroupName": "restorabledroppeddatabasetest-1257", | ||
| "workspaceName": "restorabledroppeddatabasetest-2389", | ||
| "restorableDroppedSqlPoolId": "restorabledroppeddatabasetest-7654,131403269876900000", | ||
| "api-version": "2019-06-01-preview" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/restorabledroppeddatabasetest-1257/providers/Microsoft.Synapse/workspaces/restorabledroppeddatabasetest-2389/restorableDroppedSqlPools/restorabledroppeddatabasetest-7654,131403269876900000", | ||
| "name": "restorabledroppeddatabasetest-7654,131403269876900000", | ||
| "type": "Microsoft.Synapse/workspaces/restorableDroppedSqlPools", | ||
| "location": "Japan East", | ||
| "properties": { | ||
| "databaseName": "restorabledroppeddatabasetest-7654", | ||
| "edition": "Datawarehouse", | ||
| "maxSizeBytes": "2147483648", | ||
| "serviceLevelObjective": "DW100c", | ||
| "elasticPoolName": null, | ||
| "creationDate": "2017-02-10T00:56:19.2Z", | ||
| "deletionDate": "2017-05-27T02:49:47.69Z", | ||
| "earliestRestoreDate": "2017-05-20T02:49:47.69Z" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
48 changes: 48 additions & 0 deletions
48
...r/Microsoft.Synapse/preview/2019-06-01-preview/examples/RestorableDroppedSqlpoolList.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
| "resourceGroupName": "restorabledroppeddatabasetest-1349", | ||
| "workspaceName": "restorabledroppeddatabasetest-1840", | ||
| "api-version": "2019-06-01-preview" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/restorabledroppeddatabasetest-1349/providers/Microsoft.Synapse/workspaces/restorabledroppeddatabasetest-1840/restorableDroppedSqlPools/restorabledroppeddatabasetest-1345,131403269876900000", | ||
| "name": "restorabledroppeddatabasetest-1345,131403269876900000", | ||
| "type": "Microsoft.Synapse/workspaces/restorableDroppedSqlPools", | ||
| "location": "Japan East", | ||
| "properties": { | ||
| "databaseName": "restorabledroppeddatabasetest-1345", | ||
| "edition": "Basic", | ||
| "maxSizeBytes": "2147483648", | ||
| "serviceLevelObjective": "Basic", | ||
| "elasticPoolName": null, | ||
| "creationDate": "2017-02-10T00:56:19.2Z", | ||
| "deletionDate": "2017-05-27T02:49:47.69Z", | ||
| "earliestRestoreDate": "2017-05-20T02:49:47.69Z" | ||
| } | ||
| }, | ||
| { | ||
| "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/restorabledroppeddatabasetest-1349/providers/Microsoft.Synapse/workspaces/restorabledroppeddatabasetest-1840/restorableDroppedSqlPools/restorabledroppeddatabasetest-2764,131403249684030000", | ||
| "name": "restorabledroppeddatabasetest-2764,131403249684030000", | ||
| "type": "Microsoft.Synapse/workspaces/restorableDroppedSqlPools", | ||
| "location": "Japan East", | ||
| "properties": { | ||
| "databaseName": "restorabledroppeddatabasetest-2764", | ||
| "edition": "Standard", | ||
| "maxSizeBytes": "268435456000", | ||
| "serviceLevelObjective": "S0", | ||
| "elasticPoolName": null, | ||
| "creationDate": "2016-05-10T00:56:19.2Z", | ||
| "deletionDate": "2017-05-27T02:16:08.403Z", | ||
| "earliestRestoreDate": "2017-04-21T02:49:47.69Z" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
14 changes: 14 additions & 0 deletions
14
...ger/Microsoft.Synapse/preview/2019-06-01-preview/examples/SqlPoolRestorePointsDelete.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
| "resourceGroupName": "Default-SQL-SouthEastAsia", | ||
| "restorePointName": "131546477590000000", | ||
| "location": "japaneast", | ||
| "workspaceName": "testws", | ||
| "sqlPoolName": "testpool", | ||
| "api-version": "2019-06-01-preview" | ||
| }, | ||
| "responses": { | ||
| "200": {} | ||
| } | ||
| } |
26 changes: 26 additions & 0 deletions
26
...anager/Microsoft.Synapse/preview/2019-06-01-preview/examples/SqlPoolRestorePointsGet.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
| "resourceGroupName": "Default-SQL-SouthEastAsia", | ||
| "restorePointName": "131546477590000000", | ||
| "location": "japaneast", | ||
| "workspaceName": "testws", | ||
| "sqlPoolName": "testpool", | ||
| "api-version": "2019-06-01-preview" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Synapse/workspaces/testws/sqlPools/testpool/restorePoints/131546477590000000", | ||
| "name": "131546477590000000", | ||
| "type": "Microsoft.Synapse/workspaces/sqlPools/restorePoints", | ||
| "location": "japaneast", | ||
| "properties": { | ||
| "restorePointType": "DISCRETE", | ||
| "restorePointCreationDate": "2017-03-10T08:00:00.000Z", | ||
| "restorePointLabel": "mylabel" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.