Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix violated rule R4041 for 2022-06-02-preview managedCluster swagger #19582

Merged
Show file tree
Hide file tree
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 @@ -2807,6 +2807,7 @@
"items": {
"$ref": "#/definitions/OperationValue"
},
"x-ms-identifiers": [],
"description": "The list of operations"
}
},
Expand Down Expand Up @@ -3754,13 +3755,15 @@
"$ref": "#/definitions/TimeInWeek"
},
"title": "Time slots during the week when planned maintenance is allowed to proceed.",
"x-ms-identifiers": [],
"description": "If two array entries specify the same day of the week, the applied configuration is the union of times in both entries."
},
"notAllowedTime": {
"type": "array",
"items": {
"$ref": "#/definitions/TimeSpan"
},
"x-ms-identifiers": [],
"description": "Time slots on which upgrade is not allowed."
}
},
Expand Down Expand Up @@ -4039,6 +4042,7 @@
"items": {
"$ref": "#/definitions/ContainerServiceSshPublicKey"
},
"x-ms-identifiers": [],
"description": "The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified."
}
},
Expand Down Expand Up @@ -4201,6 +4205,7 @@
"items": {
"$ref": "#/definitions/ManagedClusterAgentPoolProfile"
},
"x-ms-identifiers": [],
"description": "The agent pool properties."
},
"linuxProfile": {
Expand Down Expand Up @@ -4651,6 +4656,7 @@
}
}
},
"x-ms-identifiers": [],
"description": "List of orchestrator types and versions available for upgrade."
}
},
Expand All @@ -4672,6 +4678,7 @@
"items": {
"$ref": "#/definitions/ManagedClusterPoolUpgradeProfile"
},
"x-ms-identifiers": [],
"description": "The list of available upgrade versions for agent pools."
}
},
Expand Down Expand Up @@ -4874,6 +4881,7 @@
"items": {
"$ref": "#/definitions/ManagedClusterPodIdentityProvisioningErrorBody"
},
"x-ms-identifiers": [],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -4923,14 +4931,16 @@
"type": "array",
"items": {
"$ref": "#/definitions/ManagedClusterPodIdentity"
}
},
"x-ms-identifiers": []
},
"userAssignedIdentityExceptions": {
"description": "The pod identity exceptions to allow.",
"type": "array",
"items": {
"$ref": "#/definitions/ManagedClusterPodIdentityException"
}
},
"x-ms-identifiers": []
}
},
"title": "The pod identity profile of the Managed Cluster.",
Expand Down Expand Up @@ -5034,6 +5044,7 @@
}
}
},
"x-ms-identifiers": [],
"description": "List of orchestrator types and versions available for upgrade."
},
"latestNodeImageVersion": {
Expand Down Expand Up @@ -5098,6 +5109,7 @@
}
}
},
"x-ms-identifiers": [],
"description": "List of versions available for agent pool."
}
},
Expand Down Expand Up @@ -5228,6 +5240,7 @@
"items": {
"$ref": "#/definitions/CredentialResult"
},
"x-ms-identifiers": [],
"description": "Base64-encoded Kubernetes configuration file."
}
},
Expand Down Expand Up @@ -5282,6 +5295,7 @@
"items": {
"$ref": "#/definitions/CloudErrorBody"
},
"x-ms-identifiers": [],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -5888,6 +5902,7 @@
"items": {
"$ref": "#/definitions/OSOptionProperty"
},
"x-ms-identifiers": [],
"description": "The list of OS options."
}
},
Expand Down Expand Up @@ -5938,7 +5953,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDetail"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -5978,7 +5994,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDependency"
}
},
"x-ms-identifiers": []
}
}
},
Expand All @@ -5994,7 +6011,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/OutboundEnvironmentEndpoint"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"description": "Link to next page of resources.",
Expand Down
Loading