|
41 | 41 | "description": "Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.ClusterSupportEnded event", |
42 | 42 | "allOf": [ |
43 | 43 | { |
44 | | - "$ref": "#/definitions/ContainerServiceClusterSupportBaseProperties" |
| 44 | + "$ref": "#/definitions/ContainerServiceClusterSupportEventData" |
45 | 45 | } |
46 | 46 | ], |
47 | 47 | "x-ms-examples": { |
|
57 | 57 | "description": "Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.ClusterSupportEnding event", |
58 | 58 | "allOf": [ |
59 | 59 | { |
60 | | - "$ref": "#/definitions/ContainerServiceClusterSupportBaseProperties" |
| 60 | + "$ref": "#/definitions/ContainerServiceClusterSupportEventData" |
61 | 61 | } |
62 | 62 | ], |
63 | 63 | "x-ms-examples": { |
|
73 | 73 | "description": "Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.NodePoolRollingStarted event", |
74 | 74 | "allOf": [ |
75 | 75 | { |
76 | | - "$ref": "#/definitions/ContainerServiceNodePoolRollingBaseProperties" |
| 76 | + "$ref": "#/definitions/ContainerServiceNodePoolRollingEventData" |
77 | 77 | } |
78 | 78 | ], |
79 | 79 | "x-ms-examples": { |
|
89 | 89 | "description": "Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.NodePoolRollingSucceeded event", |
90 | 90 | "allOf": [ |
91 | 91 | { |
92 | | - "$ref": "#/definitions/ContainerServiceNodePoolRollingBaseProperties" |
| 92 | + "$ref": "#/definitions/ContainerServiceNodePoolRollingEventData" |
93 | 93 | } |
94 | 94 | ], |
95 | 95 | "x-ms-examples": { |
|
105 | 105 | "description": "Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.NodePoolRollingFailed event", |
106 | 106 | "allOf": [ |
107 | 107 | { |
108 | | - "$ref": "#/definitions/ContainerServiceNodePoolRollingBaseProperties" |
| 108 | + "$ref": "#/definitions/ContainerServiceNodePoolRollingEventData" |
109 | 109 | } |
110 | 110 | ], |
111 | 111 | "x-ms-examples": { |
|
117 | 117 | } |
118 | 118 | } |
119 | 119 | }, |
120 | | - "ContainerServiceClusterSupportBaseProperties": { |
| 120 | + "ContainerServiceClusterSupportEventData": { |
121 | 121 | "description": "Schema of common properties of cluster support events", |
122 | 122 | "type": "object", |
123 | 123 | "properties": { |
|
127 | 127 | } |
128 | 128 | } |
129 | 129 | }, |
130 | | - "ContainerServiceNodePoolRollingBaseProperties": { |
| 130 | + "ContainerServiceNodePoolRollingEventData": { |
131 | 131 | "description": "Schema of common properties of node pool rolling events", |
132 | 132 | "type": "object", |
133 | 133 | "properties": { |
|
0 commit comments