@@ -2819,9 +2819,8 @@ public async Task GetFileClient_SpecialCharacters(string fileName)
28192819 Assert . AreEqual ( blobUri , dataLakeUriBuilder . ToUri ( ) ) ;
28202820 }
28212821
2822- [ Test ]
2822+ [ RecordedTest ]
28232823 [ ServiceVersion ( Min = DataLakeClientOptions . ServiceVersion . V2020_06_12 ) ]
2824- [ PlaybackOnly ( "https://github.com/Azure/azure-sdk-for-net/issues/20923" ) ]
28252824 public async Task GetDeletedPathsAsync ( )
28262825 {
28272826 // Arrange
@@ -2861,9 +2860,8 @@ public async Task GetDeletedPathsAsync()
28612860 Assert . IsNotNull ( paths [ 1 ] . RemainingRetentionDays ) ;
28622861 }
28632862
2864- [ Test ]
2863+ [ RecordedTest ]
28652864 [ ServiceVersion ( Min = DataLakeClientOptions . ServiceVersion . V2020_06_12 ) ]
2866- [ PlaybackOnly ( "https://github.com/Azure/azure-sdk-for-net/issues/20923" ) ]
28672865 public async Task GetDeletedPathsAsync_Path ( )
28682866 {
28692867 // Arrange
@@ -2890,9 +2888,8 @@ public async Task GetDeletedPathsAsync_Path()
28902888 Assert . AreEqual ( $ "{ directoryName } /{ fileName } ", paths [ 0 ] . Path ) ;
28912889 }
28922890
2893- [ Test ]
2891+ [ RecordedTest ]
28942892 [ ServiceVersion ( Min = DataLakeClientOptions . ServiceVersion . V2020_06_12 ) ]
2895- [ PlaybackOnly ( "https://github.com/Azure/azure-sdk-for-net/issues/20923" ) ]
28962893 public async Task GetDeletedPathsAsync_Error ( )
28972894 {
28982895 // Arrange
@@ -2905,9 +2902,8 @@ await TestHelper.AssertExpectedExceptionAsync<RequestFailedException>(
29052902 e => Assert . AreEqual ( "ContainerNotFound" , e . ErrorCode ) ) ;
29062903 }
29072904
2908- [ Test ]
2905+ [ RecordedTest ]
29092906 [ ServiceVersion ( Min = DataLakeClientOptions . ServiceVersion . V2020_06_12 ) ]
2910- [ PlaybackOnly ( "https://github.com/Azure/azure-sdk-for-net/issues/20923" ) ]
29112907 public async Task UndeletePathAsync ( )
29122908 {
29132909 // Arrange
@@ -2931,9 +2927,8 @@ public async Task UndeletePathAsync()
29312927 await restoredPathClient . GetPropertiesAsync ( ) ;
29322928 }
29332929
2934- [ Test ]
2930+ [ RecordedTest ]
29352931 [ ServiceVersion ( Min = DataLakeClientOptions . ServiceVersion . V2020_06_12 ) ]
2936- [ PlaybackOnly ( "https://github.com/Azure/azure-sdk-for-net/issues/20923" ) ]
29372932 public async Task UndeletePathAsync_Error ( )
29382933 {
29392934 // Arrange
@@ -2948,13 +2943,12 @@ await TestHelper.AssertExpectedExceptionAsync<RequestFailedException>(
29482943 e => Assert . AreEqual ( "ContainerNotFound" , e . ErrorCode ) ) ;
29492944 }
29502945
2951- [ Test ]
2946+ [ RecordedTest ]
29522947 [ TestCase ( "!'();[]@&%=+$,#äÄöÖüÜß;" ) ]
29532948 [ TestCase ( "%21%27%28%29%3B%5B%5D%40%26%25%3D%2B%24%2C%23äÄöÖüÜß%3B" ) ]
29542949 [ TestCase ( " my cool directory " ) ]
29552950 [ TestCase ( "directory" ) ]
29562951 [ ServiceVersion ( Min = DataLakeClientOptions . ServiceVersion . V2020_06_12 ) ]
2957- [ PlaybackOnly ( "https://github.com/Azure/azure-sdk-for-net/issues/20923" ) ]
29582952 public async Task UndeletePathAsync_SpecialCharacters ( string directoryName )
29592953 {
29602954 // Arrange
0 commit comments