Skip to content

Commit

Permalink
Removing unused variable 'location'
Browse files Browse the repository at this point in the history
Removing unused variable 'location' from playbooks
  • Loading branch information
Cv-securityIQ committed Oct 15, 2024
1 parent 56d6352 commit 3c0daac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
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 3c0daac

Please sign in to comment.