mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
Add DMS values to migration extension save and close feature (#17375)
This commit is contained in:
@@ -358,6 +358,10 @@ export function getResourceGroupFromId(id: string): string {
|
||||
return id.replace(RegExp('^(.*?)/resourceGroups/'), '').replace(RegExp('/providers/.*'), '').toLowerCase();
|
||||
}
|
||||
|
||||
export function getFullResourceGroupFromId(id: string): string {
|
||||
return id.replace(RegExp('/providers/.*'), '').toLowerCase();
|
||||
}
|
||||
|
||||
export interface SqlMigrationServiceProperties {
|
||||
name: string;
|
||||
subscriptionId: string;
|
||||
|
||||
Reference in New Issue
Block a user