Skip to content

Commit 1851b8b

Browse files
JoshLove-msftharryli0108
authored andcommitted
Fix naming for base models (Azure#24279)
1 parent e3572db commit 1851b8b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

specification/eventgrid/data-plane/Microsoft.ContainerService/stable/2018-01-01/ContainerService.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.ClusterSupportEnded event",
4242
"allOf": [
4343
{
44-
"$ref": "#/definitions/ContainerServiceClusterSupportBaseProperties"
44+
"$ref": "#/definitions/ContainerServiceClusterSupportEventData"
4545
}
4646
],
4747
"x-ms-examples": {
@@ -57,7 +57,7 @@
5757
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.ClusterSupportEnding event",
5858
"allOf": [
5959
{
60-
"$ref": "#/definitions/ContainerServiceClusterSupportBaseProperties"
60+
"$ref": "#/definitions/ContainerServiceClusterSupportEventData"
6161
}
6262
],
6363
"x-ms-examples": {
@@ -73,7 +73,7 @@
7373
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.NodePoolRollingStarted event",
7474
"allOf": [
7575
{
76-
"$ref": "#/definitions/ContainerServiceNodePoolRollingBaseProperties"
76+
"$ref": "#/definitions/ContainerServiceNodePoolRollingEventData"
7777
}
7878
],
7979
"x-ms-examples": {
@@ -89,7 +89,7 @@
8989
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.NodePoolRollingSucceeded event",
9090
"allOf": [
9191
{
92-
"$ref": "#/definitions/ContainerServiceNodePoolRollingBaseProperties"
92+
"$ref": "#/definitions/ContainerServiceNodePoolRollingEventData"
9393
}
9494
],
9595
"x-ms-examples": {
@@ -105,7 +105,7 @@
105105
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.NodePoolRollingFailed event",
106106
"allOf": [
107107
{
108-
"$ref": "#/definitions/ContainerServiceNodePoolRollingBaseProperties"
108+
"$ref": "#/definitions/ContainerServiceNodePoolRollingEventData"
109109
}
110110
],
111111
"x-ms-examples": {
@@ -117,7 +117,7 @@
117117
}
118118
}
119119
},
120-
"ContainerServiceClusterSupportBaseProperties": {
120+
"ContainerServiceClusterSupportEventData": {
121121
"description": "Schema of common properties of cluster support events",
122122
"type": "object",
123123
"properties": {
@@ -127,7 +127,7 @@
127127
}
128128
}
129129
},
130-
"ContainerServiceNodePoolRollingBaseProperties": {
130+
"ContainerServiceNodePoolRollingEventData": {
131131
"description": "Schema of common properties of node pool rolling events",
132132
"type": "object",
133133
"properties": {

0 commit comments

Comments
 (0)