7 references to AssertHighlightedResourceProperty
Aspire.Hosting.Azure.Tests (7)
AzureBicepProvisionerTests.cs (7)
1182property => AssertHighlightedResourceProperty(property, "azure.subscription.id", "12345678-1234-1234-1234-123456789012", AzureProvisioningStrings.ContextPropertySubscriptionIdDisplayName),
1183property => AssertHighlightedResourceProperty(property, "azure.resource.group", "test-rg", AzureProvisioningStrings.ContextPropertyResourceGroupDisplayName),
1184property => AssertHighlightedResourceProperty(property, "azure.tenant.id", "87654321-4321-4321-4321-210987654321", AzureProvisioningStrings.ContextPropertyTenantIdDisplayName),
1185property => AssertHighlightedResourceProperty(property, "azure.tenant.domain", "testdomain.onmicrosoft.com", AzureProvisioningStrings.ContextPropertyTenantDomainDisplayName),
1186property => AssertHighlightedResourceProperty(property, "azure.location", "westus2", AzureProvisioningStrings.ContextPropertyLocationDisplayName),
1188property => AssertHighlightedResourceProperty(property, "azure.deployment.operations.summary", "Failed Azure resources: alpha-search (Microsoft.Search/searchServices), search (Microsoft.Search/searchServices)", AzureProvisioningStrings.DeploymentOperationSummaryDisplayName),
1809AssertHighlightedResourceProperty(property, name, value, displayName);