Skip to content

Commit

Permalink
add x-ms-identifiers for iotsecurity (#19981)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zhong-ms authored Aug 8, 2022
1 parent 352507b commit 7473936
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
},
"ovf": {
"type": "object",
Expand All @@ -451,23 +452,26 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
},
"medium": {
"type": "array",
"description": "Medium package type",
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
},
"line": {
"type": "array",
"description": "Line package type",
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
}
}
}
Expand All @@ -478,7 +482,8 @@
"description": "Sensor upgrade package downloads (on existing installations)",
"items": {
"$ref": "#/definitions/UpgradePackageDownloadInfo"
}
},
"x-ms-identifiers": []
}
}
},
Expand All @@ -498,7 +503,8 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
},
"ovf": {
"type": "object",
Expand All @@ -511,31 +517,35 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
},
"enterpriseHighAvailability": {
"type": "array",
"description": "The EnterpriseHighAvailability package type",
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
},
"medium": {
"type": "array",
"description": "The Medium package type",
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
},
"mediumHighAvailability": {
"type": "array",
"description": "The MediumHighAvailability package type",
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
}
}
}
Expand All @@ -557,39 +567,44 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
},
"snmp": {
"type": "array",
"description": "SNMP Server file",
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
},
"wmiTool": {
"type": "array",
"description": "Used for local configuration export",
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
},
"authorizedDevicesImportTemplate": {
"type": "array",
"description": "Authorized devices import template",
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
},
"deviceInformationUpdateImportTemplate": {
"type": "array",
"description": "Authorized devices import template",
"readOnly": true,
"items": {
"$ref": "#/definitions/PackageDownloadInfo"
}
},
"x-ms-identifiers": []
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@
"description": "List of device firmwares.",
"items": {
"$ref": "#/definitions/Firmware"
}
},
"x-ms-identifiers": []
},
"operatingSystem": {
"type": "object",
Expand Down Expand Up @@ -389,7 +390,8 @@
"description": "List of the device network interface cards.",
"items": {
"$ref": "#/definitions/Nic"
}
},
"x-ms-identifiers": []
},
"deviceStatus": {
"readOnly": true,
Expand All @@ -412,7 +414,8 @@
"description": "List of the device slot in the backplane",
"items": {
"$ref": "#/definitions/Slot"
}
},
"x-ms-identifiers": []
},
"parentDeviceId": {
"readOnly": true,
Expand All @@ -436,7 +439,8 @@
"description": "List of device packages",
"items": {
"$ref": "#/definitions/Package"
}
},
"x-ms-identifiers": []
},
"additionalFields": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
"items": {
"$ref": "#/definitions/ErrorModel"
},
"x-ms-identifiers": [
"code"
],
"readOnly": true
},
"message": {
Expand Down Expand Up @@ -122,7 +125,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -195,15 +199,21 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationMetaLogSpecification"
}
},
"x-ms-identifiers": [
"name"
]
},
"metricSpecifications": {
"description": "metric specifications for the operation",
"uniqueItems": false,
"type": "array",
"items": {
"$ref": "#/definitions/OperationMetaMetricSpecification"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand All @@ -221,7 +231,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DimensionProperties"
}
},
"x-ms-identifiers": [
"name"
]
},
"displayDescription": {
"description": "description of the metric",
Expand Down

0 comments on commit 7473936

Please sign in to comment.