Skip to content

Commit

Permalink
Merge pull request #11274 from Cv-securityIQ/PythonVersion
Browse files Browse the repository at this point in the history
Removing unused variable 'location'
  • Loading branch information
v-prasadboke authored Oct 15, 2024
2 parents fe3e60f + 11db1bc commit bd80e03
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Binary file modified Solutions/Commvault Security IQ/Package/3.0.1.zip
Binary file not shown.
7 changes: 0 additions & 7 deletions Solutions/Commvault Security IQ/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"status": "Available",
"requiredDataConnectors": [],
"tactics": [
"DefenseEvasion",
"Impact"
Expand Down Expand Up @@ -222,7 +221,6 @@
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"status": "Available",
"requiredDataConnectors": [],
"tactics": [
"DefenseEvasion",
"Impact"
Expand Down Expand Up @@ -309,7 +307,6 @@
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"status": "Available",
"requiredDataConnectors": [],
"tactics": [
"DefenseEvasion",
"Impact"
Expand Down Expand Up @@ -396,7 +393,6 @@
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"status": "Available",
"requiredDataConnectors": [],
"tactics": [
"DefenseEvasion",
"Impact"
Expand Down Expand Up @@ -475,7 +471,6 @@
}
},
"variables": {
"location": "[parameters('location')]",
"subscriptionId": "[[subscription().subscriptionId]",
"tenantId": "[[subscription().tenantId]",
"AzureautomationConnectionName": "[[concat('Azureautomation-', parameters('PlaybookName'))]",
Expand Down Expand Up @@ -926,7 +921,6 @@
}
},
"variables": {
"location": "[parameters('location')]",
"subscriptionId": "[[subscription().subscriptionId]",
"tenantId": "[[subscription().tenantId]",
"AzureautomationConnectionName": "[[concat('Azureautomation-', parameters('PlaybookName'))]",
Expand Down Expand Up @@ -1269,7 +1263,6 @@
}
},
"variables": {
"location": "[parameters('location')]",
"subscriptionId": "[[subscription().subscriptionId]",
"tenantId": "[[subscription().tenantId]",
"AzureautomationConnectionName": "[[concat('Azureautomation-', parameters('PlaybookName'))]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
}
},
"variables": {
"location": "[resourceGroup().location]",
"subscriptionId": "[subscription().subscriptionId]",
"tenantId": "[subscription().tenantId]",
"AzureautomationConnectionName": "[concat('Azureautomation-', parameters('PlaybookName'))]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
}
},
"variables": {
"location": "[resourceGroup().location]",
"subscriptionId": "[subscription().subscriptionId]",
"tenantId": "[subscription().tenantId]",
"AzureautomationConnectionName": "[concat('Azureautomation-', parameters('PlaybookName'))]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
}
},
"variables": {
"location": "[resourceGroup().location]",
"subscriptionId": "[subscription().subscriptionId]",
"tenantId": "[subscription().tenantId]",
"AzureautomationConnectionName": "[concat('Azureautomation-', parameters('PlaybookName'))]",
Expand Down

0 comments on commit bd80e03

Please sign in to comment.