Skip to content

Commit 8284623

Browse files
Adding documentation for properties (#29382)
* Adding documentation of properties and making some changes to java and js SDK generation * Reverting the tspconfig change * fixing formatting * Fixing typeSpec validation error on build
1 parent d11c3b1 commit 8284623

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/translation/Azure.AI.DocumentTranslation/models.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ union StorageSource {
8484

8585
@doc("List of possible additional output formats")
8686
union AdditionalOutputFileFormat {
87-
/** No additional format */
87+
@doc("No additional format")
8888
None: "None",
8989

90-
/** OpenXmlWord format */
90+
@doc("OpenXmlWord format")
9191
OpenXmlWord: "OpenXmlWord",
9292

9393
string,

0 commit comments

Comments
 (0)