Anu Thomas
Anu Thomas
The recent version of SC (`com.madgag.spongycastle:core` dependency of KeyPassJava2) is 1.58, forked from on BC (Bouncy Castle) 1.58, released back in 2017. Since then, there are many bc releases happened,...
For case 2: the PR is https://github.com/Azure/azure-rest-api-specs/pull/3885 If we go to CI https://travis-ci.org/Azure/azure-rest-api-specs/builds/429648122?utm_source=github_status&utm_medium=notification it is showing "azure-sdk-for-java" generation failed and in detailed view https://travis-ci.org/Azure/azure-rest-api-specs/jobs/429648131#L687 we can see that failure is...
these param should help: --availabilty-set argument (in asm) or --avail-set in argument (in arm)
@greenmang0 , i mean --avail-set argument in vm create command. This should help to add the vm you are creating to an existing availability set. 
@greenmang0 . right now we have only command to associate vm with an availability set during creation time. We don't have command to set it on already created vm. We...
changing title as it is not related to IaaS
@neeohw please use https://github.com/Microsoft/azure-vhd-utils to upload your vhd to azure.
@Zigman13 @matthewdavis @5kg you could use the utility below to upload VHDs (dynamic, fixed) while our storage team fixes this issue https://github.com/Microsoft/azure-vhd-utils-for-go
To apply reserved IP to an IaaS VM reside in a cloud service, first you need to create reserved IP using: network reserved-ip create [options] name location then while creating...
In the vnext android SDK, thinking of accepting `HttpLogOptions` while creating any Azure client (e.g. ChatClient). [Like you said above]. At least now, I'm not planning to take `ClientLogger` instance...