10 references to CreateStableOwnerId
Aspire.Hosting.Azure.Sandboxes (3)
AzureSandboxContainerDeployment.cs (3)
262var ownerId = CreateStableOwnerId( 1340var stableOwnerId = CreateStableOwnerId(appHostIdentity, environmentName, fallbackScope, resource.Name); 1385var stableOwnerIdForScope = CreateStableOwnerId(appHostIdentity, environmentName, scope, resource.Name);
Aspire.Hosting.Azure.Tests (7)
AzureSandboxesTests.cs (7)
838var owner = AzureSandboxContainerDeployment.CreateStableOwnerId(firstAppHostIdentity, "Production", scope, "frontend-sandbox-container"); 839var freshRunOwner = AzureSandboxContainerDeployment.CreateStableOwnerId(firstAppHostIdentity.ToLowerInvariant(), "production", scope, "frontend-sandbox-container"); 840var otherEnvironmentOwner = AzureSandboxContainerDeployment.CreateStableOwnerId(firstAppHostIdentity, "Staging", scope, "frontend-sandbox-container"); 841var otherAppOwner = AzureSandboxContainerDeployment.CreateStableOwnerId(secondAppHostIdentity, "Production", scope, "frontend-sandbox-container"); 842var otherScopeOwner = AzureSandboxContainerDeployment.CreateStableOwnerId( 895var productionOwner = AzureSandboxContainerDeployment.CreateStableOwnerId( 900var stagingOwner = AzureSandboxContainerDeployment.CreateStableOwnerId(