Skip to content

Potential issue with duplicate subscription ids #23

Closed
@lovelysandwich

Description

@lovelysandwich

"AllSubscriptionIds": {
"Type": "Computed",
"Value": [
"{%ManagementSubscriptionId%}",
"{%ConnectivitySubscriptionId%}",
"{%IdentitySubscriptionId%}"
],
"Targets": [
{
"Name": "parSubscriptionIds.value",
"Destination": "Parameters"
}
]
},

I have a worry that if the customer gives the same id for subscription ids, this is going to make the value invalid when we come to deploy with it.

Expected Behavior

Perhaps do a safe (case insensitive) distinct on these values...

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions