You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes the specified flow and throws an exception if the specified flow is not present.
46
+
39
47
## PARAMETERS
40
48
41
49
### -AsAdmin
@@ -99,6 +107,20 @@ Accept pipeline input: False
99
107
Accept wildcard characters: False
100
108
```
101
109
110
+
### -ThrowExceptionIfPowerAutomateNotFound
111
+
Switch parameter if an exception should be thrown if the requested flow does not exist (true) or if omitted, nothing will be returned in case the flow does not exist
112
+
113
+
```yaml
114
+
Type: SwitchParameter
115
+
Parameter Sets: (All)
116
+
117
+
Required: False
118
+
Position: Named
119
+
Default value: None
120
+
Accept pipeline input: False
121
+
Accept wildcard characters: False
122
+
```
123
+
102
124
### -Force
103
125
If specified, no confirmation question will be asked.
0 commit comments