This is my trigger typeProperties,
"type": "ScheduleTrigger",
"typeProperties": {
"recurrence": {
"frequency": "Day",
"interval": 1,
"startTime": "2023-07-07T05:28:00",
"timeZone": "W. Europe Standard Time",
"schedule": {
"minutes": [
10
],
"hours": [
16
]
}
}
}
I want to change the hours 16 to 18 through the azure cli. I tried the multiple update statement but I couldn’t able to do so.
2
Answers
Hi @pratik every things goes well but when I use the same methodology to update the weekDays Value it fails to update,
I treid this way:
it seValue it fails to properly instead it updates as a null,
To update schedule time using the Azure CLI You can use
az datafactory trigger update
Azure CLI command with –set parameter specifying a property as path and value for updating an existing trigger.Initial properties of my trigger:
After executing CLI command: