Skip to content

Commit

Permalink
re-add ArmResourceManagerId
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunDonn2 committed Sep 30, 2024
1 parent ccab174 commit 26f6541
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ public class ConvertDataConfiguration
/// </summary>
public Uri AcrTargetResourceUri { get; set; } = new Uri("https://containerregistry.azure.net/");

/// <summary>
/// ArmResourceManagerId to aquire AAD token for ACR access token since ACR is not an AAD resource.
/// The value is "https://management.azure.com/" for AzureCloud and DogFood.
/// Could be changed to "https://management.usgovcloudapi.net/" for Azure Government and "https://management.chinacloudapi.cn/ " for Azure China.
/// </summary>
public string ArmResourceManagerId { get; set; } = "https://management.azure.com/";

/// <summary>
/// Configuration for templates.
/// </summary>
Expand Down

0 comments on commit 26f6541

Please sign in to comment.