Skip to content

Commit f3335ce

Browse files
committed
Remove types defininations in storage types for they have been defined in xscl.
1 parent 49b5c26 commit f3335ce

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed
Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,3 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Types>
3-
<Type>
4-
<Name>Microsoft.WindowsAzure.Storage.File.CloudFile</Name>
5-
<Members>
6-
<ScriptProperty>
7-
<Name>DirectoryTag</Name>
8-
<GetScriptBlock>[string]::Empty</GetScriptBlock>
9-
</ScriptProperty>
10-
<ScriptProperty>
11-
<Name>IsDirectory</Name>
12-
<GetScriptBlock>$false</GetScriptBlock>
13-
</ScriptProperty>
14-
<ScriptProperty>
15-
<Name>Length</Name>
16-
<GetScriptBlock>$_.Properties.Length</GetScriptBlock>
17-
</ScriptProperty>
18-
</Members>
19-
</Type>
20-
<Type>
21-
<Name>Microsoft.WindowsAzure.Storage.File.CloudFileDirectory</Name>
22-
<Members>
23-
<ScriptProperty>
24-
<Name>DirectoryTag</Name>
25-
<GetScriptBlock>"DIR"</GetScriptBlock>
26-
</ScriptProperty>
27-
<ScriptProperty>
28-
<Name>IsDirectory</Name>
29-
<GetScriptBlock>$true</GetScriptBlock>
30-
</ScriptProperty>
31-
<ScriptProperty>
32-
<Name>Length</Name>
33-
<GetScriptBlock>[string]::Empty</GetScriptBlock>
34-
</ScriptProperty>
35-
</Members>
36-
</Type>
373
</Types>

0 commit comments

Comments
 (0)