We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bicep version Bicep CLI version 0.31.92 (b065093)
Describe the bug
When inspecting (F12) a User-Defined Type imported from a container registry, the output is a JSON file rather than a Bicep file.
To Reproduce
import { roleAssignmentType, lockType } from 'br/public:avm/utl/types/avm-common-types:0.3.0'
Additional context
GIF of what happens:
The text was updated successfully, but these errors were encountered:
import {customerManagedKeyType} from 'br/public:avm/utl/types/avm-common-types:0.3.0'
Repros for me.
Sorry, something went wrong.
I verified this functionality slipped through the cracks in the code. Recommend we fix, should be < 1d, but I don't have time this milestone.
puicchan
No branches or pull requests
Bicep version
Bicep CLI version 0.31.92 (b065093)
Describe the bug
When inspecting (F12) a User-Defined Type imported from a container registry, the output is a JSON file rather than a Bicep file.
To Reproduce
Additional context
GIF of what happens:
The text was updated successfully, but these errors were encountered: