Skip to content

Commit 40b9213

Browse files
author
Layla Liu
committed
Fixes
1 parent 3ea6053 commit 40b9213

21 files changed

+189
-165
lines changed

specification/app/cspell.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ words:
1414
- nacos
1515
- occured
1616
- otlp
17+
- sreagent
1718
overrides:
1819
- filename: >-
1920
**/specification/app/resource-manager/Microsoft.App/preview/2023-11-02-preview/ManagedEnvironments.json

specification/app/resource-manager/Microsoft.App/SreAgent/readme.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ These are the global settings for the SRE Agent.
2727
``` yaml
2828
openapi-type: arm
2929
tag: package-2026-01-01
30+
31+
suppressions:
32+
- code: OperationsAPIImplementation
33+
reason: The operations API is defined in a separate file.
34+
from: Agents.json
35+
- code: MissingSegmentsInNestedResourceListOperation
36+
reason: The parent resource Get call is defined in a separate file.
37+
from: AgentsConnectors.json
38+
- code: MissingSegmentsInNestedResourceListOperation
39+
reason: The parent resource Get call is defined in a separate file.
40+
from: AgentSpacesConnectors.json
41+
3042
```
3143
3244
### Tag: package-2026-01-01
@@ -38,6 +50,12 @@ input-file:
3850
- stable/2026-01-01/AgentsConnectors.json
3951
- stable/2026-01-01/AgentSpaces.json
4052
- stable/2026-01-01/AgentSpacesConnectors.json
53+
- stable/2026-01-01/CommonDefinitions.json
54+
directive:
55+
- suppress: AvoidAdditionalProperties
56+
from: CommonDefinitions.json
57+
where:
58+
- $.definitions.Connector.properties.extendedProperties
4159
```
4260

4361
---
@@ -48,12 +66,20 @@ input-file:
4866
This section describes what SDK should be generated by the automatic system.
4967
This is not used by Autorest itself.
5068

51-
```yaml $(swagger-to-sdk)
69+
``` yaml $(swagger-to-sdk)
5270
swagger-to-sdk:
5371
- repo: azure-sdk-for-python
72+
- repo: azure-sdk-for-java
5473
- repo: azure-sdk-for-go
74+
- repo: azure-sdk-for-js
75+
- repo: azure-resource-manager-schemas
76+
- repo: azure-powershell
5577
```
5678

79+
## Az
80+
81+
See configuration in [readme.az.md](./readme.az.md)
82+
5783
## Go
5884

5985
See configuration in [readme.go.md](./readme.go.md)
@@ -66,10 +92,3 @@ See configuration in [readme.python.md](./readme.python.md)
6692

6793
See configuration in [readme.typescript.md](./readme.typescript.md)
6894

69-
## AZ
70-
71-
See configuration in [readme.az.md](./readme.az.md)
72-
73-
## CLI
74-
75-
See configuration in [readme.cli.md](./readme.cli.md)

specification/app/resource-manager/Microsoft.App/SreAgent/stable/2026-01-01/AgentSpaces.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"title": "ContainerApps API Client",
4+
"title": "SRE Agent API Client",
55
"version": "2026-01-01"
66
},
77
"host": "management.azure.com",
@@ -24,10 +24,10 @@
2424
"operationId": "AgentSpaces_ListBySubscription",
2525
"parameters": [
2626
{
27-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
27+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
2828
},
2929
{
30-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
30+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
3131
}
3232
],
3333
"responses": {
@@ -40,7 +40,7 @@
4040
"default": {
4141
"description": "Common error response.",
4242
"schema": {
43-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
43+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
4444
}
4545
}
4646
},
@@ -63,13 +63,13 @@
6363
"operationId": "AgentSpaces_ListByResourceGroup",
6464
"parameters": [
6565
{
66-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
66+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
6767
},
6868
{
69-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter"
69+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/ResourceGroupNameParameter"
7070
},
7171
{
72-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
72+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
7373
}
7474
],
7575
"responses": {
@@ -82,7 +82,7 @@
8282
"default": {
8383
"description": "Common error response.",
8484
"schema": {
85-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
85+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
8686
}
8787
}
8888
},
@@ -105,10 +105,10 @@
105105
"operationId": "AgentSpaces_Get",
106106
"parameters": [
107107
{
108-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
108+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
109109
},
110110
{
111-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter"
111+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/ResourceGroupNameParameter"
112112
},
113113
{
114114
"name": "agentSpaceName",
@@ -119,7 +119,7 @@
119119
"pattern": "^[A-Za-z]([-A-Za-z0-9]*[A-Za-z0-9])$"
120120
},
121121
{
122-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
122+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
123123
}
124124
],
125125
"responses": {
@@ -132,7 +132,7 @@
132132
"default": {
133133
"description": "Common error response.",
134134
"schema": {
135-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
135+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
136136
}
137137
}
138138
},
@@ -154,10 +154,10 @@
154154
},
155155
"parameters": [
156156
{
157-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
157+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
158158
},
159159
{
160-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter"
160+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/ResourceGroupNameParameter"
161161
},
162162
{
163163
"name": "agentSpaceName",
@@ -176,7 +176,7 @@
176176
}
177177
},
178178
{
179-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
179+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
180180
}
181181
],
182182
"responses": {
@@ -200,7 +200,7 @@
200200
"default": {
201201
"description": "Common error response.",
202202
"schema": {
203-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
203+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
204204
}
205205
}
206206
},
@@ -222,10 +222,10 @@
222222
},
223223
"parameters": [
224224
{
225-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
225+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
226226
},
227227
{
228-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter"
228+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/ResourceGroupNameParameter"
229229
},
230230
{
231231
"name": "agentSpaceName",
@@ -243,7 +243,7 @@
243243
}
244244
},
245245
{
246-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
246+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
247247
}
248248
],
249249
"responses": {
@@ -264,7 +264,7 @@
264264
"default": {
265265
"description": "Common error response.",
266266
"schema": {
267-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
267+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
268268
}
269269
}
270270
},
@@ -286,10 +286,10 @@
286286
},
287287
"parameters": [
288288
{
289-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
289+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
290290
},
291291
{
292-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter"
292+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/ResourceGroupNameParameter"
293293
},
294294
{
295295
"name": "agentSpaceName",
@@ -299,7 +299,7 @@
299299
"type": "string"
300300
},
301301
{
302-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
302+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
303303
}
304304
],
305305
"responses": {
@@ -317,7 +317,7 @@
317317
"default": {
318318
"description": "Common error response.",
319319
"schema": {
320-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
320+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
321321
}
322322
}
323323
},
@@ -356,13 +356,13 @@
356356
"type": "object",
357357
"allOf": [
358358
{
359-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/definitions/TrackedResource"
359+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/TrackedResource"
360360
}
361361
],
362362
"properties": {
363363
"identity": {
364364
"description": "Managed identities for the Agent space to interact with other Azure services without maintaining any secrets or credentials in code.",
365-
"$ref": "../../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity"
365+
"$ref": "../../../../../../common-types/resource-management/v6/managedidentity.json#/definitions/ManagedServiceIdentity"
366366
},
367367
"properties": {
368368
"description": "Agent space specific properties",
@@ -381,7 +381,7 @@
381381
"properties": {
382382
"identity": {
383383
"description": "Managed identities for the Agent space to interact with other Azure services without maintaining any secrets or credentials in code.",
384-
"$ref": "../../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity"
384+
"$ref": "../../../../../../common-types/resource-management/v6/managedidentity.json#/definitions/ManagedServiceIdentity"
385385
},
386386
"properties": {
387387
"description": "Agent space specific properties",

0 commit comments

Comments
 (0)