-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Oracle.Database. Typespec preview introduced (#29305)
* Oracle.Database. Typespec preview introduced * Oracle.Database. Added systemversionname to cSpell.json * Oracle.Database. Rolled back readme files * Oracle.Database. Fixed DbNodes_listByParent operationId incosistency * Oracle.Database. Added options for sdk emitters
- Loading branch information
Showing
121 changed files
with
8,790 additions
and
470 deletions.
There are no files selected for viewing
This file contains 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
71 changes: 71 additions & 0 deletions
71
...n/oracle/Oracle.Database/examples/2023-09-01-preview/autonomousDatabaseBackup_create.json
This file contains 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,71 @@ | ||
{ | ||
"operationId": "AutonomousDatabaseBackups_CreateOrUpdate", | ||
"title": "AutonomousDatabaseBackups_CreateOrUpdate", | ||
"parameters": { | ||
"api-version": "2023-09-01-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "rg000", | ||
"autonomousdatabasename": "databasedb1", | ||
"adbbackupid": "1711644130", | ||
"resource": { | ||
"properties": { | ||
"autonomousDatabaseOcid": "ocid1.autonomousdatabase.oc1..aaaaa3klq", | ||
"displayName": "Nightly Backup", | ||
"retentionPeriodInDays": 365 | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabases/databasedb1/autonomousDatabaseBackups/1711644130", | ||
"type": "Oracle.Database/autonomousDatabases/autonomousDatabaseBackups", | ||
"properties": { | ||
"autonomousDatabaseOcid": "ocid1.autonomousdatabase.oc1..aaaaa3klq", | ||
"databaseSizeInTbs": 2, | ||
"dbVersion": "19.6.0.0", | ||
"displayName": "Nightly Backup", | ||
"ocid": "ocid1.autonomousdatabasebackup.oc1..aaaaaaaavwpj", | ||
"isAutomatic": true, | ||
"isRestorable": true, | ||
"lifecycleDetails": "Backup completed successfully", | ||
"lifecycleState": "Active", | ||
"retentionPeriodInDays": 365, | ||
"sizeInTbs": 2, | ||
"timeAvailableTil": "2025-01-09T20:44:09.466Z", | ||
"timeStarted": "2024-01-09T19:44:09.466Z", | ||
"timeEnded": "2024-01-09T20:44:09.466Z", | ||
"backupType": "Full", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"headers": { | ||
"Retry-After": 100 | ||
}, | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabases/databasedb1/autonomousDatabaseBackups/backupdb1", | ||
"type": "Oracle.Database/autonomousDatabases/autonomousDatabaseBackups", | ||
"properties": { | ||
"autonomousDatabaseOcid": "ocid1.autonomousdatabase.oc1..aaaaa3klq", | ||
"databaseSizeInTbs": 2, | ||
"dbVersion": "19.6.0.0", | ||
"displayName": "Nightly Backup", | ||
"ocid": "ocid1.autonomousdatabasebackup.oc1..aaaaaaaavwpj", | ||
"isAutomatic": true, | ||
"isRestorable": true, | ||
"lifecycleDetails": "Backup completed successfully", | ||
"lifecycleState": "Active", | ||
"retentionPeriodInDays": 365, | ||
"sizeInTbs": 2, | ||
"timeAvailableTil": "2025-01-09T20:44:09.466Z", | ||
"timeStarted": "2024-01-09T19:44:09.466Z", | ||
"timeEnded": "2024-01-09T20:44:09.466Z", | ||
"backupType": "Full", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...n/oracle/Oracle.Database/examples/2023-09-01-preview/autonomousDatabaseBackup_delete.json
This file contains 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,20 @@ | ||
{ | ||
"operationId": "AutonomousDatabaseBackups_Delete", | ||
"title": "AutonomousDatabaseBackups_Delete", | ||
"parameters": { | ||
"api-version": "2023-09-01-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "rg000", | ||
"autonomousdatabasename": "databasedb1", | ||
"adbbackupid": "1711644130" | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"Retry-After": 100, | ||
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabaseBackups/1711644130/operationStatus" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
...tion/oracle/Oracle.Database/examples/2023-09-01-preview/autonomousDatabaseBackup_get.json
This file contains 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,37 @@ | ||
{ | ||
"operationId": "AutonomousDatabaseBackups_Get", | ||
"title": "AutonomousDatabaseBackups_Get", | ||
"parameters": { | ||
"api-version": "2023-09-01-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "rg000", | ||
"autonomousdatabasename": "databasedb1", | ||
"adbbackupid": "1711644130" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabases/databasedb1/autonomousDatabaseBackups/1711644130", | ||
"type": "Oracle.Database/autonomousDatabases/autonomousDatabaseBackups", | ||
"properties": { | ||
"autonomousDatabaseOcid": "ocid1.autonomousdatabase.oc1..aaaaa3klq", | ||
"databaseSizeInTbs": 2, | ||
"dbVersion": "19.6.0.0", | ||
"displayName": "Nightly Backup", | ||
"ocid": "ocid1.autonomousdatabasebackup.oc1..aaaaaaaavwpj", | ||
"isAutomatic": true, | ||
"isRestorable": true, | ||
"lifecycleDetails": "Backup completed successfully", | ||
"lifecycleState": "Active", | ||
"retentionPeriodInDays": 365, | ||
"sizeInTbs": 2, | ||
"timeAvailableTil": "2025-01-09T20:44:09.466Z", | ||
"timeStarted": "2024-01-09T19:44:09.466Z", | ||
"timeEnded": "2024-01-09T20:44:09.466Z", | ||
"backupType": "Full", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
40 changes: 40 additions & 0 deletions
40
...le/Oracle.Database/examples/2023-09-01-preview/autonomousDatabaseBackup_listByParent.json
This file contains 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,40 @@ | ||
{ | ||
"operationId": "AutonomousDatabaseBackups_ListByAutonomousDatabase", | ||
"title": "AutonomousDatabaseBackups_ListByAutonomousDatabase", | ||
"parameters": { | ||
"api-version": "2023-09-01-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "rg000", | ||
"autonomousdatabasename": "databasedb1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabases/databasedb1/autonomousDatabaseBackups/1711644130", | ||
"type": "Oracle.Database/autonomousDatabases/autonomousDatabaseBackups", | ||
"properties": { | ||
"autonomousDatabaseOcid": "ocid1.autonomousdatabase.oc1..aaaaa3klq", | ||
"databaseSizeInTbs": 2, | ||
"dbVersion": "19.6.0.0", | ||
"displayName": "Nightly Backup", | ||
"ocid": "ocid1.autonomousdatabasebackup.oc1..aaaaaaaavwpj", | ||
"isAutomatic": true, | ||
"isRestorable": true, | ||
"lifecycleDetails": "Backup completed successfully", | ||
"lifecycleState": "Active", | ||
"retentionPeriodInDays": 365, | ||
"sizeInTbs": 2, | ||
"timeAvailableTil": "2025-01-09T20:44:09.466Z", | ||
"timeEnded": "2024-01-09T20:44:09.466Z", | ||
"backupType": "Full", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
], | ||
"nextLink": null | ||
} | ||
} | ||
} | ||
} |
41 changes: 41 additions & 0 deletions
41
...on/oracle/Oracle.Database/examples/2023-09-01-preview/autonomousDatabaseBackup_patch.json
This file contains 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,41 @@ | ||
{ | ||
"operationId": "AutonomousDatabaseBackups_Update", | ||
"title": "AutonomousDatabaseBackups_Update", | ||
"parameters": { | ||
"api-version": "2023-09-01-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "rg000", | ||
"autonomousdatabasename": "databasedb1", | ||
"adbbackupid": "1711644130", | ||
"properties": {} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabases/databasedb1/autonomousDatabaseBackups/1711644130", | ||
"type": "Oracle.Database/autonomousDatabases/autonomousDatabaseBackups", | ||
"properties": { | ||
"autonomousDatabaseOcid": "ocid1.autonomousdatabase.oc1..aaaaa3klq", | ||
"databaseSizeInTbs": 2, | ||
"dbVersion": "19.6.0.0", | ||
"displayName": "Nightly Backup", | ||
"ocid": "ocid1.autonomousdatabasebackup.oc1..aaaaaaaavwpj", | ||
"isAutomatic": true, | ||
"isRestorable": true, | ||
"lifecycleDetails": "Backup updated successfully", | ||
"lifecycleState": "Active", | ||
"retentionPeriodInDays": 400, | ||
"sizeInTbs": 2, | ||
"backupType": "Full", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
}, | ||
"202": { | ||
"headers": { | ||
"Retry-After": 100, | ||
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabaseBackups/1711644130/operationStatus" | ||
} | ||
} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...racle/Oracle.Database/examples/2023-09-01-preview/autonomousDatabaseCharacterSet_get.json
This file contains 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,21 @@ | ||
{ | ||
"operationId": "AutonomousDatabaseCharacterSets_get", | ||
"title": "AutonomousDatabaseCharacterSets_get", | ||
"parameters": { | ||
"api-version": "2023-09-01-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"location": "eastus", | ||
"adbscharsetname": "DATABASE" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/locations/eastus/autonomousDatabaseCharacterSets/DATABASE", | ||
"type": "Oracle.Database/locations/autonomousDatabaseCharacterSets", | ||
"properties": { | ||
"characterSet": "AL32UTF8" | ||
} | ||
} | ||
} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...e.Database/examples/2023-09-01-preview/autonomousDatabaseCharacterSet_listByLocation.json
This file contains 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,32 @@ | ||
{ | ||
"operationId": "AutonomousDatabaseCharacterSets_listByLocation", | ||
"title": "AutonomousDatabaseCharacterSets_listByLocation", | ||
"parameters": { | ||
"api-version": "2023-09-01-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"location": "eastus" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/locations/eastus/autonomousDatabaseCharacterSets/DATABASE", | ||
"type": "Oracle.Database/locations/autonomousDatabaseCharacterSets", | ||
"properties": { | ||
"characterSet": "AL32UTF8" | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/locations/eastus/autonomousDatabaseCharacterSets/DATABASE", | ||
"type": "Oracle.Database/locations/autonomousDatabaseCharacterSets", | ||
"properties": { | ||
"characterSet": "UTF8" | ||
} | ||
} | ||
], | ||
"nextLink": null | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.