6 references to WithParameter
Aspire.Hosting.Azure.Tests (6)
AzureBicepProvisionerTests.cs (4)
55.WithParameter("jsonObj", new JsonObject { ["key"] = "value" }) 103.WithParameter("jsonObj", new JsonObject { ["key"] = "value" }); 109.WithParameter("jsonObj", new JsonObject { ["key"] = "value" }); 166.WithParameter("jsonObj", new JsonObject { ["key"] = "value" });
AzureBicepResourceTests.cs (1)
181.WithParameter("param3", new JsonObject() { ["value"] = "nested" })
AzureWebPubSubExtensionsTests.cs (1)
330.WithParameter("capacity", 2);