Skip to content

Commit 95b8797

Browse files
authored
Merge pull request #608 from antmarti-microsoft/antmarti/fix_nrp_schema
Add type declaration for empty DDoS protection plan properties
2 parents 3336e85 + 3718871 commit 95b8797

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

schemas/2018-02-01/Microsoft.Network.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3563,8 +3563,11 @@
35633563
"description": "Describes the source of connection monitor."
35643564
},
35653565
"DdosProtectionPlanPropertiesFormat": {
3566-
"description": "DDoS protection plan properties."
3567-
},
3566+
"description": "DDoS protection plan properties.",
3567+
"type": "object",
3568+
"properties": {
3569+
}
3570+
},
35683571
"DhcpOptions": {
35693572
"type": "object",
35703573
"properties": {

schemas/2018-08-01/Microsoft.Network.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7402,7 +7402,10 @@
74027402
}
74037403
},
74047404
"DdosProtectionPlanPropertiesFormat": {
7405-
"description": "DDoS protection plan properties."
7405+
"description": "DDoS protection plan properties.",
7406+
"type": "object",
7407+
"properties": {
7408+
}
74067409
},
74077410
"Delegation": {
74087411
"type": "object",

schemas/2018-10-01/Microsoft.Network.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5805,7 +5805,10 @@
58055805
}
58065806
},
58075807
"DdosProtectionPlanPropertiesFormat": {
5808-
"description": "DDoS protection plan properties."
5808+
"description": "DDoS protection plan properties.",
5809+
"type": "object",
5810+
"properties": {
5811+
}
58095812
},
58105813
"Delegation": {
58115814
"type": "object",

schemas/2018-12-01/Microsoft.Network.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6044,7 +6044,10 @@
60446044
"description": "DDoS custom policy properties."
60456045
},
60466046
"DdosProtectionPlanPropertiesFormat": {
6047-
"description": "DDoS protection plan properties."
6047+
"description": "DDoS protection plan properties.",
6048+
"type": "object",
6049+
"properties": {
6050+
}
60486051
},
60496052
"DdosSettings": {
60506053
"type": "object",

schemas/2019-02-01/Microsoft.Network.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6159,7 +6159,10 @@
61596159
"description": "DDoS custom policy properties."
61606160
},
61616161
"DdosProtectionPlanPropertiesFormat": {
6162-
"description": "DDoS protection plan properties."
6162+
"description": "DDoS protection plan properties.",
6163+
"type": "object",
6164+
"properties": {
6165+
}
61636166
},
61646167
"DdosSettings": {
61656168
"type": "object",

0 commit comments

Comments
 (0)