Ren The Devil Hunter

Results 16 comments of Ren The Devil Hunter

Yep exactly what @supersaiyanmode said. If you can't connect therefor it is down. You lose a little bit of time because it seems that there's quite a high timeout (I...

Just like @Gustry said you can just ping it. I did not come back here for a long time but lemme share a little piece of code I have for...

This is would be the best thing, is this provider still maintained though ?

I personnally tested @koikonom's solution and unlike what you said about a strange behavior with the .id , it worked for me. Although in my case I used the data...

anyone at @hashicorp-cla working on this provider still ?

This would be a neat feature, any news on this one ?

I found a workaround you can use the REST API to gather the same informations (I'm not sure if exactly the same yet.) $restUri = "https://management.azure.com/subscriptions/$subscriptionID/resourceGroups/$ResourceGroup/providers/Microsoft.Automation/automationAccounts/$AutomationAccount/softwareUpdateConfigurations?api-version=2017-05-15-preview"

Well, no if you do that you lose the ''scheduleInfo"property for whatever reason .. so you have to loop on all the updateconfigurations found and re-query the rest api to...

Just found out that if you use latest API version on "https://management.azure.com/subscriptions/$subscriptionID/resourceGroups/$ResourceGroup/providers/Microsoft.Automation/automationAccounts/$AutomationAccount/softwareUpdateConfigurations?api-version=2020-01-13-preview" it will also return only 100 results.

@dingmeng-xue It seems that you are right, using the REST API you have the "nextLink" property that let you go to the next page. nextLink is empty if there are...