Skip to content

Commit

Permalink
Fix model validation and prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
savaradh committed Sep 9, 2020
1 parent 57d40ef commit 82f41bf
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
}
}
},
"isSystemTask": false,
"logTemplate": null
},
"tags": {
Expand Down Expand Up @@ -124,7 +123,6 @@
},
"sourceRegistry": null
},
"isSystemTask": false,
"logTemplate": null
},
"id": "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/tasks/myTask",
Expand Down Expand Up @@ -207,7 +205,6 @@
},
"sourceRegistry": null
},
"isSystemTask": false,
"logTemplate": null
},
"id": "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/tasks/myTask",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
}
}
},
"isSystemTask": false,
"logTemplate": null
},
"tags": {
Expand Down Expand Up @@ -114,7 +113,6 @@
},
"sourceRegistry": null
},
"isSystemTask": false,
"logTemplate": null
},
"id": "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/tasks/myTask",
Expand Down Expand Up @@ -195,7 +193,6 @@
},
"sourceRegistry": null
},
"isSystemTask": false,
"logTemplate": null
},
"id": "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/tasks/myTask",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
},
"202": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"status": "Enabled",
"platform": null,
"agentConfiguration": null,
"step": null,
"trigger": null,
"isSystemTask": true,
"logTemplate": "acr/tasks:{{.Run.OS}}"
Expand All @@ -50,7 +49,6 @@
"status": "Enabled",
"platform": null,
"agentConfiguration": null,
"step": null,
"trigger": null,
"isSystemTask": true,
"logTemplate": "acr/tasks:{{.Run.OS}}"
Expand All @@ -66,4 +64,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
},
"sourceRegistry": null
},
"isSystemTask": false,
"logTemplate": "acr/tasks:{{.Run.OS}}"
},
"id": "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/tasks/myTask",
Expand Down Expand Up @@ -206,7 +205,6 @@
},
"sourceRegistry": null
},
"isSystemTask": false,
"logTemplate": "acr/tasks:{{.Run.OS}}"
},
"id": "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/tasks/myTask",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"status": "Enabled",
"platform": null,
"agentConfiguration": null,
"step": null,
"trigger": null,
"isSystemTask": true,
"logTemplate": "acr/tasks:{{.Run.OS}}"
},
"id": "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/tasks/myTask",
Expand All @@ -47,9 +45,7 @@
"status": "Enabled",
"platform": null,
"agentConfiguration": null,
"step": null,
"trigger": null,
"isSystemTask": true,
"logTemplate": "acr/tasks:{{.Run.OS}}"
},
"id": "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/tasks/myTask",
Expand All @@ -63,4 +59,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
},
"sourceRegistry": null
},
"isSystemTask": false,
"logTemplate": null
},
"id": "/subscriptions/4385cf00-2d3a-425a-832f-f4285b1c9dce/resourceGroups/myResourceGroup/providers/Microsoft.ContainerRegistry/registries/myRegistry/tasks/myTask",
Expand Down

0 comments on commit 82f41bf

Please sign in to comment.