Skip to content

Conversation

Copy link

Copilot AI commented Jan 21, 2026

Addresses review feedback on #7698 questioning an inconsistency between Linux and Windows ServicePrincipalProfile.Secret values.

Investigation Result

Both templates already use identical values:

  • Line 535 (Linux): base64.StdEncoding.EncodeToString([]byte("msi"))
  • Line 819 (Windows): base64.StdEncoding.EncodeToString([]byte("msi"))

No changes required - the code is already consistent.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Fix scriptless bugs based on review feedback Verify msi value consistency between Linux and Windows templates Jan 21, 2026
Copilot AI requested a review from Devinwong January 21, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants