mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 09:35:41 -05:00
Remove extra id property from azure subs and add type name helper (#12145)
* Remove extra id property from azure subs and add type name helper * case * Change a few names
This commit is contained in:
@@ -81,8 +81,7 @@ function createContext(): TestContext {
|
||||
subscriptions: [
|
||||
{
|
||||
name: 's1',
|
||||
id: 's1',
|
||||
subscriptionId: 's1'
|
||||
id: 's1'
|
||||
}
|
||||
],
|
||||
groups: [
|
||||
|
||||
Reference in New Issue
Block a user