Skip to content

Commit

Permalink
Update from master
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Jul 16, 2020
1 parent 72f74c5 commit c5e8be8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1746,6 +1746,10 @@ export interface RunGetLogResult {
* The link to logs for a run on a azure container registry.
*/
logLink?: string;
/**
* The link to logs in registry for a run on a azure container registry.
*/
logArtifactLink?: string;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2861,6 +2861,12 @@ export const RunGetLogResult: msRest.CompositeMapper = {
type: {
name: "String"
}
},
logArtifactLink: {
serializedName: "logArtifactLink",
type: {
name: "String"
}
}
}
}
Expand Down

0 comments on commit c5e8be8

Please sign in to comment.