10 references to CreateStableOwnerId
Aspire.Hosting.Azure.Sandboxes (3)
AzureSandboxContainerDeployment.cs (3)
242var ownerId = CreateStableOwnerId( 1298var stableOwnerId = CreateStableOwnerId(appHostIdentity, environmentName, fallbackScope, resource.Name); 1343var stableOwnerIdForScope = CreateStableOwnerId(appHostIdentity, environmentName, scope, resource.Name);
Aspire.Hosting.Azure.Tests (7)
AzureSandboxesTests.cs (7)
727var owner = AzureSandboxContainerDeployment.CreateStableOwnerId(firstAppHostIdentity, "Production", scope, "frontend-sandbox-container"); 728var freshRunOwner = AzureSandboxContainerDeployment.CreateStableOwnerId(firstAppHostIdentity.ToLowerInvariant(), "production", scope, "frontend-sandbox-container"); 729var otherEnvironmentOwner = AzureSandboxContainerDeployment.CreateStableOwnerId(firstAppHostIdentity, "Staging", scope, "frontend-sandbox-container"); 730var otherAppOwner = AzureSandboxContainerDeployment.CreateStableOwnerId(secondAppHostIdentity, "Production", scope, "frontend-sandbox-container"); 731var otherScopeOwner = AzureSandboxContainerDeployment.CreateStableOwnerId( 784var productionOwner = AzureSandboxContainerDeployment.CreateStableOwnerId( 789var stagingOwner = AzureSandboxContainerDeployment.CreateStableOwnerId(