diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 1135c9b6..01a95a7b 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -46,10 +46,10 @@ "locale": "en-us", "monikers": [], "moniker_ranges": [], - "open_to_public_contributors": true, "xref_query_tags": [ "/python" ], + "open_to_public_contributors": true, "type_mapping": { "Conceptual": "Content" }, @@ -65,6 +65,22 @@ "notification_subscribers": [], "sync_notification_subscribers": [], "branches_to_filter": [], + "git_repository_url_open_to_public_contributors": "", + "git_repository_branch_open_to_public_contributors": "", + "need_preview_pull_request": true, + "dependent_repositories": [ + { + "path_to_root": "_themes", + "url": "https://github.com/Microsoft/templates.docs.msft", + "branch": "main", + "branch_mapping": {} + } + ], + "branch_target_mapping": {}, + "targets": {}, + "skip_source_output_uploading": false, + "contribution_branch_mappings": {}, + "need_generate_pdf_url_template": true, "JoinTOCPlugin": [ { "TopLevelTOC": "python/docs-ref-mapping/ref-toc.yml", @@ -79,19 +95,6 @@ } } ], - "need_preview_pull_request": true, - "dependent_repositories": [ - { - "path_to_root": "_themes", - "url": "https://github.com/Microsoft/templates.docs.msft", - "branch": "main", - "branch_mapping": {} - } - ], - "branch_target_mapping": {}, - "skip_source_output_uploading": false, - "contribution_branch_mappings": {}, - "need_generate_pdf_url_template": true, "redirection_files": [ "redirections/.openpublishing.redirection.simplify-package-structure.json" ] diff --git a/ci_scripts/ref/source-repo-name/sample.rst b/ci_scripts/ref/source-repo-name/sample.rst new file mode 100644 index 00000000..e69de29b diff --git a/msal-python-conceptual/advanced/linux-broker-py-wsl.md b/msal-python-conceptual/advanced/linux-broker-py-wsl.md index aca986d3..3cd8a90e 100644 --- a/msal-python-conceptual/advanced/linux-broker-py-wsl.md +++ b/msal-python-conceptual/advanced/linux-broker-py-wsl.md @@ -1,8 +1,8 @@ --- title: Using MSAL Python with Windows Subsystem for Linux description: Learn how to integrate Microsoft Entra ID authentication in WSL apps using MSAL Python and the Microsoft Single Sign-on for Linux broker. -author: ploegert -ms.author: jploegert +author: Dickson-Mwendia +ms.author: dmwendia ms.service: msal ms.topic: how-to ms.date: 05/08/2025 diff --git a/msal-python-conceptual/advanced/linux-broker-py.md b/msal-python-conceptual/advanced/linux-broker-py.md index c9468eb2..54e72e94 100644 --- a/msal-python-conceptual/advanced/linux-broker-py.md +++ b/msal-python-conceptual/advanced/linux-broker-py.md @@ -1,8 +1,8 @@ --- title: Using MSAL Python with an Auth Broker on Linux description: MSAL is able to call Microsoft Single Sign-on for Linux, which is a component that ships as a dependency of Intune Portal. This component acts as an authentication broker allowing the users of your app to benefit from integration with accounts known to the broker. -author: ploegert -ms.author: jploegert +author: Dickson-Mwendia +ms.author: dmwendia ms.service: msal ms.topic: how-to ms.date: 06/03/2025 diff --git a/msal-python-conceptual/advanced/managed-identity.md b/msal-python-conceptual/advanced/managed-identity.md index 00c87642..f3984cb7 100644 --- a/msal-python-conceptual/advanced/managed-identity.md +++ b/msal-python-conceptual/advanced/managed-identity.md @@ -22,7 +22,7 @@ ms.reviewer: rayluo, dmwendia MSAL Python supports acquiring tokens through the managed identity service when used with applications running inside Azure infrastructure, such as: - [Azure App Service](https://azure.microsoft.com/products/app-service/) (API version `2019-08-01`) -- [Azure VMs](https://azure.microsoft.com/free/virtual-machines/) +- [Azure VMs](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) - [Azure Arc](/azure/azure-arc/overview) - [Azure Cloud Shell](/azure/cloud-shell/overview) - [Azure Service Fabric](/azure/service-fabric/service-fabric-overview)