Skip to content

Commit 466f25e

Browse files
author
Phoenix He
authored
Merge pull request #1791 from swatika/swatika/fixproperty
Update vendor property
2 parents 6fe0bf7 + 41fec40 commit 466f25e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

specification/hybridnetwork/resource-manager/Microsoft.HybridNetwork/preview/2020-01-01-preview/examples/VendorSkuCreate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": true,
1111
"managedApplicationTemplate": {},
1212
"virtualNetworkFunctionTemplate": {
13-
"virtualNetworkFunctionRoleConfigurations": [
13+
"virutalNetworkFunctionRoleConfigurations": [
1414
{
1515
"roleName": "test",
1616
"roleType": "VirtualMachine",
@@ -76,7 +76,7 @@
7676
"provisioningState": "Succeeded",
7777
"managedApplicationTemplate": {},
7878
"virtualNetworkFunctionTemplate": {
79-
"virtualNetworkFunctionRoleConfigurations": [
79+
"virutalNetworkFunctionRoleConfigurations": [
8080
{
8181
"roleName": "test",
8282
"roleType": "VirtualMachine",
@@ -139,7 +139,7 @@
139139
"provisioningState": "Accepted",
140140
"managedApplicationTemplate": {},
141141
"virtualNetworkFunctionTemplate": {
142-
"virtualNetworkFunctionRoleConfigurations": [
142+
"virutalNetworkFunctionRoleConfigurations": [
143143
{
144144
"roleName": "test",
145145
"roleType": "VirtualMachine",

specification/hybridnetwork/resource-manager/Microsoft.HybridNetwork/preview/2020-01-01-preview/examples/VendorSkuGet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"provisioningState": "Succeeded",
1818
"managedApplicationTemplate": {},
1919
"virtualNetworkFunctionTemplate": {
20-
"virtualNetworkFunctionRoleConfigurations": [
20+
"virutalNetworkFunctionRoleConfigurations": [
2121
{
2222
"roleName": "test",
2323
"roleType": "VirtualMachine",

specification/hybridnetwork/resource-manager/Microsoft.HybridNetwork/preview/2020-01-01-preview/examples/VendorSkuListByVendor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"provisioningState": "Succeeded",
1919
"managedApplicationTemplate": {},
2020
"virtualNetworkFunctionTemplate": {
21-
"virtualNetworkFunctionRoleConfigurations": [
21+
"virutalNetworkFunctionRoleConfigurations": [
2222
{
2323
"roleName": "test",
2424
"roleType": "VirtualMachine",
@@ -79,7 +79,7 @@
7979
"provisioningState": "Succeeded",
8080
"managedApplicationTemplate": {},
8181
"virtualNetworkFunctionTemplate": {
82-
"virtualNetworkFunctionRoleConfigurations": [
82+
"virutalNetworkFunctionRoleConfigurations": [
8383
{
8484
"roleName": "test",
8585
"roleType": "VirtualMachine",

specification/hybridnetwork/resource-manager/Microsoft.HybridNetwork/preview/2020-01-01-preview/vendor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@
10701070
},
10711071
"VirtualNetworkFunctionTemplate": {
10721072
"properties": {
1073-
"virtualNetworkFunctionRoleConfigurations": {
1073+
"virutalNetworkFunctionRoleConfigurations": {
10741074
"type": "array",
10751075
"items": {
10761076
"$ref": "#/definitions/VirtualNetworkFunctionRoleConfiguration"
@@ -1285,4 +1285,4 @@
12851285
}
12861286
}
12871287
}
1288-
}
1288+
}

0 commit comments

Comments
 (0)