Skip to content

Commit 48df8fc

Browse files
committed
Remove lingering SupportsFileStream
1 parent bc3a0d8 commit 48df8fc

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

eng/pipelines/common/templates/jobs/ci-run-tests-job.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}:

eng/pipelines/common/templates/steps/update-config-file-step.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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: ''

0 commit comments

Comments
 (0)