Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
asarkar84 committed Mar 23, 2018
2 parents 6388784 + f71c7c3 commit a8d47d1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specification/compute/quickstart-templates/aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"openSUSE-Leap": {
"publisher":"SUSE",
"offer":"openSUSE-Leap",
"sku":"42.2",
"sku":"42.3",
"version": "latest"
},
"RHEL":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
{
"objectId": "67439a9e-8519-4016-a630-f5f805eba567"
}
]
],
"additionalParameters": {
"customData": {
"key1": "value1",
"key2": true
}
}
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@
"MS-AZR-0017P",
"MS-AZR-0148P"
]
},
"additionalParameters": {
"description": "Additional, untyped parameters to support custom subscription creation scenarios.",
"type": "object",
"additionalProperties": {
"type": "object"
}
}
}
},
Expand Down

0 comments on commit a8d47d1

Please sign in to comment.