local_rulestacks_change_logs
Creates, updates, deletes, gets or lists a local_rulestacks_change_logs
resource.
Overview
Name | local_rulestacks_change_logs |
Type | Resource |
Id | azure_isv.paloalto.local_rulestacks_change_logs |
Fields
Name | Datatype | Description |
---|---|---|
changes | array | list of changes |
lastCommitted | string | lastCommitted timestamp |
lastModified | string | lastModified timestamp |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | localRulestackName, resourceGroupName, subscriptionId | Get changelog |
SELECT
examples
Get changelog
SELECT
changes,
lastCommitted,
lastModified
FROM azure_isv.paloalto.local_rulestacks_change_logs
WHERE localRulestackName = '{{ localRulestackName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';