File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ namespace FilesOAuthSample
108
108
string aadEndpoint = "";
109
109
string accountUri = "";
110
110
string connectionString = "";
111
- string shareName = "testShare ";
111
+ string shareName = "test-share ";
112
112
string directoryName = "testDirectory";
113
113
string fileName = "testFile";
114
114
@@ -124,11 +124,11 @@ namespace FilesOAuthSample
124
124
AuthorityHost = new Uri(aadEndpoint)
125
125
});
126
126
127
- ShareClientOptions clientOptions = new ShareClientOptions(ShareClientOptions.ServiceVersion.V2021_12_02 );
127
+ ShareClientOptions clientOptions = new ShareClientOptions(ShareClientOptions.ServiceVersion.V2023_05_03 );
128
128
129
129
// Set Allow Trailing Dot and Source Allow Trailing Dot.
130
130
clientOptions.AllowTrailingDot = true;
131
- clientOptions.SourceAllowTrailingDot = true;
131
+ clientOptions.AllowSourceTrailingDot = true;
132
132
133
133
// x-ms-file-intent=backup will automatically be applied to all APIs
134
134
// where it is required in derived clients.
You can’t perform that action at this time.
0 commit comments