Skip to content

Commit 3c9e99e

Browse files
author
SDKAuto
committed
CodeGen from PR 20090 in Azure/azure-rest-api-specs
Merge 0e1c57e5fc797070b2a44cf23514b70bab9b3fa1 into 2feaf7f24cc26a7274c9fd79015ae62b1d273986
1 parent 54e7192 commit 3c9e99e

File tree

2 files changed

+49
-27
lines changed

2 files changed

+49
-27
lines changed

schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@
6262
]
6363
}
6464
},
65+
"sku": {
66+
"oneOf": [
67+
{
68+
"$ref": "#/definitions/Sku"
69+
},
70+
{
71+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
72+
}
73+
],
74+
"description": "The properties that are associated with a SKU."
75+
},
6576
"tags": {
6677
"oneOf": [
6778
{
@@ -3206,6 +3217,17 @@
32063217
"Sku": {
32073218
"type": "object",
32083219
"properties": {
3220+
"capacity": {
3221+
"oneOf": [
3222+
{
3223+
"type": "integer"
3224+
},
3225+
{
3226+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3227+
}
3228+
],
3229+
"description": "The capacity of the SKU."
3230+
},
32093231
"name": {
32103232
"oneOf": [
32113233
{

schemas/common/autogeneratedResources.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15541,6 +15541,33 @@
1554115541
{
1554215542
"$ref": "https://schema.management.azure.com/schemas/2022-06-01-preview/Microsoft.ServiceFabric.json#/resourceDefinitions/managedClusters_nodeTypes"
1554315543
},
15544+
{
15545+
"$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/applications"
15546+
},
15547+
{
15548+
"$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/networks"
15549+
},
15550+
{
15551+
"$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/volumes"
15552+
},
15553+
{
15554+
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/applications"
15555+
},
15556+
{
15557+
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/gateways"
15558+
},
15559+
{
15560+
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/networks"
15561+
},
15562+
{
15563+
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/secrets"
15564+
},
15565+
{
15566+
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/secrets_values"
15567+
},
15568+
{
15569+
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/volumes"
15570+
},
1554415571
{
1554515572
"$ref": "https://schema.management.azure.com/schemas/2018-03-01-preview/Microsoft.SignalRService.json#/resourceDefinitions/SignalR"
1554615573
},
@@ -21516,33 +21543,6 @@
2151621543
},
2151721544
{
2151821545
"$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/NGINX.NGINXPLUS.json#/resourceDefinitions/nginxDeployments_configurations"
21519-
},
21520-
{
21521-
"$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/applications"
21522-
},
21523-
{
21524-
"$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/networks"
21525-
},
21526-
{
21527-
"$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/volumes"
21528-
},
21529-
{
21530-
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/applications"
21531-
},
21532-
{
21533-
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/gateways"
21534-
},
21535-
{
21536-
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/networks"
21537-
},
21538-
{
21539-
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/secrets"
21540-
},
21541-
{
21542-
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/secrets_values"
21543-
},
21544-
{
21545-
"$ref": "https://schema.management.azure.com/schemas/2018-09-01-preview/Microsoft.ServiceFabricMesh.json#/resourceDefinitions/volumes"
2154621546
}
2154721547
]
2154821548
}

0 commit comments

Comments
 (0)