Skip to content

Commit

Permalink
refactore properties (#18137)
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang971 authored Mar 11, 2022
1 parent ecca17d commit 4fe86bc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,12 @@
"$ref": "#/definitions/AzureCredentials",
"description": "AzureCredentials configurations."
},
"dockerfilePath": {
"description": "Docker file path",
"contextPath": {
"description": "Context path",
"type": "string"
},
"image": {
"description": "Image name",
"type": "string"
},
"publishType": {
Expand All @@ -335,7 +339,7 @@
"type": "string"
},
"runtimeVersion": {
"description": "Runtime Version",
"description": "Runtime version",
"type": "string"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"clientId": "<clientid>",
"clientSecret": "<clientsecret>",
"tenantId": "<tenantid>"
}
},
"contextPath": "./",
"image": "image/tag"
}
}
}
Expand All @@ -39,7 +41,9 @@
"registryInfo": {
"registryUrl": "xwang971reg.azurecr.io",
"registryUserName": "xwang971reg"
}
},
"contextPath": "./",
"image": "image/tag"
}
}
}
Expand All @@ -60,7 +64,9 @@
"registryInfo": {
"registryUrl": "xwang971reg.azurecr.io",
"registryUserName": "xwang971reg"
}
},
"contextPath": "./",
"image": "image/tag"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"registryInfo": {
"registryUrl": "xwang971reg.azurecr.io",
"registryUserName": "xwang971reg"
}
},
"contextPath": "./",
"image": "image/tag"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"registryInfo": {
"registryUrl": "xwang971reg.azurecr.io",
"registryUserName": "xwang971reg"
}
},
"contextPath": "./",
"image": "image/tag"
}
}
}
Expand Down

0 comments on commit 4fe86bc

Please sign in to comment.