Joshua Matthews
Joshua Matthews
Seconded, this is blocking me from checking if an ACR Task credentials exists as I can't query the result object.
@jiasli The format returned without --sdk-auth doesn't work with Github Actions azure/login@v1. Not sure which keys exactly it needs that are missing.
@BALAGA-GAYATRI Thanks for that! As sdk-auth is clearly still useful, why is it being deprecated? Seems like a nice shortcut to have versus building the object manually. I'd sure feel...
@codytipton-hpg If you call "az ad sp create-for-rbac" on an existing SP with a scope/role it already has, it will patch it, not changed anything, and return the output needed....
Any update on this? I would love to use dasel, but comparing the changes it makes in git becomes crazy when all the keys reorder. Find myself needing to stick...
Would think you could use same storage mechanism and just increment a sortorder value on each key as you store them, then sort by it at each level while rebuilding...
Is there something inherent to actors that cause extra queries to be done here? I am thinking, if you were to build the same "workflow" without the actors and query...
Would be cool if we could build index support into the query adapters for the various document stores. As mentioned above, Postgres GIN indexes require a slightly different where condition...
Hey guys! Just wondering what is the current thinking around Document Store? Seems this thread has been dead for a while. Is it still in the works?
@berndverst I noticed the work going on around improving the Cosmos Query API, good stuff. I am however concerned about the strong guidance you've expressed a few times to avoid...