Skip to content

Commit

Permalink
Marketplace miberezi 2020 (Azure#11787)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
MiriBerezin authored and giromm2ms committed Dec 20, 2020
1 parent 0955f06 commit c415045
Showing 1 changed file with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -744,26 +744,8 @@
"iconFileUris": {
"description": "Icon File Uris",
"type": "object",
"properties": {
"iconKind": {
"description": "Icon size",
"type": "string",
"enum": [
"Small",
"Medium",
"Large",
"Wide",
"Hero"
],
"x-ms-enum": {
"name": "IconKind",
"modelAsString": true
}
},
"uri": {
"description": "Icon uri",
"type": "string"
}
"additionalProperties": {
"type": "string"
}
},
"plans": {
Expand Down

0 comments on commit c415045

Please sign in to comment.