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
Sync eng/common directory with azure-sdk-tools for PR 8249 (#35585)
* Add support for Federated Auth to test resources scripts
* Default -- UseFederatedAuth: false
* Clear secrets if FederatedAuth is set
* Template conditions use AzurePowerShell only when a service connection is needed
* Review feedback and pair with Ben
* Update docs
* http:// -> https://
---------
Co-authored-by: Daniel Jurek <[email protected]>
Run script in CI mode. Infers various environment variable names based on CI convention.
258
+
### -ServicePrincipalAuth
259
+
Log in with provided Provisioner application credentials.
260
+
261
+
```yaml
262
+
Type: SwitchParameter
263
+
Parameter Sets: (All)
264
+
Aliases:
265
+
266
+
Required: False
267
+
Position: Named
268
+
Default value: False
269
+
Accept pipeline input: False
270
+
Accept wildcard characters: False
271
+
```
237
272
238
273
### -Force
239
274
Force removal of resource group without asking for user confirmation
@@ -296,6 +331,21 @@ Accept pipeline input: False
296
331
Accept wildcard characters: False
297
332
```
298
333
334
+
### -ProgressAction
335
+
{{ Fill ProgressAction Description }}
336
+
337
+
```yaml
338
+
Type: ActionPreference
339
+
Parameter Sets: (All)
340
+
Aliases: proga
341
+
342
+
Required: False
343
+
Position: Named
344
+
Default value: None
345
+
Accept pipeline input: False
346
+
Accept wildcard characters: False
347
+
```
348
+
299
349
### CommonParameters
300
350
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).
0 commit comments