You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/preview/2022-04-02-preview/examples/PatchExtension.json
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,28 @@
22
22
}
23
23
},
24
24
"responses": {
25
+
"200": {
26
+
"description": "Extension properties from not updating any property values.",
Copy file name to clipboardExpand all lines: specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/preview/2022-04-02-preview/extensions.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,12 @@
271
271
"$ref": "#/definitions/Extension"
272
272
}
273
273
},
274
+
"200": {
275
+
"description": "No update is done to extension so return OK.",
276
+
"schema": {
277
+
"$ref": "#/definitions/Extension"
278
+
}
279
+
},
274
280
"default": {
275
281
"description": "Error response describing why the operation failed.",
0 commit comments