Skip to content

Commit

Permalink
[AKS] add missing description fields (#4980)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and lmazuel committed Jan 8, 2019
1 parent fe884fb commit 6999055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,8 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/CredentialResult"
}
},
"description": "Base64-encoded Kubernetes configuration file."
}
},
"description": "The list of credential result response."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,8 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/CredentialResult"
}
},
"description": "Base64-encoded Kubernetes configuration file."
}
},
"description": "The list of credential result response."
Expand Down

0 comments on commit 6999055

Please sign in to comment.