Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"items": {
"$ref": "#/definitions/NetworkInterfaceIPConfiguration"
},
"x-ms-identifiers": [],
"description": "A list of IP configurations of the network interface."
},
"vmSwitchType": {
Expand Down Expand Up @@ -245,6 +246,9 @@
"items": {
"$ref": "#/definitions/SshPublicKey"
},
"x-ms-identifiers": [
"path"
],
"description": "The list of SSH public keys used to authenticate with linux based VMs."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@
"items": {
"$ref": "#/definitions/NetworkFunctionUserConfiguration"
},
"x-ms-identifiers": [],
"description": "The network function configurations from the user."
}
}
Expand Down Expand Up @@ -506,6 +507,7 @@
"items": {
"$ref": "./common.json#/definitions/NetworkInterface"
},
"x-ms-identifiers": [],
"description": "The network interface configuration."
},
"osProfile": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
"items": {
"$ref": "#/definitions/NetworkFunctionSkuRoleDetails"
},
"x-ms-identifiers": [],
"description": "The network function sku role details."
},
"nextLink": {
Expand All @@ -222,6 +223,7 @@
"items": {
"$ref": "#/definitions/SkuOverview"
},
"x-ms-identifiers": [],
"description": "The network function sku list."
}
},
Expand All @@ -246,6 +248,7 @@
"items": {
"$ref": "#/definitions/NetworkFunctionVendor"
},
"x-ms-identifiers": [],
"description": "A list of available network function vendors and skus."
},
"nextLink": {
Expand Down Expand Up @@ -276,6 +279,7 @@
"items": {
"$ref": "./common.json#/definitions/NetworkInterface"
},
"x-ms-identifiers": [],
"description": "The network interface configuration."
}
},
Expand All @@ -289,6 +293,7 @@
"items": {
"$ref": "#/definitions/SkuOverview"
},
"x-ms-identifiers": [],
"description": "The network function vendor sku overview properties."
},
"nextLink": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,9 @@
"items": {
"$ref": "#/definitions/NetworkFunctionRoleConfiguration"
},
"x-ms-identifiers": [
"roleName"
],
"description": "An array of network function role definitions."
}
},
Expand Down Expand Up @@ -980,6 +983,7 @@
"items": {
"$ref": "./common.json#/definitions/NetworkInterface"
},
"x-ms-identifiers": [],
"description": "The network interface configurations."
},
"storageProfile": {
Expand Down Expand Up @@ -1034,6 +1038,9 @@
"items": {
"$ref": "#/definitions/DataDisk"
},
"x-ms-identifiers": [
"name"
],
"description": "Specifies the parameters that are used to add a data disk to a virtual machine."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@
"items": {
"$ref": "#/definitions/NetworkFunctionVendorConfiguration"
},
"x-ms-identifiers": [],
"description": "An array of network function vendor configurations."
}
}
Expand All @@ -647,6 +648,7 @@
"items": {
"$ref": "./common.json#/definitions/NetworkInterface"
},
"x-ms-identifiers": [],
"description": "The network interface configurations."
}
},
Expand Down