Skip to content

Commit

Permalink
add list standards for exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jan 16, 2025
1 parent 3ce26ec commit 0dc364c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Function Invoke-listStandardTemplates {
[CmdletBinding()]
param($Request, $TriggerMetadata)

$APIName = $TriggerMetadata.FunctionName

$Table = Get-CippTable -tablename 'templates'
$Filter = "PartitionKey eq 'StandardsTemplateV2'"
$Templates = (Get-CIPPAzDataTableEntity @Table -Filter $Filter) | ForEach-Object {
Expand Down

0 comments on commit 0dc364c

Please sign in to comment.