Skip to content

Commit fae6f25

Browse files
Add x-ms-identifiers to sqlvirtualmachine/resource-manager. (#17786)
Co-authored-by: Steven Vukelich <[email protected]>
1 parent c929b83 commit fae6f25

File tree

1 file changed

+5
-1
lines changed
  • specification/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/preview/2017-03-01-preview

1 file changed

+5
-1
lines changed

specification/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/preview/2017-03-01-preview/sqlvm.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,8 @@
888888
"type": "array",
889889
"items": {
890890
"$ref": "#/definitions/LoadBalancerConfiguration"
891-
}
891+
},
892+
"x-ms-identifiers": []
892893
},
893894
"createDefaultAvailabilityGroupIfNotExist": {
894895
"description": "Create a default availability group if it does not exist.",
@@ -1022,6 +1023,9 @@
10221023
"items": {
10231024
"$ref": "#/definitions/Operation"
10241025
},
1026+
"x-ms-identifiers": [
1027+
"name"
1028+
],
10251029
"readOnly": true
10261030
},
10271031
"nextLink": {

0 commit comments

Comments
 (0)