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

add x-ms-identifiers for hdinsight #19957

Merged
merged 2 commits into from
Aug 31, 2022
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 @@ -373,27 +373,31 @@
"items": {
"$ref": "./cluster.json#/definitions/RuntimeScriptAction"
},
"x-ms-identifiers": [],
"description": "The list of install script actions."
},
"uninstallScriptActions": {
"type": "array",
"items": {
"$ref": "./cluster.json#/definitions/RuntimeScriptAction"
},
"x-ms-identifiers": [],
"description": "The list of uninstall script actions."
},
"httpsEndpoints": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGetHttpsEndpoint"
},
"x-ms-identifiers": [],
"description": "The list of application HTTPS endpoints."
},
"sshEndpoints": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGetEndpoint"
},
"x-ms-identifiers": [],
"description": "The list of application SSH endpoints."
},
"provisioningState": {
Expand All @@ -415,6 +419,9 @@
"items": {
"$ref": "./cluster.json#/definitions/Errors"
},
"x-ms-identifiers": [
"code"
],
"description": "The list of errors."
},
"createdDate": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,7 @@
"items": {
"$ref": "#/definitions/AutoscaleSchedule"
},
"x-ms-identifiers": [],
"description": "Array of schedule-based autoscale rules"
}
},
Expand Down Expand Up @@ -1036,6 +1037,9 @@
"items": {
"$ref": "#/definitions/SshPublicKey"
},
"x-ms-identifiers": [
"certificateData"
],
"description": "The list of SSH public keys."
}
}
Expand Down Expand Up @@ -1117,13 +1121,15 @@
"items": {
"$ref": "#/definitions/DataDisksGroups"
},
"x-ms-identifiers": [],
"description": "The data disks groups for the role."
},
"scriptActions": {
"type": "array",
"items": {
"$ref": "./scriptActions.json#/definitions/ScriptAction"
},
"x-ms-identifiers": [],
"description": "The list of script actions on the role.",
"x-ms-secret": true
},
Expand All @@ -1143,6 +1149,9 @@
"items": {
"$ref": "#/definitions/Role"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of roles in the cluster."
}
},
Expand Down Expand Up @@ -1198,6 +1207,9 @@
"items": {
"$ref": "#/definitions/StorageAccount"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of storage accounts in the cluster."
}
},
Expand Down Expand Up @@ -1534,13 +1546,19 @@
"items": {
"$ref": "#/definitions/Errors"
},
"x-ms-identifiers": [
"code"
],
"description": "The list of errors."
},
"connectivityEndpoints": {
"type": "array",
"items": {
"$ref": "#/definitions/ConnectivityEndpoint"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of connectivity endpoints."
},
"diskEncryptionProperties": {
Expand Down Expand Up @@ -1672,6 +1690,7 @@
"items": {
"$ref": "#/definitions/RuntimeScriptAction"
},
"x-ms-identifiers": [],
"description": "The list of run time script actions."
},
"persistOnSuccess": {
Expand All @@ -1692,7 +1711,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/RuntimeScriptAction"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"type": "string",
Expand Down Expand Up @@ -1759,6 +1779,7 @@
"items": {
"$ref": "#/definitions/ScriptActionExecutionSummary"
},
"x-ms-identifiers": [],
"description": "The summary of script action execution result."
},
"debugInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/AzureMonitorTableConfiguration"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/VersionSpec"
}
},
"x-ms-identifiers": [
"friendlyName"
]
}
},
"readOnly": true
Expand Down Expand Up @@ -383,7 +386,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/RegionalQuotaCapability"
}
},
"x-ms-identifiers": [
"regionName"
]
}
},
"readOnly": true
Expand Down Expand Up @@ -469,7 +475,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/Usage"
}
},
"x-ms-identifiers": []
}
},
"readOnly": true
Expand Down Expand Up @@ -497,22 +504,27 @@
"type": "array",
"items": {
"$ref": "#/definitions/VmSizeCompatibilityFilterV2"
}
},
"x-ms-identifiers": []
},
"vmSizeProperties": {
"description": "The vm size properties.",
"type": "array",
"items": {
"$ref": "#/definitions/VmSizeProperty"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
},
"billingResources": {
"description": "The billing and managed disk billing resources for a region.",
"type": "array",
"items": {
"$ref": "#/definitions/BillingResources"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -658,14 +670,20 @@
"type": "array",
"items": {
"$ref": "#/definitions/BillingMeters"
}
},
"x-ms-identifiers": [
"meter"
]
},
"diskBillingMeters": {
"description": "The managed disk billing information.",
"type": "array",
"items": {
"$ref": "#/definitions/DiskBillingMeters"
}
},
"x-ms-identifiers": [
"diskRpMeter"
]
}
}
},
Expand Down Expand Up @@ -783,14 +801,20 @@
"type": "array",
"items": {
"$ref": "#/definitions/ValidationErrorInfo"
}
},
"x-ms-identifiers": [
"code"
]
},
"validationWarnings": {
"description": "The validation warnings.",
"type": "array",
"items": {
"$ref": "#/definitions/ValidationErrorInfo"
}
},
"x-ms-identifiers": [
"code"
]
},
"estimatedCreationDuration": {
"description": "The estimated creation duration.",
Expand All @@ -802,7 +826,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/AaddsResourceDetails"
}
},
"x-ms-identifiers": [
"resourceId"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/MetricSpecifications"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -210,7 +213,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Dimension"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -245,6 +251,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of HDInsight operations supported by the HDInsight resource provider."
},
"nextLink": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@
"items": {
"$ref": "./cluster.json#/definitions/RuntimeScriptActionDetail"
},
"x-ms-identifiers": [],
"description": "The list of persisted script action details for the cluster."
},
"nextLink": {
Expand Down Expand Up @@ -442,6 +443,7 @@
"items": {
"$ref": "./cluster.json#/definitions/RuntimeScriptActionDetail"
},
"x-ms-identifiers": [],
"description": "The list of persisted script action details for the cluster."
},
"nextLink": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@
"items": {
"$ref": "#/definitions/HostInfo"
},
"x-ms-identifiers": [
"fqdn"
],
"readOnly": true
},
"RestartHostsParameters": {
Expand Down