Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Aug 8, 2024
1 parent 289c773 commit a89c7f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ function Get-DeploymentOperationAtScope {
[Parameter(Mandatory = $false)]
[ValidateSet(
'Create', # any resource creation
'Read' # E.g., 'existing' resources
'Read', # E.g., 'existing' resources
'EvaluateDeploymentOutput' # Nobody knows
)]
[string[]] $ProvisioningOperationsToInclude = @('Create'),

Expand Down

0 comments on commit a89c7f9

Please sign in to comment.