Skip to content

Commit a7bf2ed

Browse files
data: regenerating based on the latest Swagger (#4702)
Co-authored-by: hc-github-team-tf-azure <>
1 parent 2abd989 commit a7bf2ed

File tree

253 files changed

+10556
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+10556
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"apiVersion": "2025-01-01",
3+
"isPreview": false,
4+
"generate": true,
5+
"resources": [
6+
"Key",
7+
"Proxy",
8+
"Resource"
9+
],
10+
"source": "Azure/azure-rest-api-specs"
11+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "Serial",
3+
"type": "Integer",
4+
"values": [
5+
{
6+
"key": "Primary",
7+
"value": "1"
8+
},
9+
{
10+
"key": "Secondary",
11+
"value": "2"
12+
}
13+
]
14+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "AccountKeyRegenerateRequest",
3+
"fields": [
4+
{
5+
"containsDiscriminatedTypeValue": false,
6+
"jsonName": "serial",
7+
"name": "Serial",
8+
"objectDefinition": {
9+
"type": "Reference",
10+
"nullable": false,
11+
"referenceName": "Serial",
12+
"referenceNameIsCommonType": null
13+
},
14+
"optional": true,
15+
"readOnly": false,
16+
"required": false,
17+
"sensitive": false
18+
}
19+
],
20+
"IsParent": false
21+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "AccountKeys",
3+
"fields": [
4+
{
5+
"containsDiscriminatedTypeValue": false,
6+
"jsonName": "primaryKey",
7+
"name": "PrimaryKey",
8+
"objectDefinition": {
9+
"type": "String",
10+
"nullable": false,
11+
"referenceName": null,
12+
"referenceNameIsCommonType": null
13+
},
14+
"optional": true,
15+
"readOnly": false,
16+
"required": false,
17+
"sensitive": false
18+
},
19+
{
20+
"containsDiscriminatedTypeValue": false,
21+
"jsonName": "secondaryKey",
22+
"name": "SecondaryKey",
23+
"objectDefinition": {
24+
"type": "String",
25+
"nullable": false,
26+
"referenceName": null,
27+
"referenceNameIsCommonType": null
28+
},
29+
"optional": true,
30+
"readOnly": false,
31+
"required": false,
32+
"sensitive": false
33+
}
34+
],
35+
"IsParent": false
36+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "RemoteRenderingAccountsListKeys",
3+
"contentType": "application/json; charset=utf-8",
4+
"description": "",
5+
"expectedStatusCodes": [
6+
200
7+
],
8+
"longRunning": false,
9+
"httpMethod": "POST",
10+
"resourceIdName": "RemoteRenderingAccountId",
11+
"responseObject": {
12+
"type": "Reference",
13+
"nullable": false,
14+
"referenceName": "AccountKeys",
15+
"referenceNameIsCommonType": null
16+
},
17+
"uriSuffix": "/listKeys"
18+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "RemoteRenderingAccountsRegenerateKeys",
3+
"contentType": "application/json; charset=utf-8",
4+
"description": "",
5+
"expectedStatusCodes": [
6+
200
7+
],
8+
"longRunning": false,
9+
"httpMethod": "POST",
10+
"resourceIdName": "RemoteRenderingAccountId",
11+
"requestObject": {
12+
"type": "Reference",
13+
"nullable": false,
14+
"referenceName": "AccountKeyRegenerateRequest",
15+
"referenceNameIsCommonType": null
16+
},
17+
"responseObject": {
18+
"type": "Reference",
19+
"nullable": false,
20+
"referenceName": "AccountKeys",
21+
"referenceNameIsCommonType": null
22+
},
23+
"uriSuffix": "/regenerateKeys"
24+
}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"name": "RemoteRenderingAccountId",
3+
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{remoteRenderingAccountName}",
4+
"segments": [
5+
{
6+
"exampleValue": "",
7+
"name": "staticSubscriptions",
8+
"type": "Static",
9+
"value": "subscriptions"
10+
},
11+
{
12+
"exampleValue": "",
13+
"name": "subscriptionId",
14+
"type": "SubscriptionId"
15+
},
16+
{
17+
"exampleValue": "",
18+
"name": "staticResourceGroups",
19+
"type": "Static",
20+
"value": "resourceGroups"
21+
},
22+
{
23+
"exampleValue": "",
24+
"name": "resourceGroupName",
25+
"type": "ResourceGroup"
26+
},
27+
{
28+
"exampleValue": "",
29+
"name": "staticProviders",
30+
"type": "Static",
31+
"value": "providers"
32+
},
33+
{
34+
"exampleValue": "",
35+
"name": "staticMicrosoftMixedReality",
36+
"type": "ResourceProvider",
37+
"value": "Microsoft.MixedReality"
38+
},
39+
{
40+
"exampleValue": "",
41+
"name": "staticRemoteRenderingAccounts",
42+
"type": "Static",
43+
"value": "remoteRenderingAccounts"
44+
},
45+
{
46+
"exampleValue": "remoteRenderingAccountName",
47+
"name": "remoteRenderingAccountName",
48+
"type": "UserSpecified"
49+
}
50+
]
51+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "NameUnavailableReason",
3+
"type": "String",
4+
"values": [
5+
{
6+
"key": "AlreadyExists",
7+
"value": "AlreadyExists"
8+
},
9+
{
10+
"key": "Invalid",
11+
"value": "Invalid"
12+
}
13+
]
14+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "SkuTier",
3+
"type": "String",
4+
"values": [
5+
{
6+
"key": "Basic",
7+
"value": "Basic"
8+
},
9+
{
10+
"key": "Free",
11+
"value": "Free"
12+
},
13+
{
14+
"key": "Premium",
15+
"value": "Premium"
16+
},
17+
{
18+
"key": "Standard",
19+
"value": "Standard"
20+
}
21+
]
22+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "CheckNameAvailabilityRequest",
3+
"fields": [
4+
{
5+
"containsDiscriminatedTypeValue": false,
6+
"jsonName": "name",
7+
"name": "Name",
8+
"objectDefinition": {
9+
"type": "String",
10+
"nullable": false,
11+
"referenceName": null,
12+
"referenceNameIsCommonType": null
13+
},
14+
"optional": false,
15+
"readOnly": false,
16+
"required": true,
17+
"sensitive": false
18+
},
19+
{
20+
"containsDiscriminatedTypeValue": false,
21+
"jsonName": "type",
22+
"name": "Type",
23+
"objectDefinition": {
24+
"type": "String",
25+
"nullable": false,
26+
"referenceName": null,
27+
"referenceNameIsCommonType": null
28+
},
29+
"optional": false,
30+
"readOnly": false,
31+
"required": true,
32+
"sensitive": false
33+
}
34+
],
35+
"IsParent": false
36+
}

0 commit comments

Comments
 (0)