Skip to content
Merged
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 @@ -1163,7 +1163,7 @@
"artifactRoot": {
"type": "string",
"description": "The path from the location that the 'authentication' property [say, a SAS URI to the blob container] refers to, to the location of the artifacts. This can be used to differentiate different versions of the artifacts. Or, different types of artifacts like binaries or templates. The location referenced by the authentication property concatenated with this optional artifactRoot path forms the artifact source location where the artifacts are expected to be found.",
"example": "binaries/2018.09.24"
"example": "binaries/2018.09.24"
},
"authentication": {
"description": "The authentication method to use to access the artifact source.",
Expand Down Expand Up @@ -1576,7 +1576,7 @@
}
},
"ResourceOperation": {
"description": "Individial resource operation information.",
"description": "Individual resource operation information.",
"properties": {
"resourceName": {
"type": "string",
Expand Down