Skip to content

Commit ec2c8f0

Browse files
authored
Merge pull request #8177 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-devops-docs (branch main)
2 parents 269a0c0 + 77f4609 commit ec2c8f0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/organizations/accounts/conditional-access-policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Based on these conditions, you can grant access, require more checks like multif
3333
1. Go to the [Azure portal](https://portal.azure.com) and find the **"Microsoft Entra Conditional Access"** service.
3434
2. Select **"Policies"** on the right sidebar.
3535
3. Select the **"+ New policy"** button. Provide the policy a name.
36-
5. For the **"Target resources"** assignments, toggle **"Select resources"** and add the _"Microsoft Visual Studio Team Services"_ resource (resource id: 499b84ac-1321-427f-aa17-267ca6975798) to the list of target resources.
36+
5. For the **"Target resources"** assignments, toggle **"Select resources"** and add the _"Azure DevOps"_ or _"Microsoft Visual Studio Team Services"_ resource (resource id: 499b84ac-1321-427f-aa17-267ca6975798) to the list of target resources.
3737
6. Configure other settings as desired.
3838
7. Select **Save** to apply this new policy.
3939

@@ -62,7 +62,7 @@ If users access the Microsoft Entra sign-in page from a different IP address tha
6262
### Azure Resource Manager audience
6363

6464
> [!NOTE]
65-
> These changes will go into effect starting July 28, 2025. Learn more in [our blog post](https://devblogs.microsoft.com/devops/removing-azure-resource-manager-reliance-on-azure-devops-sign-ins/).
65+
> These changes will go into effect starting Sep 2, 2025. Learn more in [our blog post](https://devblogs.microsoft.com/devops/removing-azure-resource-manager-reliance-on-azure-devops-sign-ins/).
6666
6767
Azure DevOps doesn't depend on the Azure Resource Manager (ARM) resource (`https://management.azure.com`) when you sign in or refresh Microsoft Entra access tokens. Previously, Azure DevOps required the ARM audience during sign-in and token refresh flows. This requirement meant that administrators had to allow all Azure DevOps users to bypass ARM Conditional Access policies to ensure access.
6868

docs/pipelines/process/set-variables-scripts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ jobs:
168168
---
169169
## Set an output variable for use in future jobs
170170

171-
When you use output variables across jobs, you reference them with `dependencies`. The syntax for accessing an output variable in a future job or stage varies based on the relationship between the setter and consumer of the variable. Learn about each case in [dependencies](expressions.md#dependencies).
171+
When you use output variables across jobs, you reference them with `dependencies`. The syntax for accessing an output variable in a future job or stage varies based on the relationship between the setter and consumer of the variable. Learn about each case in [dependencies](expressions.md#dependencies).
172+
173+
Output variables are only available in the next downstream job. If multiple jobs consume the same output variable, use the `dependsOn` condition.
172174

173175
# [Bash](#tab/bash)
174176

0 commit comments

Comments
 (0)