Skip to content

Commit 58576fa

Browse files
authored
[TypeSpec]: Fix Traffic Controller cadl (#24082)
1 parent 89ba26d commit 58576fa

39 files changed

+775
-148
lines changed

eng/pipelines/typespec-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
Folder: specification/containerservice/Fleet.Management
5555
DisplayName: Fleet.Management
5656

57+
- template: templates/steps/typespec-ci.yml
58+
parameters:
59+
Folder: specification/servicenetworking/ServiceNetworking.Management
60+
DisplayName: Microsoft.ServiceNetworking
61+
5762
- template: templates/steps/typespec-ci.yml
5863
parameters:
5964
Folder: specification/translation/Azure.AI.TextTranslation
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"title": "Delete Association",
3+
"operationId": "AssociationsInterface_Delete",
24
"parameters": {
35
"api-version": "2023-05-01-preview",
46
"subscriptionId": "subid",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"title": "Get Association",
3+
"operationId": "AssociationsInterface_Get",
24
"parameters": {
35
"api-version": "2023-05-01-preview",
46
"subscriptionId": "subid",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"title": "Update Association",
3+
"operationId": "AssociationsInterface_Update",
24
"parameters": {
35
"api-version": "2023-05-01-preview",
46
"subscriptionId": "subid",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"title": "Put Association",
3+
"operationId": "AssociationsInterface_CreateOrUpdate",
24
"parameters": {
35
"api-version": "2023-05-01-preview",
46
"subscriptionId": "subid",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"title": "Get Associations",
3+
"operationId": "AssociationsInterface_ListByTrafficController",
24
"parameters": {
35
"api-version": "2023-05-01-preview",
46
"subscriptionId": "subid",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"title": "Delete Frontend",
3+
"operationId": "FrontendsInterface_Delete",
24
"parameters": {
35
"api-version": "2023-05-01-preview",
46
"subscriptionId": "subid",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"title": "Get Frontend",
3+
"operationId": "FrontendsInterface_Get",
24
"parameters": {
35
"api-version": "2023-05-01-preview",
46
"subscriptionId": "subid",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"title": "Update Frontend",
3+
"operationId": "FrontendsInterface_Update",
24
"parameters": {
35
"api-version": "2023-05-01-preview",
46
"subscriptionId": "subid",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"title": "Put Frontend",
3+
"operationId": "FrontendsInterface_CreateOrUpdate",
24
"parameters": {
35
"api-version": "2023-05-01-preview",
46
"subscriptionId": "subid",

0 commit comments

Comments
 (0)