6 references to AddBicepParameter
Aspire.Hosting.Azure.Provisioning.Tests (6)
BicepValueProxyTests.cs (6)
295
var parameter = infrastructure.
AddBicepParameter
("parameter", ProvisioningValueType.Integer);
314
var parameter = infrastructure.
AddBicepParameter
("parameter", ProvisioningValueType.Integer);
339
() => infrastructure.
AddBicepParameter
("parameter", type, isSecure: true));
347
var parameter = infrastructure.
AddBicepParameter
("parameter", type, isSecure: false);
368
var parameter = infrastructure.
AddBicepParameter
("parameter", type, isSecure: true);
387
var parameter = CreateInfrastructure().
AddBicepParameter
(