Skip to main content

local_rulestacks_change_logs

Creates, updates, deletes, gets or lists a local_rulestacks_change_logs resource.

Overview

Namelocal_rulestacks_change_logs
TypeResource
Idazure_isv.paloalto.local_rulestacks_change_logs

Fields

NameDatatypeDescription
changesarraylist of changes
lastCommittedstringlastCommitted timestamp
lastModifiedstringlastModified timestamp

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocalRulestackName, resourceGroupName, subscriptionIdGet 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 }}';