Skip to content

Commit d0a2935

Browse files
authored
Marketplace miberezi 2020 (#11787)
* FIxing Privatestore ,Offer properties and examples * Fixing properties types * Fixing camel cases * Add Idempotence to custom-words.txt * prettier check changes * adding description to isGov * resolve conflicts * Fix updateSuppressedDueIdempotence type * FIx swagger validation issues * Fix json * Fix indentation conflicts * Fix corruption * Fix validations * FIx marketplace swagger
1 parent c1eb75b commit d0a2935

File tree

1 file changed

+2
-20
lines changed
  • specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01

1 file changed

+2
-20
lines changed

specification/marketplace/resource-manager/Microsoft.Marketplace/stable/2020-01-01/Marketplace.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -744,26 +744,8 @@
744744
"iconFileUris": {
745745
"description": "Icon File Uris",
746746
"type": "object",
747-
"properties": {
748-
"iconKind": {
749-
"description": "Icon size",
750-
"type": "string",
751-
"enum": [
752-
"Small",
753-
"Medium",
754-
"Large",
755-
"Wide",
756-
"Hero"
757-
],
758-
"x-ms-enum": {
759-
"name": "IconKind",
760-
"modelAsString": true
761-
}
762-
},
763-
"uri": {
764-
"description": "Icon uri",
765-
"type": "string"
766-
}
747+
"additionalProperties": {
748+
"type": "string"
767749
}
768750
},
769751
"plans": {

0 commit comments

Comments
 (0)