8 references to WithRoleAssignments
Aspire.Hosting.Azure.Storage (1)
AzureStorageExtensions.cs (1)
35
/// These can be replaced by calling <see cref="
WithRoleAssignments
{T}(IResourceBuilder{T}, IResourceBuilder{AzureStorageResource}, StorageBuiltInRole[])"/>.
Aspire.Hosting.Azure.Tests (6)
AzureContainerAppsTests.cs (1)
2430
.
WithRoleAssignments
(storage, StorageBuiltInRole.StorageBlobDataReader);
AzureFunctionsTests.cs (2)
470
.
WithRoleAssignments
(storage, StorageBuiltInRole.StorageBlobDataOwner);
533
.
WithRoleAssignments
(storage, StorageBuiltInRole.StorageBlobDataOwner);
AzureResourcePreparerTests.cs (3)
24
.
WithRoleAssignments
(storage, StorageBuiltInRole.StorageBlobDataReader);
134
.
WithRoleAssignments
(storage, StorageBuiltInRole.StorageBlobDelegator, StorageBuiltInRole.StorageBlobDataReader)
138
.
WithRoleAssignments
(storage, StorageBuiltInRole.StorageBlobDataContributor)
AzureContainerApps.AppHost (1)
Program.cs (1)
44
.
WithRoleAssignments
(storage, StorageBuiltInRole.StorageBlobDataContributor)