Skip to content

Commit c3411bc

Browse files
author
Thakur Ashutosh Suman
committed
Adding filestoragetype on swagger and minmi example
1 parent a8ba093 commit c3411bc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/examples/SqlMiCreateOrUpdateDatabaseMigrationMIN.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"200": {
4040
"body": {
4141
"properties": {
42+
"backupConfiguration": {
43+
"sourceLocation": {
44+
"fileStorageType": "FileShare"
45+
}
46+
},
4247
"kind": "SqlMi",
4348
"scope": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Sql/managedInstances/instance",
4449
"migrationService": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.DataMigration/sqlMigrationServices/testagent",

specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/sqlmigration.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,11 @@
18281828
"azureBlob": {
18291829
"$ref": "#/definitions/AzureBlob",
18301830
"description": "Source Azure Blob."
1831+
},
1832+
"fileStorageType": {
1833+
"description": "Backup storage Type.",
1834+
"type": "string",
1835+
"readOnly": true
18311836
}
18321837
}
18331838
},

0 commit comments

Comments
 (0)