2 instantiations of AdminDeploymentScriptSubnetAnnotation
Aspire.Hosting.Azure.Sql (2)
AzureSqlExtensions.cs (1)
406builder.Resource.Annotations.Add(new AdminDeploymentScriptSubnetAnnotation(subnet.Resource));
AzureSqlServerResource.cs (1)
634sql.Annotations.Add(new AdminDeploymentScriptSubnetAnnotation(aciSubnet.Resource));
4 references to AdminDeploymentScriptSubnetAnnotation
Aspire.Hosting.Azure.Sql (4)
AzureSqlServerResource.cs (4)
247this.TryGetLastAnnotation<AdminDeploymentScriptSubnetAnnotation>(out var subnetAnnotation); 611if (sql.TryGetLastAnnotation<AdminDeploymentScriptSubnetAnnotation>(out var subnetAnnotation))