Skip to content

Commit

Permalink
npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Weatherford committed Nov 10, 2021
1 parent 63a091b commit 1c95e7d
Show file tree
Hide file tree
Showing 2 changed files with 1,511 additions and 901 deletions.
21 changes: 21 additions & 0 deletions assets/resourceSnippets/ServiceBus Namespace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"prefix": "arm-servicebus-namespace",
"description": "ServiceBus Namespace"
},
"resources": [
{
"name": "${1:serviceBusNamespace1}",
"type": "Microsoft.ServiceBus/namespaces",
"apiVersion": "2021-01-01-preview",
"location": /*${2|parameters('location'),resourceGroup().location|}*/ "location",
"sku": {
"name": "Standard"
},
"properties": {
}
}
]
}
Loading

0 comments on commit 1c95e7d

Please sign in to comment.