Skip to content
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]: Storage Account Module missing extendedLocation parameter #4476

Open
1 task done
Amit2Yadav opened this issue Feb 19, 2025 · 2 comments
Open
1 task done
Assignees
Labels
Class: Resource Module 📦 This is a resource module Needs: Triage 🔍 Maintainers need to triage still Type: AVM 🅰️ ✌️ Ⓜ️ This is an AVM related issue

Comments

@Amit2Yadav
Copy link

Check for previous/existing GitHub issues

  • I have checked for previous/existing GitHub issues

Issue Type?

I'm not sure

Module Name

avm/res/storage/storage-account

(Optional) Module Version

0.9.1

Description

Hi Team,

We are testing the Azure Extended Zone in LA using Bicep template but when using the module, its giving error.

Added this in parameter file
param extendedLocation= {
name: 'Los Angeles'
type: 'EdgeZone'
}

Added this in main.bicep

param extendedLocation object

And Under module incstgpoc 'br:mcr.microsoft.com/bicep/avm/res/storage/storage-account:0.9.1' added this line.
extendedLocation: extendedLocation

Below is the error:

[{
"owner": "generated_diagnostic_collection_name#1",
"code": "BCP037",
"severity": 8,
"message": "The property "extendedLocation" is not allowed on objects of type "params". Permissible properties include "accessTier", "allowCrossTenantReplication", "allowedCopyScope", "allowSharedKeyAccess", "azureFilesIdentityBasedAuthentication", "customDomainName", "customDomainUseSubDomainName", "customerManagedKey", "defaultToOAuthAuthentication", "diagnosticSettings", "dnsEndpointType", "enableTelemetry", "isLocalUserEnabled", "kind", "localUsers", "lock", "managedIdentities", "minimumTlsVersion", "networkAcls", "queueServices", "roleAssignments", "sasExpirationPeriod", "supportsHttpsTrafficOnly", "tableServices", "tags".",
"source": "bicep",
"startLineNumber": 196,
"startColumn": 5,
"endLineNumber": 196,
"endColumn": 21
}]

Please help us with this issue.

(Optional) Correlation Id

No response

@Amit2Yadav Amit2Yadav added Needs: Triage 🔍 Maintainers need to triage still Type: AVM 🅰️ ✌️ Ⓜ️ This is an AVM related issue labels Feb 19, 2025

Important

The "Needs: Triage 🔍" label must be removed once the triage process is complete!

Tip

For additional guidance on how to triage this issue/PR, see the BRM Issue Triage documentation.

@avm-team-linter avm-team-linter bot added the Class: Resource Module 📦 This is a resource module label Feb 19, 2025
Copy link

@Amit2Yadav, thanks for submitting this issue for the avm/res/storage/storage-account module!

Important

A member of the @Azure/avm-res-storage-storageaccount-module-owners-bicep or @Azure/avm-res-storage-storageaccount-module-contributors-bicep team will review it soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class: Resource Module 📦 This is a resource module Needs: Triage 🔍 Maintainers need to triage still Type: AVM 🅰️ ✌️ Ⓜ️ This is an AVM related issue
Projects
Status: Needs: Triage
Development

No branches or pull requests

2 participants