4 writes to ApplicationId
Aspire.Hosting.Radius (4)
Publishing\RadiusInfrastructureBuilder.cs (4)
915credential.Secret.ApplicationId = BuildIdExpression(appConstruct); 1048tracked.Secret.ApplicationId = BuildIdExpression(appConstruct); 2722secret.ApplicationId = BuildIdExpression(appConstruct); 3882secret.ApplicationId = BuildIdExpression(appConstruct);
7 references to ApplicationId
Aspire.Hosting.Radius (7)
Publishing\Constructs\RadiusSecuritySecretConstruct.cs (2)
62/// <see cref="EnvironmentId"/> and treats <see cref="ApplicationId"/> as optional. <c>data</c> 131_applicationId = DefineProperty<string>(nameof(ApplicationId), ["properties", "application"]);
Publishing\RadiusInfrastructureBuilder.cs (5)
912credential.Secret.ApplicationId is { } currentApplicationId && 1045tracked.Secret.ApplicationId is { } currentApplicationId && 1284var scopeId = RenderBicepValue(secret.ApplicationId) ?? RenderBicepValue(secret.EnvironmentId); 2750secret.ApplicationId is { } applicationId ? RenderBicepValue(applicationId) : null)); 3891secret.ApplicationId is { } applicationId ? RenderBicepValue(applicationId) : null));