Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReleasePR containerregistry] CMK and Log Template #1183

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -116,4 +116,4 @@
"description": "The properties of a storage account for a container registry."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2017-03-01/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@
"description": "The parameters of a storage account for a container registry."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,4 @@
"description": "The parameters for creating the properties of a webhook."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2017-10-01/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,4 +636,4 @@
"description": "The parameters for creating the properties of a webhook."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -534,4 +534,4 @@
"description": "The properties of the source code repository."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-09-01/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,4 +811,4 @@
"description": "The properties of a trigger."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-04-01/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -933,4 +933,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@
"description": "The properties of a token."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-05-01/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -775,4 +775,4 @@
"description": "The parameters for creating the properties of a webhook."
}
}
}
}
26 changes: 21 additions & 5 deletions schemas/2019-06-01-preview/Microsoft.ContainerRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,10 @@
}
],
"description": "The value that indicates whether archiving is enabled for the run or not."
},
"logTemplate": {
"type": "string",
"description": "The template that describes the repository and tag information for run log artifact."
}
},
"description": "The request parameters for scheduling a run."
Expand Down Expand Up @@ -1338,6 +1342,22 @@
],
"description": "The parameters that describes a set of credentials that will be used when a run is invoked."
},
"isSystemTask": {
"oneOf": [
{
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The value of this property indicates whether the task resource is system task or not."
},
"logTemplate": {
"type": "string",
"description": "The template that describes the repository and tag information for run log artifact."
},
"platform": {
"oneOf": [
{
Expand Down Expand Up @@ -1401,10 +1421,6 @@
"description": "The properties of a trigger."
}
},
"required": [
"platform",
"step"
],
"description": "The properties of a task."
},
"TaskRunProperties": {
Expand Down Expand Up @@ -1575,4 +1591,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1756,4 +1756,4 @@
"description": "The parameters for creating the properties of a webhook."
}
}
}
}