Christopher Scott
Christopher Scott
`TableClient.CreateQueryFilter` will convert a string based query filter to its escaped format. We have a sample to illustrate this. However, we might be able to have this happen automatically if...
I was trying to create 2 separate entry points which could be invoked via a script. The purpose of the script was to perform some steps in between the 2...
@devigned I'd like to take a crack at this one to get more familiar with golang and this repo. Is there anything I should be aware of before I dig...
Requesting a token more frequently from AAD does not guarantee that a new token will be received since it does its own caching as well. The only benefit that `BearerTokenAuthenticationPolicy`...
> The migration below causes 3 calls to the token endpoint, to check for migrations and apply them if needed and each call is 10 seconds right now (I'm not...
Thanks for the feedback. We're also working on a caching strategy for `ManagedIdentityCredential` involving improved support from MSAL. I don't have an exact timeframe to share, but it is on...
> Any plans to also support token caching with InteractiveBrowserCredential? Our scenario is console app that uses Azure SDK and we want to be able to have similar expereince to...
Hi @danielmarbach - Thanks for reporting this. The behavior change was not intentional and was a result of a new generated code path. I'll get a fix out soon.
> I think there is a behaviour difference between table API on cosmos vs table storage. On cosmos table API empty row keys are not allowed if I'm not mistaken...
> Agreed. It was my crappy way of trying to say the validation might make sense depending on the underlying service I appreciate you giving the benefit of the doubt...