Skip to content

Commit 3d9f524

Browse files
Swagger changes for kubeenv (#14417)
* Swagger changes for kubeenv * Add examples for create and update * Fixing model validations in examples * Supress systemData for kubeenvironments.json * Making small change to trigger a re-run of ApiReview runner * Fixing extendedLocation bug in swagger * fix model validation
1 parent 3825a2d commit 3d9f524

File tree

9 files changed

+971
-0
lines changed

9 files changed

+971
-0
lines changed

specification/web/resource-manager/Microsoft.Web/stable/2021-01-01/CommonDefinitions.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@
305305
},
306306
"sku": {
307307
"$ref": "#/definitions/SkuDescription"
308+
},
309+
"extendedLocation": {
310+
"$ref": "#/definitions/ExtendedLocation"
308311
}
309312
}
310313
},
@@ -1120,6 +1123,21 @@
11201123
}
11211124
}
11221125
},
1126+
"ExtendedLocation": {
1127+
"description": "Extended Location.",
1128+
"type": "object",
1129+
"properties": {
1130+
"name": {
1131+
"description": "Name of extended location.",
1132+
"type": "string"
1133+
},
1134+
"type": {
1135+
"description": "Type of extended location.",
1136+
"type": "string",
1137+
"readOnly": true
1138+
}
1139+
}
1140+
},
11231141
"HandlerMapping": {
11241142
"description": "The IIS handler mappings used to define which handler processes HTTP requests with certain extension. \nFor example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.",
11251143
"type": "object",
@@ -2372,6 +2390,9 @@
23722390
},
23732391
"identity": {
23742392
"$ref": "#/definitions/ManagedServiceIdentity"
2393+
},
2394+
"extendedLocation": {
2395+
"$ref": "#/definitions/ExtendedLocation"
23752396
}
23762397
}
23772398
},

0 commit comments

Comments
 (0)