This commit is contained in:
Chenjie Shi 2024-03-12 11:26:43 +08:00 коммит произвёл GitHub
Родитель 8d137ce24e
Коммит 746b972309
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
18 изменённых файлов: 27 добавлений и 17 удалений

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@autorest/openapi-to-typespec",
"comment": "fix wrong client lib import name",
"type": "patch"
}
],
"packageName": "@autorest/openapi-to-typespec"
}

Просмотреть файл

@ -146,7 +146,7 @@ export function getPropertyClientDecorators(element: Property | Parameter): Type
if (element.extensions?.["x-ms-client-flatten"]) {
decorators.push({
name: "flattenProperty",
module: "@typespec/typespec-client-generator-core",
module: "@azure-tools/typespec-client-generator-core",
namespace: "Azure.ClientGenerator.Core",
suppressionCode: "deprecated",
suppressionMessage: "@flattenProperty decorator is not recommended to use.",

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Azure.ResourceManager.AlertsManagement;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Azure.ResourceManager.Analysis;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Azure.ResourceManager.ApiManagement;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Azure.ResourceManager.Authorization;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Microsoft.IntegrationSpaces;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Microsoft.Compute;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Azure.ResourceManager.Dns;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Azure.ResourceManager.MachineLearning;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Microsoft.NetworkAnalytics;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Microsoft.AzurePlaywrightService;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Microsoft.ServiceNetworking;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Microsoft.AzureSphere;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Microsoft.Storage;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Microsoft.Test;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using AutoRestComplexTestService;

Просмотреть файл

@ -1,5 +1,5 @@
import "./main.tsp";
import "@typespec/typespec-client-generator-core";
import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;
using Azure.Keyvault;