Elendil

Results 37 comments of Elendil

@roidelapluie Thanks for reaching out, the method you mentioned `NewVirtualMachinesClientWithBaseURI` is an old way of using SDK, that requires you provide a resource endpoint to tell SDK what is the...

Issue https://github.com/Azure/azure-sdk-for-go/issues/18780 raised to optimize migration guidance to include general pattern difference of using SDK

Same issue https://github.com/Azure/azure-sdk-for-net/issues/30245#issuecomment-1220060795

Looks like that this is because Mac(or Unix like system) uses different way to handle process/thread Windows threads belong to its parent process, if the main process exit, all its...

https://forums.iis.net/t/1242925.aspx

@chkeita you need to call `client.GetVirtualMachineScaleSetResource(scalesetId).GetVirtualMachineScaleSetVm("0").Get()` before you try to get the `.Value`, the `GetVirtualMachineScaleSetVm` does not actually made any request to Azure so the data is null.

@chkeita the rest api you referred is a network RP api not a compute RP API, but due to some naming issue we have not implemented that API in SDK...

@jhabkohrs we checked our code and seems it can take 202 as a valid response. Would you please share your code and let us know what type of SQL and...

@jhabkohrs Yes I believe the current released version does not consider 202 as a valid response that's why there is Service Request Failed exception. CC: @ArthurMa1978 , kindly help check...

@jhabkohrs we are still fixing some other issues regarding this package, ETA of latest version release date in Oct