[HOUSEKEEPING] Removing variable-group create#13
Conversation
|
I'm also curious about the @yradsmikham @NathanielRose @samiyaakhtar @sarath-p @bnookala @evanlouie |
We mention how to use it in some of our infra documentation: https://github.com/microsoft/bedrock-cli/blob/master/guides/infra/spk-infra-generation-pipeline.md#31a-create-a-variable-group But we don't use the command in any of our infra functions or pipelines |
@yradsmikham and I discussed recently and concluded that issue microsoft/bedrock#1006 can use @andrebriggs - the |
|
In the service introspection guide we tell customers to use @samiyaakhtar Is this incorrect? Recently I added some scripts to deploy the dashboard and included a file to push variables to a variable group. I guess I could have used SPK for this. |
@andrebriggs this is old, we need to update that doc and reference the new variable group command, since we don't need to use keyvault |
Yes, SPK can be used here. Its is a two step process to add |
Update removing
variable-group createNoticed that we don't have an example for how to use
variable-group createin our first class documentation.Also this method is referenced in current issue and it needs unit tests.
Also looking for feedback on if this method should even exist. It seems to be a wrapper for
az pipelines variable-group create. Trying to understand the value if we don't support replacement of secret values in the--filearg.Also closes microsoft/bedrock#1349