Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
326d500
examples for new sdk
jaysterp Apr 4, 2019
d8eb69a
update examples
jaysterp Apr 5, 2019
aa4c381
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
jaysterp Apr 5, 2019
6732d7d
update examples
jaysterp Apr 5, 2019
95a4c5e
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
jaysterp Apr 5, 2019
1d7aa09
add identity to core examples
jaysterp Apr 5, 2019
06cb4cc
Add opaque example
jaysterp Apr 5, 2019
f3d24e9
add references to examples
jaysterp Apr 5, 2019
1c9c810
spelling fix
jaysterp Apr 8, 2019
bf7b36b
update tag in all readmes
jaysterp Apr 8, 2019
17832d9
update jave readme
jaysterp Apr 8, 2019
de41900
fix RunRequest examples
jaysterp Apr 8, 2019
37e33a9
Delete extra file.
jaysterp Apr 8, 2019
efac5f9
Delete extra file.
jaysterp Apr 8, 2019
f58c2a1
Fix examples from previous API version
jaysterp Apr 9, 2019
2e221b5
fix example errors
jaysterp Apr 9, 2019
7d1a4a8
FileTaskRunRequest fix
jaysterp Apr 9, 2019
9b02e06
Add RunErrorMessage from previous version
jaysterp Apr 9, 2019
e5ea594
update api-version in examples
jaysterp Apr 11, 2019
93504fd
Merge branch 'master' into jeburke/update_api_version
jaysterp Apr 12, 2019
6aad167
old version: 2018-09-01
jaysterp Apr 15, 2019
5710919
add new API version: 2019-04-01
jaysterp Apr 15, 2019
ce5cf13
Merge branch 'jeburke/update_api_version' of https://github.com/jayst…
jaysterp Apr 15, 2019
98f457d
Support Scheduler Trigger
jaysterp Apr 17, 2019
70dc5dd
fix build errors
jaysterp Apr 18, 2019
2818981
rename to TimerTrigger
jaysterp Apr 23, 2019
5828dc5
nit rename comment
jaysterp Apr 23, 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
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,21 @@
"x-ms-examples": {
"Registries_ScheduleRun": {
"$ref": "./examples/RegistriesScheduleRun.json"
},
"Registries_ScheduleRun_EncodedTaskRun": {
"$ref": "./examples/RegistriesScheduleRun_EncodedTaskRun.json"
},
"Registries_ScheduleRun_FileTaskRun": {
"$ref": "./examples/RegistriesScheduleRun_FileTaskRun.json"
},
"Registries_ScheduleRun_Task": {
"$ref": "./examples/RegistriesScheduleRun_Task.json"
},
"Registries_ScheduleRun_Task_WithCustomCredentials": {
"$ref": "./examples/RegistriesScheduleRun_FileTask_WithCustomCredentials.json"
},
"Registries_ScheduleRun_WithCustomCredentials": {
"$ref": "./examples/RegistriesScheduleRun_WithCustomCredentials.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cpu": 2
},
"encodedTaskContent": "c3RlcHM6Cnt7IGlmIFZhbHVlcy5lbnZpcm9ubWVudCA9PSAncHJvZCcgfX0KICAtIHJ1bjogcHJvZCBzZXR1cAp7eyBlbHNlIGlmIFZhbHVlcy5lbnZpcm9ubWVudCA9PSAnc3RhZ2luZycgfX0KICAtIHJ1bjogc3RhZ2luZyBzZXR1cAp7eyBlbHNlIH19CiAgLSBydW46IGRlZmF1bHQgc2V0dXAKe3sgZW5kIH19CgogIC0gcnVuOiBidWlsZCAtdCBGYW5jeVRoaW5nOnt7LlZhbHVlcy5lbnZpcm9ubWVudH19LXt7LlZhbHVlcy52ZXJzaW9ufX0gLgoKcHVzaDogWydGYW5jeVRoaW5nOnt7LlZhbHVlcy5lbnZpcm9ubWVudH19LXt7LlZhbHVlcy52ZXJzaW9ufX0nXQ==",
"encodedValuesContent":"ZW52aXJvbm1lbnQ6IHByb2QKdmVyc2lvbjogMQ=="
"encodedValuesContent": "ZW52aXJvbm1lbnQ6IHByb2QKdmVyc2lvbjogMQ=="
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registryName": "myRegistry",
"api-version": "2018-09-01",
"runRequest": {
"type": "TaskRunRequest",
"type": "FileTaskRunRequest",
"values": [
{
"name": "mytestargument",
Expand All @@ -18,24 +18,27 @@
"isSecret": true
}
],
"taskName": "myTask",
"platform": {
"os": "Linux"
},
"taskFilePath": "acb.yaml",
"credentials": {
"sourceRegistry": {
"loginMode": "Default"
"loginMode": "Default"
},
"customRegistries": {
"myregistry.azurecr.io": {
"userName": {
"type": "Opaque",
"value": "reg1"
},
"password": {
"type": "Opaque",
"value": "***"
}
"myregistry.azurecr.io": {
"userName": {
"type": "Opaque",
"value": "reg1"
},
"password": {
"type": "Opaque",
"value": "***"
}
}
}
}
}
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
"customRegistries": {
"myregistry.azurecr.io": {
"userName": {
"Type": "Opaque",
"Value": "reg1"
"type": "Opaque",
"value": "reg1"
},
"password": {
"Type": "Opaque",
"Value": "***"
"type": "Opaque",
"value": "***"
}
},
"myregistry2.azurecr.io": {
"userName": {
"Type": "Opaque",
"Value": "reg2"
"type": "Opaque",
"value": "reg2"
},
"password": {
"Type": "Opaque",
"Value": "***"
"type": "Opaque",
"value": "***"
}
}
}
Expand Down
Loading