magodo

Results 394 comments of magodo

You don't have to append tf code into main.tf, but can be other file names as long as it resides in the same directory as main. `--append` does what you...

@pir8g33k Thank you for submitting this! From the error message above, it looks like a network issue on the PMC itself? Would you please submit a MS support ticket for...

@pir8g33k Are you literally using `https://packages.microsoft.com/ubuntu/${ver}/prod` as the repo address? If so, you shall replace the `${ver}` part with either `22.04` or `20.04`.

@emilwester-optimizely Thank you for submitting this! The issue is not caused by the empty space in the resource name, but the casing of the element in the `ids` array. The...

@hguy Thank you for submitting this issue! The input of `aztfy resource` is the Azure resource id, which is not always the same as TF resource id. In this case,...

@RakhilRavindran007 Thank you for submitting this! I've made a fix in the https://github.com/magodo/azlist project. However, I don't have the environment the reproduce this issue, as I have tried to use...

You'll have to set the subscription id, either via `-s` or the env var `ARM_SUBSCRIPTION_ID`.

That's weired... It works for me: ``` 💤 azlist 'resourceGroup =~ "aztfy-vmdisk"' /subscriptions/xxxx/resourceGroups/AZTFY-VMDISK/providers/Microsoft.Compute/disks/aztfy-test-test_OsDisk_1_3ef6711919624d5594387b69adc35634 /subscriptions/xxxx/resourceGroups/AZTFY-VMDISK/providers/Microsoft.Compute/virtualMachines/aztfy-test-test /subscriptions/xxxx/resourceGroups/AZTFY-VMDISK/providers/Microsoft.Compute/virtualMachines/aztfy-test-test/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent /subscriptions/xxxx/resourceGroups/aztfy-vmdisk/providers/Microsoft.Compute/disks/aztfy-test-test /subscriptions/xxxx/resourceGroups/aztfy-vmdisk/providers/Microsoft.Network/networkInterfaces/aztfy-test-test /subscriptions/xxxx/resourceGroups/aztfy-vmdisk/providers/Microsoft.Network/networkSecurityGroups/NRMS-clhxdfaurwj2oaztfy-test-test-internal /subscriptions/xxxx/resourceGroups/aztfy-vmdisk/providers/Microsoft.Network/networkSecurityGroups/NRMS-oyhsp3ghi6phaaztfy-test-test /subscriptions/xxxx/resourceGroups/aztfy-vmdisk/providers/Microsoft.Network/virtualNetworks/aztfy-test-test ``` I suspect it might because the quote around your...

@tadelesh Can you release 2021-08-01, which is a stable version from its naming?

@tadelesh One Go module can use either the old version or this new v0.8.0 armmonitor, which doesn't meet my requirement here that we want to manage both versions of monitor...