Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .js/branch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
origin/wanl/generate-mlc-in-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using TypeSpec.Versioning;
using Azure.Core;

@service({
title: "Azure.AI.DocumentTranslation",
title: "Azure.AI.DocumentTranslation for testing",
})
@versioned(DocumentTranslation.Versions)
@useAuth(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ options:
generate-sample-project: false
"@azure-tools/typespec-ts":
package-dir: "ai-translation-document-rest"
generateMetadata: false
generateTest: false
generateMetadata: true
generateSample: true
generateTest: true
azureSdkForJs: true
packageDetails:
name: "@azure-rest/ai-translation-document"
description: "Microsoft Translation Document"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using Azure.Core;
using TypeSpec.Versioning;

@service({
title: "Text Translation",
title: "Text Translation for testing",
})
@server(
"{Endpoint}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ options:
flavor: azure
"@azure-tools/typespec-ts":
package-dir: "ai-translation-text-rest"
generateMetadata: false
generateTest: false
generateMetadata: true
generateSample: true
generateTest: true
azureSdkForJs: true
packageDetails:
name: "@azure-rest/ai-translation-text"
description: "Microsoft Translation Text"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Azure.AI.DocumentTranslation",
"title": "Azure.AI.DocumentTranslation for testing",
"version": "2024-05-01",
"description": "Document translation service",
"x-typespec-generated": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Text Translation",
"title": "Text Translation for testing",
"version": "3.0",
"description": "Text translation is a cloud-based REST API feature of the Translator service that uses neural\nmachine translation technology to enable quick and accurate source-to-target text translation\nin real time across all supported languages.\n\nThe following methods are supported by the Text Translation feature:\n\nLanguages. Returns a list of languages supported by Translate, Transliterate, and Dictionary Lookup operations.\n\nTranslate. Renders single source-language text to multiple target-language texts with a single request.\n\nTransliterate. Converts characters or letters of a source language to the corresponding characters or letters of a target language.\n\nDetect. Returns the source code language code and a boolean variable denoting whether the detected language is supported for text translation and transliteration.\n\nDictionary lookup. Returns equivalent words for the source term in the target language.\n\nDictionary example Returns grammatical structure and context examples for the source term and target term pair.",
"x-typespec-generated": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using Azure.ResourceManager;

@armProviderNamespace("Microsoft.VerifiedId")
@service({
title: "VerifiedIdMgmtClient",
title: "VerifiedIdMgmtClient for testing",
})
@versioned(Microsoft.VerifiedId.Versions)
@doc("VerifiedId Resource Provider management API.")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "VerifiedIdMgmtClient",
"title": "VerifiedIdMgmtClient for testing",
"version": "2024-01-26-preview",
"description": "VerifiedId Resource Provider management API.",
"x-typespec-generated": [
Expand Down
2 changes: 1 addition & 1 deletion specification/vmware/Microsoft.AVS.Management/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using TypeSpec.Versioning;
#suppress "@azure-tools/typespec-azure-core/casing-style" "Can not change existing name."
@armProviderNamespace("Microsoft.AVS")
@service({
title: "Azure VMware Solution API",
title: "Azure VMware Solution API for testing",
})
@doc("Azure VMware Solution API")
@versioned(Versions)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Azure VMware Solution API",
"title": "Azure VMware Solution API for testing",
"version": "2023-09-01",
"description": "Azure VMware Solution API",
"x-typespec-generated": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using Azure.Core;
using Azure.Core.Traits;

@service({
title: "Microsoft.VoiceServices.Provisioning",
title: "Microsoft.VoiceServices.Provisioning for testing",
})
@useAuth(
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Microsoft.VoiceServices.Provisioning",
"title": "Microsoft.VoiceServices.Provisioning for testing",
"version": "2024-02-29-preview",
"x-typespec-generated": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using TypeSpec.Versioning;
*/
@armProviderNamespace
@service({
title: "Workloads Client",
title: "Workloads Client for testing",
})
@versioned(Versions)
namespace Microsoft.Workloads;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ using TypeSpec.Versioning;
#suppress "@azure-tools/typespec-azure-resource-manager/missing-operations-endpoint" "Operations Swagger is common for all RTs and is created as a separate file having it's own folder."
@armProviderNamespace
@service({
title: "Workloads Client",
title: "Workloads Client for testing",
})
@versioned(Versions)
@armCommonTypesVersion(Azure.ResourceManager.CommonTypes.Versions.v3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using TypeSpec.Versioning;
#suppress "@azure-tools/typespec-azure-resource-manager/missing-operations-endpoint" "Operations Swagger is common for all RTs and is created as a separate file having it's own folder."
@armProviderNamespace
@service({
title: "Workloads Client",
title: "Workloads Client for testing",
})
@versioned(Versions)
@armCommonTypesVersion(Azure.ResourceManager.CommonTypes.Versions.v5)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Workloads Client",
"title": "Workloads Client for testing",
"version": "2023-10-01-preview",
"description": "SAP Migration client provides access to various operations for SAP Migration.",
"x-typespec-generated": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Workloads Client",
"title": "Workloads Client for testing",
"version": "2023-12-01-preview",
"description": "The workload SAP monitor Client.",
"x-typespec-generated": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Workloads Client",
"title": "Workloads Client for testing",
"version": "2023-10-01-preview",
"description": "Workloads client provides access to various workload operations.",
"x-typespec-generated": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Workloads Client",
"title": "Workloads Client for testing",
"version": "2023-12-01-preview",
"description": "Workloads client provides access to various workload operations.",
"x-typespec-generated": [
Expand Down
9 changes: 6 additions & 3 deletions specificationRepositoryConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"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": {
Expand All @@ -14,7 +15,8 @@
},
"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",
Expand All @@ -27,7 +29,8 @@
},
"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-resource-manager-schemas": {
"integrationRepository": "azure-sdk/azure-resource-manager-schemas",
Expand Down