Skip to content

Commit d9dc1b6

Browse files
authored
Merge branch 'main' into localden/policy-fixes
2 parents 771e880 + 32027d1 commit d9dc1b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/linkvalidator.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2424
with:
25-
args: --accept=200,429,403 --verbose --no-progress './**/*.md'
25+
args: --accept=200,429,403,502,503 --verbose --no-progress './**/*.md'
2626
fail: true
2727

2828
- name: Create Issue From File

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is the **documentation repository** for Microsoft Authentication Library (M
99
| βœ… **SDK Repository** | [`AzureAD/microsoft-authentication-library-for-python`](https://github.com/AzureAD/microsoft-authentication-library-for-python) |
1010
| βœ… **SDK Package** | [`msal`](https://pypi.org/project/msal/) |
1111
| βœ… **SDK Documentation** | [MSAL for Python on Microsoft Learn](https://learn.microsoft.com/entra/msal/python/) |
12-
| πŸ”’ **SDK Documentation CI Job** | [Azure Pipelines](https://apidrop.visualstudio.com/Content%20CI/_build?definitionId=61691) |
12+
| πŸ”’ **SDK Documentation CI Job** | [Azure Pipelines](https://apidrop.visualstudio.com/Content%20CI/_build?definitionId=6169) |
1313

1414
## Contributions
1515

0 commit comments

Comments
Β (0)