Skip to content

Commit

Permalink
Adding documentation of properties and making some changes to java an…
Browse files Browse the repository at this point in the history
…d js SDK generation
  • Loading branch information
hamshavathimunibyraiah committed Jun 10, 2024
1 parent f45a76f commit aa389b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ union StorageSource {

@doc("List of possible additional output formats")
union AdditionalOutputFileFormat {
/** No additional format */
@doc("No additional format")
None: "None",

/** OpenXmlWord format */
@doc("OpenXmlWord format")
OpenXmlWord: "OpenXmlWord",

string,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@ options:
package-dir: "azure-ai-translation-document"
namespace: com.azure.ai.translation.document
partial-update: true
generate-tests: false
flavor: azure
stream-style-serialization: false
generate-sample-project: false
examples-directory: examples
"@azure-tools/typespec-ts":
package-dir: "ai-translation-document-rest"
generateMetadata: false
generateTest: false
generateMetadata: true
generateSample: true
packageDetails:
name: "@azure-rest/ai-translation-document"
description: "Microsoft Translation Document"
Expand Down

0 comments on commit aa389b9

Please sign in to comment.