Skip to content

Commit 2939e95

Browse files
authored
Operation ID migartion with the new operation ID calculation in autorest emitter (Azure#35621)
Force merge this PR as the tspconfig.yaml file is expected to be updated by service team. Here, we are batching updating the existing typespec for the backward compact of operation id, no plan to release SDK at this time.
1 parent 589f71f commit 2939e95

29 files changed

Lines changed: 120 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import "@azure-tools/typespec-client-generator-core";
2+
3+
using Azure.ClientGenerator.Core;
4+
using Microsoft.AwsConnector;
5+
6+
@@clientName(DynamoDBContinuousBackupsDescriptions,
7+
"DynamoDbContinuousBackupsDescriptions",
8+
"autorest"
9+
);

specification/awsconnector/DynamoDBContinuousBackupsDescription.Management/main.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import "@azure-tools/typespec-client-generator-core";
77
import "@typespec/openapi";
88
import "@azure-tools/typespec-azure-portal-core";
99
import "../shared/main.tsp";
10+
import "./back-compatible.tsp";
1011

1112
using TypeSpec.Http;
1213
using TypeSpec.Rest;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import "@azure-tools/typespec-client-generator-core";
2+
3+
using Azure.ClientGenerator.Core;
4+
using Microsoft.AwsConnector;
5+
6+
@@clientName(DynamoDBTables, "DynamoDbTables", "autorest");

specification/awsconnector/DynamoDBTable.Management/main.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import "@azure-tools/typespec-client-generator-core";
77
import "@typespec/openapi";
88
import "@azure-tools/typespec-azure-portal-core";
99
import "../shared/main.tsp";
10+
import "./back-compatible.tsp";
1011

1112
using TypeSpec.Http;
1213
using TypeSpec.Rest;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import "@azure-tools/typespec-client-generator-core";
2+
3+
using Azure.ClientGenerator.Core;
4+
using Microsoft.AwsConnector;
5+
6+
@@clientName(Ec2VPCEndpoints, "Ec2VpcEndpoints", "autorest");

specification/awsconnector/Ec2VPCEndpoint.Management/main.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import "@azure-tools/typespec-client-generator-core";
77
import "@typespec/openapi";
88
import "@azure-tools/typespec-azure-portal-core";
99
import "../shared/main.tsp";
10+
import "./back-compatible.tsp";
1011

1112
using TypeSpec.Http;
1213
using TypeSpec.Rest;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import "@azure-tools/typespec-client-generator-core";
2+
3+
using Azure.ClientGenerator.Core;
4+
using Microsoft.AwsConnector;
5+
6+
@@clientName(Ec2VPCPeeringConnections, "Ec2VpcPeeringConnections", "autorest");

specification/awsconnector/Ec2VPCPeeringConnection.Management/main.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import "@azure-tools/typespec-client-generator-core";
77
import "@typespec/openapi";
88
import "@azure-tools/typespec-azure-portal-core";
99
import "../shared/main.tsp";
10+
import "./back-compatible.tsp";
1011

1112
using TypeSpec.Http;
1213
using TypeSpec.Rest;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import "@azure-tools/typespec-client-generator-core";
2+
3+
using Azure.ClientGenerator.Core;
4+
using Microsoft.AwsConnector;
5+
6+
@@clientName(IamMFADevices, "IamMfaDevices", "autorest");

specification/awsconnector/IamMFADevice.Management/main.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import "@azure-tools/typespec-client-generator-core";
77
import "@typespec/openapi";
88
import "@azure-tools/typespec-azure-portal-core";
99
import "../shared/main.tsp";
10+
import "./back-compatible.tsp";
1011

1112
using TypeSpec.Http;
1213
using TypeSpec.Rest;

0 commit comments

Comments
 (0)