17 references to AssertResourceProperty
Aspire.Hosting.Azure.Tests (17)
AzureBicepProvisionerTests.cs (17)
1187property => AssertResourceProperty(property, CustomResourceKnownProperties.Source, deploymentId),
1189property => AssertResourceProperty(property, "azure.deployment.operations.total", 3),
1190property => AssertResourceProperty(property, "azure.deployment.operations.running", 0),
1191property => AssertResourceProperty(property, "azure.deployment.operations.succeeded", 0),
1192property => AssertResourceProperty(property, "azure.deployment.operations.failed", 2),
1193property => AssertResourceProperty(property, "azure.deployment.operations.canceled", 0),
1199property => AssertResourceProperty(property, "azure.provisioning.error.provider", "Microsoft.Search"),
1200property => AssertResourceProperty(property, "azure.provisioning.error.message", "The provided location 'antarctica' is not available for resource type 'Microsoft.Search/searchServices'."),
1201property => AssertResourceProperty(property, "azure.provisioning.error.operation", "deploy"),
1202property => AssertResourceProperty(property, "azure.provisioning.error.resource.type", "Microsoft.Search/searchServices"),
1203property => AssertResourceProperty(property, "azure.provisioning.error.resource.name", "search"),
1204property => AssertResourceProperty(property, "azure.provisioning.error.target.resource.id", failedSearchId),
1205property => AssertResourceProperty(property, "azure.provisioning.error.current.location", "westus2"),
1211property => AssertResourceProperty(property, "azure.provisioning.error.code", AzureProvisioningFailureDetails.LocationNotAvailableForResourceTypeErrorCode),
1212property => AssertResourceProperty(property, "azure.provisioning.error.http.status", 400),
1213property => AssertResourceProperty(property, "azure.provisioning.error.request.id", "request-id"),
1214property => AssertResourceProperty(property, "azure.provisioning.error.correlation.id", "correlation-id"),