2 references to Id
Aspire.Hosting.Azure.ConnectorNamespace (2)
AzureConnectorNamespaceExtensions.cs (1)
235infrastructure.Add(new ProvisioningOutput("id", typeof(string)) { Value = gateway.Id.ToBicepExpression() });
Provisioning\ConnectorGateway.cs (1)
67_id = DefineProperty<ResourceIdentifier>(nameof(Id), ["id"], isOutput: true);