Heath Stewart
Heath Stewart
Note to self: we'd want to specifically handle the case where the initial delete request already 404'd e.g., [here](https://github.com/Azure/azure-sdk-for-net/blob/4980a8a68fb70fefca0aa4cf50ff58bfdf3a5c5f/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/DeleteSecretOperation.cs#L30-L34). Could also do it in the caller but would then have...
I'm waiting for a decision by @KrzysztofCwalina and @tg-msft on how we want to add protocol methods (or similar) to HLCs.
@annelo-msft I talked with @ShivangiReja about generating internal DPG protocol methods to add to our existing KV HLC, but it doesn't sound like quite what I want (we don't generate...
Since we have a thread going on internally that seems to have progressed a bit further, let's continue this conversation there. 🙂
Unchecking https://github.com/Azure/azure-sdk-for-net/issues/17445 because it wasn't actually completed. The bot closed it with no other action taken.
@schaabs @christothes @AlexanderSher should Core also do something to this effect for the shared challenge-based auth such that the initial 401s aren't adversely tracing? Or is that warranted (to trace)?...
It's not just editable blocks. See the code fragment in https://rust-lang.github.io/mdBook/format/theme/syntax-highlighting.html#hiding-code-lines. If you keep the lines hidden, it fails to compile saying that the first variable should be `const` because...
I would like to note that Storage and Key Vault teams recommend you use RBAC instead of SAS tokens if possible. @allenjzhang can you look at the AuthorizationManagementClient issue here?...
Adding @markcowl
@m-nash what track 2 management client should they be using now? Looking at the code that is failing - the lower call to create the RBAC assignment - it looks...