diff --git a/.js/branch.txt b/.js/branch.txt new file mode 100644 index 000000000000..e60643a837db --- /dev/null +++ b/.js/branch.txt @@ -0,0 +1 @@ +origin/fix-package-path diff --git a/specification/ai/DocumentIntelligence/models.tsp b/specification/ai/DocumentIntelligence/models.tsp index f5863bdbeb5f..733272b538b3 100644 --- a/specification/ai/DocumentIntelligence/models.tsp +++ b/specification/ai/DocumentIntelligence/models.tsp @@ -1005,7 +1005,7 @@ model DocumentLanguage { Detected language. Value may an ISO 639-1 language code (ex. \"en\", \"fr\") or BCP 47 language tag (ex. \"zh-Hans\"). """) - locale: string; + locale: int64; @doc(""" Location of the text elements in the concatenated content the language applies diff --git a/specification/ai/DocumentIntelligence/tspconfig.yaml b/specification/ai/DocumentIntelligence/tspconfig.yaml index 35640ce9b98c..4b8b63c17e95 100644 --- a/specification/ai/DocumentIntelligence/tspconfig.yaml +++ b/specification/ai/DocumentIntelligence/tspconfig.yaml @@ -48,11 +48,13 @@ options: model-namespace: false flavor: azure "@azure-tools/typespec-ts": - title: DocumentIntelligence - package-dir: "ai-document-intelligence-rest" generateMetadata: true + generateSample: true + generateTest: true + azureSdkForJs: true + package-dir: "ai-document-intelligence-rest" packageDetails: name: "@azure-rest/ai-document-intelligence" description: "Document Intelligence Rest Client" - version: "1.0.0-beta.1" - flavor: azure + version: "1.0.0-beta.5" + flavor: azure \ No newline at end of file diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 9c6ad529e741..dfb0234738f5 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -4,30 +4,36 @@ "sdkRepositoryMappings": { "azure-sdk-for-go": { "integrationRepository": "azure-sdk/azure-sdk-for-go", - "mainRepository": "Azure/azure-sdk-for-go", + "mainRepository": "Alancere/azure-sdk-for-go", + "mainBranch": "fix_generator_tool_0807", "configFilePath": "eng/swagger_to_sdk_config.json" }, "azure-sdk-for-java": { "integrationRepository": "azure-sdk/azure-sdk-for-java", - "mainRepository": "Azure/azure-sdk-for-java", + "mainRepository": "XiaofeiCao/azure-sdk-for-java", + "mainBranch": "breaking_change_detection", "configFilePath": "eng/automation/swagger_to_sdk_config.json" }, "azure-sdk-for-js": { "integrationRepository": "azure-sdk/azure-sdk-for-js", - "mainRepository": "Azure/azure-sdk-for-js" + "mainRepository": "test-repo-billy/azure-sdk-for-js", + "mainBranch": "test_repo_breaking_change_mlc" }, "azure-sdk-for-net": { - "integrationRepository": "azure-sdk/azure-sdk-for-net", - "mainRepository": "Azure/azure-sdk-for-net" + "integrationRepository": "Azure/azure-sdk-for-net", + "mainRepository": "test-repo-billy/azure-sdk-for-net", + "mainBranch": "Fix9221" }, "azure-sdk-for-net-track2": { "integrationRepository": "azure-sdk/azure-sdk-for-net", "mainRepository": "Azure/azure-sdk-for-net", + "mainBranch": "breaking-changes", "configFilePath": "eng/swagger_to_sdk_config.json" }, "azure-sdk-for-python": { "integrationRepository": "azure-sdk/azure-sdk-for-python", - "mainRepository": "Azure/azure-sdk-for-python" + "mainRepository": "Azure/azure-sdk-for-python", + "mainBranch": "pipeline-optimize-for-multi-input" }, "azure-powershell": { "integrationRepository": "azure-sdk/azure-powershell",