Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fca1dc4
add 2019-06-01 api swagger with examples
shahzzzam May 15, 2019
7fd6506
add 2019-06-01 api swagger with examples
shahzzzam May 15, 2019
8ba4e4d
fix brackets
shahzzzam May 15, 2019
fd39445
Merge remote-tracking branch 'upstream/master' into shahzzzam/2019-06-01
shahzzzam May 17, 2019
082635a
trigger new ci build
shahzzzam May 20, 2019
feedfda
Merge branch 'master' into shahzzam/add-2019-06-01
shahzzzam May 21, 2019
5e87d52
add arm64 enum
shahzzzam May 22, 2019
51c9816
add includeTriggerMetadata
shahzzzam May 23, 2019
4f27182
Merge remote-tracking branch 'upstream/master' into shahzzam/add-2019…
shahzzzam May 30, 2019
48a0b97
rename variables
shahzzzam May 30, 2019
a9ab557
add updateTriggerToken to run properties
shahzzzam May 31, 2019
377cb50
move 2019-06-01 to preview
shahzzzam Jun 7, 2019
c1e6d23
update examples
shahzzzam Jun 7, 2019
b622bfa
revert 'Resource' definition
shahzzzam Jun 7, 2019
e9fecc2
update examples
shahzzzam Jun 11, 2019
7644fd4
Merge branch 'master' into shahzzam/add-2019-06-01
shahzzzam Jun 11, 2019
b1e4095
Merge branch 'master' into shahzzam/add-2019-06-01
shahzzzam Jun 11, 2019
7282ae6
Merge branch 'shahzzam/add-2019-06-01' of https://github.com/shahzzza…
shahzzzam Jun 17, 2019
bcf48a7
Merge branch 'master' into shahzzam/add-2019-06-01
shahzzzam Jun 17, 2019
d3ddb67
address comments
shahzzzam Jun 17, 2019
999e81c
Merge branch 'master' into shahzzam/add-2019-06-01
shahzzzam Jun 18, 2019
4130866
remove readonly properties from request
shahzzzam Jun 18, 2019
540435e
remove readonly properties from request
shahzzzam Jun 26, 2019
8710862
Merge branch 'master' into shahzzam/add-2019-06-01
shahzzzam Jun 26, 2019
a81df2f
remove readonly peoperty
shahzzzam Jun 26, 2019
c2e2e4b
remove readonly peoperty
shahzzzam Jun 26, 2019
bb7a9d0
Merge branch 'shahzzam/add-2019-06-01' of https://github.com/shahzzza…
shahzzzam Jun 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add arm64 enum
  • Loading branch information
shahzzzam committed May 22, 2019
commit 5e87d5272d5e0cd0b58d62488cc0abae34ecd279
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,8 @@
"enum": [
"amd64",
"x86",
"arm"
"arm",
"arm64"
],
"type": "string",
"x-ms-enum": {
Expand Down Expand Up @@ -1563,7 +1564,8 @@
"type": {
"description": "The type of the secret object which determines how the value of the secret object has to be\r\ninterpreted.",
"enum": [
"Opaque"
"Opaque",
"Vaultsecret"
],
"type": "string",
"x-ms-enum": {
Expand Down Expand Up @@ -1698,7 +1700,8 @@
"enum": [
"amd64",
"x86",
"arm"
"arm",
"arm64"
],
"type": "string",
"x-ms-enum": {
Expand Down