Skip to content

Commit

Permalink
Merge pull request #1 from EvgenyAgafonchikov/example-fix
Browse files Browse the repository at this point in the history
Example fix
  • Loading branch information
MikhailTryakhov authored Apr 22, 2019
2 parents b8879d5 + 0afbd8f commit 53cb902
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
}
}
}
},
"404": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
{
"name": "test-1",
"id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/test-1",
"type": "Microsoft.Network/virtualNetworks/subnets",
"properties": {
"addressPrefix": "10.0.0.0/16",
"ipConfigurations": [],
Expand Down Expand Up @@ -96,7 +95,6 @@
{
"name": "test-1",
"id": "/subscriptions/subid/resourceGroups/vnetTest/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/test-1",
"type": "Microsoft.Network/virtualNetworks/subnets",
"properties": {
"addressPrefix": "10.0.0.0/16",
"ipConfigurations": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"responses" : {
"200" : {
"body" : ""
}
},
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
"modelAsString": true
}
},
"negationCondition": {
"negationConditon": {
"description": "Describes if this is negate condition or not",
"type": "boolean"
},
Expand Down

0 comments on commit 53cb902

Please sign in to comment.