We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44660f4 commit 47adabbCopy full SHA for 47adabb
1 file changed
eng/common/TestResources/New-TestResources.ps1
@@ -112,7 +112,11 @@ $azsdkPipelineSubnets = @(
112
($azsdkPipelineVnet + "/subnets/pipeline-subnet-ubuntu-2004-general"),
113
($azsdkPipelineVnet + "/subnets/pipeline-subnet-ubuntu-2204-general"),
114
($azsdkPipelineVnet + "/subnets/pipeline-subnet-win-2019-general"),
115
- ($azsdkPipelineVnet + "/subnets/pipeline-subnet-win-2022-general")
+ ($azsdkPipelineVnet + "/subnets/pipeline-subnet-win-2022-general"),
116
+ ($azsdkPipelineVnet + "/subnets/pipeline-subnet-ubuntu-1804-storage"),
117
+ ($azsdkPipelineVnet + "/subnets/pipeline-subnet-ubuntu-2004-storage"),
118
+ ($azsdkPipelineVnet + "/subnets/pipeline-subnet-win-2019-storage"),
119
+ ($azsdkPipelineVnet + "/subnets/pipeline-subnet-win-2022-storage")
120
)
121
122
if (!$ServicePrincipalAuth) {
0 commit comments