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

Parameter Names are Case Sensitive #49

Open
chwilfing opened this issue Feb 4, 2021 · 0 comments
Open

Parameter Names are Case Sensitive #49

chwilfing opened this issue Feb 4, 2021 · 0 comments

Comments

@chwilfing
Copy link

I've found the blueprint.json does accept arm specific json parameters BUT

"bpVMAdmin": {
    "type": "string",
    "defaultValue": "localvmadmin",
    "metadata": {
        "description": "Name des Admin Accounts",
        "displayname": "AdminAccount"
    },
    "allowedValues": [
        "localvmadmin",
        "bministrator"
    ]
},

this sample works correctly and shows the interface with a default value and a drop down to select the allowedValues from.
image

"bpVMAdmin": {
    "type": "string",
    "defaultvalue": "localvmadmin",
    "metadata": {
        "description": "Name des Admin Accounts",
        "displayname": "AdminAccount"
    },
    "allowedvalues": [
        "localvmadmin",
        "bministrator"
    ]
},

image

This parameter although does NOT show the dropdown nor does it show the default value. The values of the defaultvalue / allowedvalues are all lowercase... really?

This is not documented and it took me HOURS to understand and find the issue why some of my parameters showed default values, some of them not.

plz fix this!

BG Christoph

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

No branches or pull requests

1 participant