Skip to content

Commit

Permalink
Add x-ms-identifiers to resourcemover/resource-manager. (Azure#17765)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Vukelich <svukel@microsoft.com>
  • Loading branch information
2 people authored and FredericHeem committed Mar 7, 2022
1 parent cc84b58 commit 127c627
Showing 1 changed file with 40 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Summary"
}
},
"x-ms-identifiers": [
"item"
]
}
}
},
Expand Down Expand Up @@ -1800,7 +1803,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationsDiscovery"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "Gets or sets the value of next link.",
Expand Down Expand Up @@ -1841,6 +1847,7 @@
"items": {
"$ref": "#/definitions/MoveResourceErrorBody"
},
"x-ms-identifiers": [],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -2008,7 +2015,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/SubnetResourceSettings"
}
},
"x-ms-identifiers": [
"/networkSecurityGroup/sourceArmResourceId"
]
}
},
"x-ms-discriminator-value": "Microsoft.Network/virtualNetworks"
Expand Down Expand Up @@ -2062,7 +2072,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/NicIpConfigurationResourceSettings"
}
},
"x-ms-identifiers": [
"name"
]
},
"enableAcceleratedNetworking": {
"description": "Gets or sets a value indicating whether accelerated networking is enabled.",
Expand Down Expand Up @@ -2150,14 +2163,20 @@
"type": "array",
"items": {
"$ref": "#/definitions/LoadBalancerBackendAddressPoolReference"
}
},
"x-ms-identifiers": [
"sourceArmResourceId"
]
},
"loadBalancerNatRules": {
"description": "Gets or sets the references of the load balancer NAT rules.",
"type": "array",
"items": {
"$ref": "#/definitions/LoadBalancerNatRuleReference"
}
},
"x-ms-identifiers": [
"sourceArmResourceId"
]
},
"publicIp": {
"$ref": "#/definitions/PublicIpReference"
Expand Down Expand Up @@ -2232,7 +2251,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/NsgSecurityRule"
}
},
"x-ms-identifiers": [
"name"
]
}
},
"x-ms-discriminator-value": "Microsoft.Network/networkSecurityGroups"
Expand Down Expand Up @@ -2297,14 +2319,18 @@
"type": "array",
"items": {
"$ref": "#/definitions/LBFrontendIPConfigurationResourceSettings"
}
},
"x-ms-identifiers": []
},
"backendAddressPools": {
"description": "Gets or sets the backend address pools of the load balancer.",
"type": "array",
"items": {
"$ref": "#/definitions/LBBackendAddressPoolResourceSettings"
}
},
"x-ms-identifiers": [
"name"
]
},
"zones": {
"description": "Gets or sets the csv list of zones common for all frontend IP configurations. Note this is given\r\n precedence only if frontend IP configurations settings are not present.",
Expand Down Expand Up @@ -2482,6 +2508,7 @@
"items": {
"$ref": "#/definitions/CloudErrorBody"
},
"x-ms-identifiers": [],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -2548,15 +2575,17 @@
"description": "The error details.",
"items": {
"$ref": "#/definitions/OperationStatusError"
}
},
"x-ms-identifiers": []
},
"additionalInfo": {
"readOnly": true,
"type": "array",
"description": "The additional info.",
"items": {
"$ref": "#/definitions/OperationErrorAdditionalInfo"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down

0 comments on commit 127c627

Please sign in to comment.