diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/ManagedDatabaseCreateRestoreLtrBackup.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/ManagedDatabaseCreateRestoreLtrBackup.json index c710d606f622..854fa11ccb3c 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/ManagedDatabaseCreateRestoreLtrBackup.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/ManagedDatabaseCreateRestoreLtrBackup.json @@ -1,55 +1,55 @@ { + "parameters": { + "subscriptionId": "00000000-1111-2222-3333-444444444444", + "resourceGroupName": "Default-SQL-SouthEastAsia", + "managedInstanceName": "managedInstance", + "databaseName": "managedDatabase", + "api-version": "2018-06-01-preview", "parameters": { - "subscriptionId": "00000000-1111-2222-3333-444444444444", - "resourceGroupName": "Default-SQL-SouthEastAsia", - "managedInstanceName": "managedInstance", - "databaseName": "managedDatabase", - "api-version": "2018-06-01-preview", - "parameters": { - "properties": { - "createMode": "RestoreExternalBackup", - "storageContainerUri": "https://myaccountname.blob.core.windows.net/backups", - "storageContainerSasToken": "sv=2015-12-11&sr=c&sp=rl&sig=1234", - "collation": "SQL_Latin1_General_CP1_CI_AS" - }, - "location": "southeastasia" - } + "properties": { + "createMode": "RestoreExternalBackup", + "storageContainerUri": "https://myaccountname.blob.core.windows.net/backups", + "storageContainerSasToken": "sv=2015-12-11&sr=c&sp=rl&sig=1234", + "collation": "SQL_Latin1_General_CP1_CI_AS" + }, + "location": "southeastasia" + } + }, + "responses": { + "200": { + "body": { + "tags": { + "tagKey1": "TagValue1" + }, + "location": "southeastasia", + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/testsvr/databases/testdb1", + "name": "testdb1", + "properties": { + "collation": "SQL_Latin1_General_CP1_CI_AS", + "status": "Online", + "creationDate": "2017-06-07T04:41:33.937Z", + "defaultSecondaryLocation": "North Europe" + }, + "type": "Microsoft.Sql/managedInstances/databases" + } }, - "responses": { - "200": { - "body": { - "tags": { - "tagKey1": "TagValue1" - }, - "location": "southeastasia", - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/testsvr/databases/testdb1", - "name": "testdb1", - "properties": { - "collation": "SQL_Latin1_General_CP1_CI_AS", - "status": "Online", - "creationDate": "2017-06-07T04:41:33.937Z", - "defaultSecondaryLocation": "North Europe" - }, - "type": "Microsoft.Sql/managedInstances/databases" - } + "201": { + "body": { + "tags": { + "tagKey1": "TagValue1" }, - "201": { - "body": { - "tags": { - "tagKey1": "TagValue1" - }, - "location": "southeastasia", - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/testsvr/databases/testdb2", - "name": "testdb2", - "properties": { - "collation": "SQL_Latin1_General_CP1_CI_AS", - "status": "Online", - "creationDate": "2017-06-07T04:41:33.937Z", - "defaultSecondaryLocation": "North Europe" - }, - "type": "Microsoft.Sql/managedInstances/databases" - } + "location": "southeastasia", + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/testsvr/databases/testdb2", + "name": "testdb2", + "properties": { + "collation": "SQL_Latin1_General_CP1_CI_AS", + "status": "Online", + "creationDate": "2017-06-07T04:41:33.937Z", + "defaultSecondaryLocation": "North Europe" }, - "202": { } - } -} \ No newline at end of file + "type": "Microsoft.Sql/managedInstances/databases" + } + }, + "202": {} + } +}