You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$principalId= (az identity show --resource-group $ResourceGroupName--name $ManagedIdentityName--subscription $SubscriptionId--query 'principalId'-o tsv)
37
+
Write-Host"Managed identity principal ID: $($principalId)"
Copy file name to clipboardExpand all lines: src/Maestro/Maestro.MergePolicies/CodeFlowMergePolicy.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The following error(s) were encountered:
31
31
32
32
The `{VmrInfo.DefaultRelativeSourceManifestPath}` and `{VersionFiles.VersionDetailsXml}` files are managed by Maestro/darc. Outside of exceptional circumstances, these files should not be modified manually.
33
33
**Unless you are sure that you know what you are doing, we recommend reaching out for help**. You can receive assistance by:
34
-
- tagging the **@dotnet/product-construction** team in a PR comment
34
+
- tagging the **@dotnet/prodconsvcs** team in a PR comment
35
35
- using the [First Responder channel](https://teams.microsoft.com/l/channel/19%3Aafba3d1545dd45d7b79f34c1821f6055%40thread.skype/First%20Responders?groupId=4d73664c-9f2f-450d-82a5-c2f02756606dhttps://teams.microsoft.com/l/channel/19%3Aafba3d1545dd45d7b79f34c1821f6055%40thread.skype/First%20Responders?groupId=4d73664c-9f2f-450d-82a5-c2f02756606d),
36
36
- [opening an issue](https://github.com/dotnet/arcade-services/issues/new?template=BLANK_ISSUE) in the dotnet/arcade-services repo
37
37
- contacting the [.NET Product Construction Services team via e-mail](mailto:[email protected]).
0 commit comments