Skip to content

Commit

Permalink
Fix violated rule R4041 for 2022-06-01 managedCluster swagger (#19581)
Browse files Browse the repository at this point in the history
* remove useless directive

* fix R4041
  • Loading branch information
FumingZhang authored Jun 24, 2022
1 parent 5c9cbe2 commit 5c4c3ae
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 110 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2228,6 +2228,7 @@
"items": {
"$ref": "#/definitions/OperationValue"
},
"x-ms-identifiers": [],
"description": "The list of operations"
}
},
Expand Down Expand Up @@ -3229,6 +3230,7 @@
"items": {
"$ref": "#/definitions/TimeInWeek"
},
"x-ms-identifiers": [],
"title": "Time slots during the week when planned maintenance is allowed to proceed.",
"description": "If two array entries specify the same day of the week, the applied configuration is the union of times in both entries."
},
Expand All @@ -3237,6 +3239,7 @@
"items": {
"$ref": "#/definitions/TimeSpan"
},
"x-ms-identifiers": [],
"description": "Time slots on which upgrade is not allowed."
}
},
Expand Down Expand Up @@ -3515,6 +3518,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 @@ -3674,6 +3678,7 @@
"items": {
"$ref": "#/definitions/ManagedClusterAgentPoolProfile"
},
"x-ms-identifiers": [],
"description": "The agent pool properties."
},
"linuxProfile": {
Expand Down Expand Up @@ -4099,6 +4104,7 @@
}
}
},
"x-ms-identifiers": [],
"description": "List of orchestrator types and versions available for upgrade."
}
},
Expand All @@ -4120,6 +4126,7 @@
"items": {
"$ref": "#/definitions/ManagedClusterPoolUpgradeProfile"
},
"x-ms-identifiers": [],
"description": "The list of available upgrade versions for agent pools."
}
},
Expand Down Expand Up @@ -4322,6 +4329,7 @@
"items": {
"$ref": "#/definitions/ManagedClusterPodIdentityProvisioningErrorBody"
},
"x-ms-identifiers": [],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -4371,14 +4379,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 @@ -4467,6 +4477,7 @@
}
}
},
"x-ms-identifiers": [],
"description": "List of orchestrator types and versions available for upgrade."
},
"latestNodeImageVersion": {
Expand Down Expand Up @@ -4531,6 +4542,7 @@
}
}
},
"x-ms-identifiers": [],
"description": "List of versions available for agent pool."
}
},
Expand Down Expand Up @@ -4659,6 +4671,7 @@
"items": {
"$ref": "#/definitions/CredentialResult"
},
"x-ms-identifiers": [],
"description": "Base64-encoded Kubernetes configuration file."
}
},
Expand Down Expand Up @@ -4713,6 +4726,7 @@
"items": {
"$ref": "#/definitions/CloudErrorBody"
},
"x-ms-identifiers": [],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -5311,6 +5325,7 @@
"items": {
"$ref": "#/definitions/OSOptionProperty"
},
"x-ms-identifiers": [],
"description": "The list of OS options."
}
},
Expand Down Expand Up @@ -5361,7 +5376,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDetail"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -5401,7 +5417,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDependency"
}
},
"x-ms-identifiers": []
}
}
},
Expand All @@ -5417,7 +5434,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/OutboundEnvironmentEndpoint"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"description": "Link to next page of resources.",
Expand Down
Loading

0 comments on commit 5c4c3ae

Please sign in to comment.