3 writes to ApiKey
Aspire.Hosting.Azure.Tests (2)
FoundryConnectionPropertiesTests.cs (1)
36aiFoundry.Resource.ApiKey = "OPENAI_KEY";
FoundryDeploymentConnectionPropertiesTests.cs (1)
22deployment.Resource.Parent.ApiKey = "OPENAI_KEY";
Aspire.Hosting.Foundry (1)
FoundryExtensions.cs (1)
247resource.ApiKey = manager.ApiKey;
4 references to ApiKey
Aspire.Hosting.Azure.Tests (2)
FoundryExtensionsTests.cs (2)
79Assert.Null(resource.ApiKey); 97Assert.Equal(foundryManager.ApiKey, localResource.ApiKey);
Aspire.Hosting.Foundry (2)
FoundryResource.cs (2)
57? ReferenceExpression.Create($"Endpoint={EmulatorServiceUri?.ToString()};Key={ApiKey}") 124yield return new("Key", ReferenceExpression.Create($"{ApiKey}"));