File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public FormRecognizerTestEnvironment()
4848 public string Endpoint => GetRecordedVariable ( EndpointEnvironmentVariableName ) ;
4949 public string BlobContainerSasUrl => GetRecordedVariable ( BlobContainerSasUrlEnvironmentVariableName , options => options . IsSecret ( "https://sanitized.blob.core.windows.net" ) ) ;
5050 public string SelectionMarkBlobContainerSasUrl => GetRecordedVariable ( SelectionMarkBlobContainerSasUrlEnvironmentVariableName , options => options . IsSecret ( "https://sanitized.blob.core.windows.net" ) ) ;
51- public string MultipageBlobContainerSasUrl => GetRecordedVariable ( MultipageBlobContainerSasUrlEnvironmentVariableName ) ;
51+ public string MultipageBlobContainerSasUrl => GetRecordedVariable ( MultipageBlobContainerSasUrlEnvironmentVariableName , options => options . IsSecret ( "https://sanitized.blob.core.windows.net" ) ) ;
5252 public string TargetResourceId => GetRecordedVariable ( TargetResourceIdEnvironmentVariableName ) ;
5353 public string TargetResourceRegion => GetRecordedVariable ( TargetResourceRegionEnvironmentVariableName ) ;
5454
You can’t perform that action at this time.
0 commit comments