Skip to content

Commit

Permalink
Testing for Cisco Meraki, Domain Tools, Azure Network Security Groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Tintintani committed Jan 28, 2025
1 parent 7dc0f93 commit b8902b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"minLength": 1,
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "Not used, but needed to pass arm-ttk test `Location-Should-Not-Be-Hardcoded`. We instead use the `workspace-location` which is derived from the LA workspace"
"description": "Not used, but needed to ass arm-ttk test `Location-Should-Not-Be-Hardcoded`. We instead use the `workspace-location` which is derived from the LA workspace"
}
},
"workspace-location": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"minLength": 1,
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "Not used, but needed to pass arm-ttk test `Location-Should-Not-Be-Hardcoded`. We instead use the `workspace-location` which is derived from the LA workspace"
"description": "Not used, but needed to ass arm-ttk test `Location-Should-Not-Be-Hardcoded`. We instead use the `workspace-location` which is derived from the LA workspace"
}
},
"workspace-location": {
Expand Down
2 changes: 1 addition & 1 deletion Solutions/CiscoUmbrella/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"defaultValue": "",
"type": "string",
"metadata": {
"description": "Workspace name for Lo Analytics where Microsoft Sentinel is setup"
"description": "Workspace name for Log Analytics where Microsoft Sentinel is setup"
}
},
"workbook1-name": {
Expand Down
2 changes: 1 addition & 1 deletion Solutions/DomainTools/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"minLength": 1,
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "Not used, but needed to pass arm-ttk test `Location-Should-Not-Be-Hardcoded`. We instead use the `workspace-location` which is derived from the LA workspace"
"description": "Not used, but needed t pass arm-ttk test `Location-Should-Not-Be-Hardcoded`. We instead use the `workspace-location` which is derived from the LA workspace"
}
},
"workspace-location": {
Expand Down

0 comments on commit b8902b6

Please sign in to comment.