-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AVM Module Issue]: Unable to create cache rule with CredentialSetResourceId #3741
Comments
@ChrisSidebotham, thanks for submitting this issue for the Important A member of the @Azure/avm-res-containerregistry-registry-module-owners-bicep or @Azure/avm-res-containerregistry-registry-module-contributors-bicep team will review it soon! |
I'm experiencing the same issue. I'm trying to create a cache rule for Microsoft Container Registry and a cacheRules: [
{
name: 'mcr-cache-rule'
sourceRepository: 'mcr.microsoft.com/*'
targetRepository: 'mcr/*'
}
] |
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Caution **This issue requires the AVM Core Team's (@Azure/avm-core-team-technical-bicep) immediate attention as it hasn't been responded to within 6 business days. ** Tip
|
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Caution **This issue requires the AVM Core Team's (@Azure/avm-core-team-technical-bicep) immediate attention as it hasn't been responded to within 6 business days. ** Tip
|
I'm working on it in #3764, but I can't get this unit test to pass. |
Check for previous/existing GitHub issues
Issue Type?
Bug
Module Name
avm/res/container-registry/registry
(Optional) Module Version
0.6.0
Description
When leveraging Cache Rules from a Public Registry (e.g mcr.microsoft.com) a credential set is not needed. using the ARM Resource Modules this is possible, but the AVM Template seems to require a credentialsetresourceid to be passed
(Optional) Correlation Id
No response
The text was updated successfully, but these errors were encountered: