This repository was archived by the owner on May 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ class Resources
293293 const DEAFULT_RETRY_INTERVAL = 1000 ;//Milliseconds
294294
295295 // Header values
296- const SDK_VERSION = '0.15 .0 ' ;
296+ const SDK_VERSION = '0.16 .0 ' ;
297297 const STORAGE_API_LATEST_VERSION = '2015-04-05 ' ;
298298 const DATA_SERVICE_VERSION_VALUE = '3.0 ' ;
299299 const MAX_DATA_SERVICE_VERSION_VALUE = '3.0;NetFx ' ;
Original file line number Diff line number Diff line change @@ -275,19 +275,6 @@ public static function getInterestingListSharesOptions()
275275 $ options ->setIncludeMetadata ($ includeMetadata );
276276 array_push ($ ret , $ options );
277277
278- $ options = new ListSharesOptions ();
279- $ marker = '/ ' . self ::$ accountName . '/ ' . self ::$ testShareNames [0 ];
280- $ maxResults = 2 ;
281- $ prefix = self ::$ testUniqueId ;
282- $ timeout = 60 ;
283- $ includeMetadata = true ;
284- $ options ->setMarker ($ marker );
285- $ options ->setMaxResults ($ maxResults );
286- $ options ->setPrefix ($ prefix );
287- $ options ->setTimeout ($ timeout );
288- $ options ->setIncludeMetadata ($ includeMetadata );
289- array_push ($ ret , $ options );
290-
291278 return $ ret ;
292279 }
293280
You can’t perform that action at this time.
0 commit comments