-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Refactor more language agnostic content into includes #49651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request refactors documentation content by extracting common authentication documentation into reusable include files. The main purpose is to reduce duplication and improve maintainability by consolidating shared content that appears across multiple documentation pages.
Key changes:
- Created new include files for authentication-related content (Visual Studio Code, Azure CLI, Azure Developer CLI, Azure PowerShell, broker configuration, and overview content).
- Replaced duplicate content in existing documentation files with include references.
- Consolidated the main overview content from
index.mdinto a reusable include file.
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/azure/sdk/includes/overview.md | New include file containing the main authentication overview content previously in index.md |
| docs/azure/sdk/includes/overview-broker.md | New include file for broker authentication overview section |
| docs/azure/sdk/includes/broker-configure-app.md | New include file for broker app configuration instructions |
| docs/azure/sdk/includes/broker-assign-roles.md | New include file for broker role assignment instructions |
| docs/azure/sdk/includes/auth-visual-studio-code.md | New include file for Visual Studio Code authentication instructions |
| docs/azure/sdk/includes/auth-azure-powershell.md | New include file for Azure PowerShell authentication instructions |
| docs/azure/sdk/includes/auth-azure-developer-cli.md | New include file for Azure Developer CLI authentication instructions |
| docs/azure/sdk/includes/auth-azure-cli.md | New include file for Azure CLI authentication instructions |
| docs/azure/sdk/authentication/local-development-dev-accounts.md | Replaced inline content with include references for authentication tools |
| docs/azure/sdk/authentication/local-development-broker.md | Replaced inline content with include references for broker configuration and role assignment |
| docs/azure/sdk/authentication/index.md | Replaced main content with include references |
Co-authored-by: Scott Addie <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
Summary
Internal previews