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 7580 (#33993)
* Support creating resources with user auth
* Log warning if TestApplicationId is set
* missing space
* regenerate md file
* Rename
* Update link
---------
Co-authored-by: jolov <[email protected]>
By default, the -CI parameter will print out secrets to logs with Azure Pipelines log
562
616
commands that cause them to be redacted.
563
-
For CI environments that don't support this (like
617
+
For CI environments that don't support this (like
564
618
stress test clusters), this flag can be set to $false to avoid printing out these secrets to the logs.
565
619
566
620
```yaml
@@ -575,6 +629,46 @@ Accept pipeline input: False
575
629
Accept wildcard characters: False
576
630
```
577
631
632
+
### -UserAuth
633
+
Create the resource group and deploy the template using the signed in user's credentials.
634
+
No service principal will be created or used.
635
+
636
+
The environment file will be named for the test resources template that it was
637
+
generated for.
638
+
For ARM templates, it will be test-resources.json.env.
639
+
For
640
+
Bicep templates, test-resources.bicep.env.
641
+
642
+
```yaml
643
+
Type: SwitchParameter
644
+
Parameter Sets: (All)
645
+
Aliases:
646
+
647
+
Required: False
648
+
Position: Named
649
+
Default value: False
650
+
Accept pipeline input: False
651
+
Accept wildcard characters: False
652
+
```
653
+
654
+
### -NewTestResourcesRemainingArguments
655
+
Captures any arguments not declared here (no parameter errors)
656
+
This enables backwards compatibility with old script versions in
657
+
hotfix branches if and when the dynamic subscription configuration
658
+
secrets get updated to add new parameters.
659
+
660
+
```yaml
661
+
Type: Object
662
+
Parameter Sets: (All)
663
+
Aliases:
664
+
665
+
Required: False
666
+
Position: Named
667
+
Default value: None
668
+
Accept pipeline input: False
669
+
Accept wildcard characters: False
670
+
```
671
+
578
672
### -WhatIf
579
673
Shows what would happen if the cmdlet runs.
580
674
The cmdlet is not run.
@@ -606,6 +700,21 @@ Accept pipeline input: False
606
700
Accept wildcard characters: False
607
701
```
608
702
703
+
### -ProgressAction
704
+
{{ Fill ProgressAction Description }}
705
+
706
+
```yaml
707
+
Type: ActionPreference
708
+
Parameter Sets: (All)
709
+
Aliases: proga
710
+
711
+
Required: False
712
+
Position: Named
713
+
Default value: None
714
+
Accept pipeline input: False
715
+
Accept wildcard characters: False
716
+
```
717
+
609
718
### CommonParameters
610
719
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