-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Description
When you first run a365 setup all for the very first time with a new blueprint, the client secret for the Blueprint app registration will appear in the a365.generated.config.json, but if you ever run a365 setup blueprint on the same blueprint again, this value will get overwritten to null and then the Blueprint is basically lost and useless, because you can never generate a new Client Secret (UI says insufficient privileges eventho the listed Owner on the app registration is me, the user who created the blueprint via CLI)
Expected behavior
the client secret stays in the generated config AND (even better) owner user should be able to create new client secret via the UI in Azure portal: https://www.loom.com/share/970faccc56fd45789ed0a42d8444b3e3
SDK Version
1.1.94-preview+61107da00a
Language/Runtime
Node
OS
macOS 15.7.3 (24G419)
How to Reproduce
- create a new blueprint via a365 config init
- then run a365 setup all
- notice how agentBlueprintClientSecret in a365.generated.config.json is visible as string (at least on Mac, as documented)
- run a365 setup blueprint again
- notice how agentBlueprintClientSecret is now null
Output
No response
Screenshots
No response
Code of Conduct
- I agree to follow the Microsoft Open Source Code of Conduct.