Skip to content

Commit

Permalink
Add x-ms-identifiers to service-map/resource-manager. (Azure#17774)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Vukelich <[email protected]>
  • Loading branch information
vukelich and vukelich authored Feb 25, 2022
1 parent 5aaf504 commit 5e70c3e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2583,13 +2583,20 @@
"items": {
"$ref": "#/definitions/Ipv4NetworkInterface"
},
"x-ms-identifiers": [
"ipAddress",
"subnetMask"
],
"description": "IPv4 interfaces."
},
"ipv6Interfaces": {
"type": "array",
"items": {
"$ref": "#/definitions/Ipv6NetworkInterface"
},
"x-ms-identifiers": [
"ipAddress"
],
"description": "IPv6 interfaces."
},
"defaultIpv4Gateways": {
Expand Down Expand Up @@ -2986,6 +2993,7 @@
"items": {
"$ref": "#/definitions/ProcessHostedService"
},
"x-ms-identifiers": [],
"description": "Collection of services hosted by this Process (Windows only)."
},
"zoneName": {
Expand Down

0 comments on commit 5e70c3e

Please sign in to comment.