Skip to content

Commit 91e1f6f

Browse files
correction in type under resourceConfig
1 parent 861f09b commit 91e1f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/autogenlist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ const autoGenList: AutoGenConfig[] = [
946946
namespace: 'Microsoft.DataMigration',
947947
resourceConfig: [
948948
{
949-
type: 'sourceControlConfigurations',
949+
type: 'databaseMigrations',
950950
scopes: ScopeType.Extension
951951
}
952952
]

0 commit comments

Comments
 (0)