Skip to content

Commit 5e70c3e

Browse files
Add x-ms-identifiers to service-map/resource-manager. (#17774)
Co-authored-by: Steven Vukelich <[email protected]>
1 parent 5aaf504 commit 5e70c3e

File tree

1 file changed

+8
-0
lines changed
  • specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview

1 file changed

+8
-0
lines changed

specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2583,13 +2583,20 @@
25832583
"items": {
25842584
"$ref": "#/definitions/Ipv4NetworkInterface"
25852585
},
2586+
"x-ms-identifiers": [
2587+
"ipAddress",
2588+
"subnetMask"
2589+
],
25862590
"description": "IPv4 interfaces."
25872591
},
25882592
"ipv6Interfaces": {
25892593
"type": "array",
25902594
"items": {
25912595
"$ref": "#/definitions/Ipv6NetworkInterface"
25922596
},
2597+
"x-ms-identifiers": [
2598+
"ipAddress"
2599+
],
25932600
"description": "IPv6 interfaces."
25942601
},
25952602
"defaultIpv4Gateways": {
@@ -2986,6 +2993,7 @@
29862993
"items": {
29872994
"$ref": "#/definitions/ProcessHostedService"
29882995
},
2996+
"x-ms-identifiers": [],
29892997
"description": "Collection of services hosted by this Process (Windows only)."
29902998
},
29912999
"zoneName": {

0 commit comments

Comments
 (0)