Skip to content

fix: correct case-sensitive file reference for dts-access.bicep#82

Open
griffinbird wants to merge 1 commit intoAzure-Samples:mainfrom
griffinbird:fix/bicep-case-sensitive-dts-access
Open

fix: correct case-sensitive file reference for dts-access.bicep#82
griffinbird wants to merge 1 commit intoAzure-Samples:mainfrom
griffinbird:fix/bicep-case-sensitive-dts-access

Conversation

@griffinbird
Copy link

What & Why

The module references in main.bicep used dts-Access.bicep (capital A), which does not match the actual filename dts-access.bicep. On case-sensitive file systems (Linux), this causes BCP091 errors and breaks azd provision.

Changes

  • Fixed two module path references in infra/main.bicep from app/rbac/dts-Access.bicep to app/rbac/dts-access.bicep

Testing

  • Ran azd provision on Linux after the fix — the BCP091 errors are resolved.

The module references in main.bicep used 'dts-Access.bicep' (capital A),
which does not match the actual filename 'dts-access.bicep'. This causes
BCP091 errors on case-sensitive file systems (Linux), breaking
'azd provision'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant