File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ Typewriter is a new solution for generating code files using the GraphODataTempl
57
57
58
58
The output ` cleanMetadata.xml ` will be located in the same directory as typewriter.exe.
59
59
60
- ` .\typewriter.exe -v Info -m https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/mm/xslt/ v1.0_metadata.xml -g Transform -t https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/mm/xslt /transforms/csdl/preprocess_csdl.xsl `
60
+ ` .\typewriter.exe -v Info -m https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/ v1.0_metadata.xml -g Transform -t https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master /transforms/csdl/preprocess_csdl.xsl `
61
61
62
62
#### Transform metadata with XSLT and add documentation annotations.
63
63
64
64
The output ` cleanMetadataWithDescriptionsv1.0.xml ` will be located in the same directory as typewriter.exe.
65
65
66
- ` .\typewriter.exe -v Info -m https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/mm/xslt/ v1.0_metadata.xml -g TransformWithDocs -t https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/mm/xslt /transforms/csdl/preprocess_csdl.xsl -d D:\repos\microsoft-graph-docs `
66
+ ` .\typewriter.exe -v Info -m https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/ v1.0_metadata.xml -g TransformWithDocs -t https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master /transforms/csdl/preprocess_csdl.xsl -d D:\repos\microsoft-graph-docs `
67
67
68
68
#### Generate TypeScript typings from a CSDL (metadata) file without cleaning or annotating the CSDL.
69
69
You can’t perform that action at this time.
0 commit comments