Mark Cowlishaw

Results 111 comments of Mark Cowlishaw

@bingbing8 Would you prefer being able to use a X509Certifciate2 object, a base64-encoded byte stream (like a pem file), profide a sertificate file, or soemthign else?

05 -21 Milestone for cmdlet customizations on generated cmdlet code

@cgillum The Azure.* management libraries are currently in preview, and are planned to have a preview update in the New Year, Before these packages go GA, they will conform with...

@nickzhums Can you help with the priority for this ask? DO we have data on the usage of these utilities?

@aarongalang The Staging checks are not required for check-in, you are currently blocked for needing an approval

@mikeharder That looks pretty close. We are having a meeting to discuss breaking changes, so will revisit after we decide what to do with these. One of them already has...

@mikeharder, we fixed one breaking change , reverted another, and decided to leave the other one as is, I will be updatign this as soon as the new changes are...

/azp run specs - typespec - ci

I think that by default, at least for Get-* cmdlets, ```-Subscription``` should take a list of subscriptions. This would enable users to use PSDefaultParameterValues to define a default subscription set....

Generally, we like using ```-Subscription``` which can accept either names or IDs, rather than explicitly using SubscriptionName and SubscriptionId as separate parameters, but I wonder if you find being explicit...