mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 12:08:36 -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: [
|
||||
|
||||
@@ -35,8 +35,7 @@ const accounts: azdata.Account[] = [
|
||||
const subscriptions: azureResource.AzureResourceSubscription[] = [
|
||||
{
|
||||
name: 'subscription',
|
||||
id: '2',
|
||||
subscriptionId: 'subscription'
|
||||
id: '2'
|
||||
}
|
||||
];
|
||||
const groups: azureResource.AzureResourceResourceGroup[] = [
|
||||
|
||||
@@ -50,8 +50,7 @@ describe('Azure Models Component', () => {
|
||||
let subscriptions: azureResource.AzureResourceSubscription[] = [
|
||||
{
|
||||
name: 'subscription',
|
||||
id: '2',
|
||||
subscriptionId: 'subscription'
|
||||
id: '2'
|
||||
}
|
||||
];
|
||||
let groups: azureResource.AzureResourceResourceGroup[] = [
|
||||
|
||||
@@ -58,8 +58,7 @@ describe('Predict Wizard', () => {
|
||||
let subscriptions: azureResource.AzureResourceSubscription[] = [
|
||||
{
|
||||
name: 'subscription',
|
||||
id: '2',
|
||||
subscriptionId: 'subscription'
|
||||
id: '2'
|
||||
}
|
||||
];
|
||||
let groups: azureResource.AzureResourceResourceGroup[] = [
|
||||
|
||||
@@ -34,8 +34,7 @@ let accounts: azdata.Account[] = [
|
||||
let subscriptions: azureResource.AzureResourceSubscription[] = [
|
||||
{
|
||||
name: 'subscription',
|
||||
id: '2',
|
||||
subscriptionId: 'subscription'
|
||||
id: '2'
|
||||
}
|
||||
];
|
||||
let groups: azureResource.AzureResourceResourceGroup[] = [
|
||||
|
||||
Reference in New Issue
Block a user