Skip to content

Commit

Permalink
Merge pull request Azure#7 from nikkomiu/bugfix/properties-and-required
Browse files Browse the repository at this point in the history
Prettier
  • Loading branch information
jagpreetstamber authored Apr 19, 2023
2 parents fd20d89 + ba42580 commit efbafc7
Showing 1 changed file with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,43 @@
"unsupportedKubernetesVersions": {
"connectedCluster": [
{
"distribution": ["AKS"],
"distribution": [
"AKS"
],
"unsupportedVersions": []
},
{
"distribution": ["GKE"],
"unsupportedVersions": [">1.22"]
"distribution": [
"GKE"
],
"unsupportedVersions": [
">1.22"
]
}
],
"appliances": [
{
"distribution": ["AKS"],
"unsupportedVersions": ["1.18..1.21"]
"distribution": [
"AKS"
],
"unsupportedVersions": [
"1.18..1.21"
]
}
],
"provisionedCluster": [
{
"distribution": ["AKS"],
"distribution": [
"AKS"
],
"unsupportedVersions": []
}
],
"managedCluster": [
{
"distribution": ["AKS"],
"distribution": [
"AKS"
],
"unsupportedVersions": []
}
]
Expand Down

0 comments on commit efbafc7

Please sign in to comment.