Skip to content

Commit a317f91

Browse files
authored
Set SchemaContract.Document as required. (#20110)
* Updated documentation of the SchemaContract. Server use to return code 500 in case SchemaContract.Document is null. That issue was fixed in the APIM and server will return proper response code. * Fix AzureApiValidation * update field with properties
1 parent 73bbab1 commit a317f91

File tree

1 file changed

+2
-1
lines changed
  • specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-04-01-preview

1 file changed

+2
-1
lines changed

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-04-01-preview/definitions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5753,7 +5753,8 @@
57535753
}
57545754
},
57555755
"required": [
5756-
"contentType"
5756+
"contentType",
5757+
"document"
57575758
],
57585759
"description": "API Schema create or update contract Properties."
57595760
},

0 commit comments

Comments
 (0)