From 7bdb129be0245909f50e2711092bd1834733e4d1 Mon Sep 17 00:00:00 2001 From: ShawnKupfer <60445862+ShawnKupfer@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:04:11 -0500 Subject: [PATCH 1/3] User Story 573314: Ensure every doc in MSec repos has an author from MSec Docs --- msal-python-conceptual/advanced/linux-broker-py-wsl.md | 4 ++-- msal-python-conceptual/advanced/linux-broker-py.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 From ef062f60d42562ce318877cdcab6ce004f61e0fd Mon Sep 17 00:00:00 2001 From: rmca14 <10053959+rmca14@users.noreply.github.com> Date: Mon, 4 May 2026 22:32:50 +0000 Subject: [PATCH 2/3] Initialize Docs repository: https://github.com/MicrosoftDocs/microsoft-authentication-library-for-python of branch main --- .openpublishing.publish.config.json | 31 ++++++++++++---------- ci_scripts/ref/source-repo-name/sample.rst | 0 2 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 ci_scripts/ref/source-repo-name/sample.rst 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 From ad6ec3062e9e3b38e0049796f9d4b0dee9816841 Mon Sep 17 00:00:00 2001 From: ShawnKupfer <60445862+ShawnKupfer@users.noreply.github.com> Date: Fri, 8 May 2026 12:45:00 -0500 Subject: [PATCH 3/3] Q&M: Azure-Trial Cleanup Project --- msal-python-conceptual/advanced/managed-identity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)