Skip to content

Instantly share code, notes, and snippets.

@fRanK45jPm
Created February 15, 2021 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fRanK45jPm/5adac91e532bf4c7b5e441589927ff19 to your computer and use it in GitHub Desktop.
Save fRanK45jPm/5adac91e532bf4c7b5e441589927ff19 to your computer and use it in GitHub Desktop.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"contactRoles": {
"value": [
"Owner",
"Contributor"
]
},
"contactEmails": {
"value": [
"johnm@cloudswyft.com"
]
},
"contactGroups": {
"value": []
},
"resourceGroupFilterValues": {
"value": []
},
"meterCategoryFilterValues": {
"value": []
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment