Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Springstone committed Nov 26, 2024
1 parent 72c0422 commit ee9e3b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion eslzArm/subscriptionTemplates/avnmConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,15 @@
"type": "string",
"defaultValue": "",
"metadata": {
"description": "Subscription ID for the management subscription. Used to get the user assigned identity."
"description": "SubscriptionId for the management subscription. Used to get the user assigned identity."
}
},
"connectivitySubscriptionId": {
"type": "string",
"metadata": {
"description": "SubscriptionId for the connectivity subscription."
},
"defaultValue": "[subscription().subscriptionId]"
}
},
"variables": {
Expand Down

0 comments on commit ee9e3b4

Please sign in to comment.