File tree Expand file tree Collapse file tree
eng/pipelines/common/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ parameters:
3333 # IsDNSCachingSupportedCR
3434 # IsDNSCachingSupportedTR
3535 # ManagedIdentitySupported
36- # SupportsFileStream
3736 # SupportsIntegratedSecurity
3837 # TracingEnabled
3938 #
@@ -278,8 +277,6 @@ jobs:
278277 AliasName : ${{ parameters.configProperties.AliasName }}
279278 ${{ if parameters.configProperties.SupportsIntegratedSecurity }} :
280279 SupportsIntegratedSecurity : ${{ eq(parameters.configProperties.SupportsIntegratedSecurity, 'true') }}
281- ${{ if parameters.configProperties.SupportsFileStream }} :
282- SupportsFileStream : ${{ eq(parameters.configProperties.SupportsFileStream, 'true') }}
283280 ${{ if parameters.configProperties.DNSCachingConnString }} :
284281 DNSCachingConnString : ${{ parameters.configProperties.DNSCachingConnString }}
285282 ${{ if parameters.configProperties.DNSCachingServerCR }} :
Original file line number Diff line number Diff line change @@ -93,10 +93,6 @@ parameters:
9393 type : boolean
9494 default : false
9595
96- - name : SupportsFileStream
97- type : boolean
98- default : false
99-
10096 - name : DNSCachingConnString
10197 type : string
10298 default : ' '
You can’t perform that action at this time.
0 commit comments