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 cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
736
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
Run script in CI mode. Infers various environment variable names based on CI convention.
258
+
### -FederatedAuth
259
+
Use signed in user's credentials for provisioninig.
260
+
This is used in CI where
261
+
the execution context already has a signed in user.
262
+
263
+
```yaml
264
+
Type: SwitchParameter
265
+
Parameter Sets: (All)
266
+
Aliases:
267
+
268
+
Required: False
269
+
Position: Named
270
+
Default value: False
271
+
Accept pipeline input: False
272
+
Accept wildcard characters: False
273
+
```
237
274
238
275
### -Force
239
276
Force removal of resource group without asking for user confirmation
@@ -296,8 +333,23 @@ Accept pipeline input: False
296
333
Accept wildcard characters: False
297
334
```
298
335
336
+
### -ProgressAction
337
+
{{ Fill ProgressAction Description }}
338
+
339
+
```yaml
340
+
Type: ActionPreference
341
+
Parameter Sets: (All)
342
+
Aliases: proga
343
+
344
+
Required: False
345
+
Position: Named
346
+
Default value: None
347
+
Accept pipeline input: False
348
+
Accept wildcard characters: False
349
+
```
350
+
299
351
### CommonParameters
300
-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
352
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments