File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
specification/sql/resource-manager/Microsoft.Sql/preview/2023-05-01-preview Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 90
90
"200" : {
91
91
"description" : " Successfully retrieved the specified IPv6 firewall rule." ,
92
92
"schema" : {
93
- "$ref" : " #/definitions/IPv6 FirewallRule "
93
+ "$ref" : " #/definitions/IPv6FirewallRule "
94
94
}
95
95
},
96
96
"default" : {
129
129
"description" : " The required parameters for creating or updating an IPv6 firewall rule." ,
130
130
"required" : true ,
131
131
"schema" : {
132
- "$ref" : " #/definitions/IPv6 FirewallRule "
132
+ "$ref" : " #/definitions/IPv6FirewallRule "
133
133
}
134
134
},
135
135
{
143
143
"200" : {
144
144
"description" : " Successfully updated the IPv6 firewall rule." ,
145
145
"schema" : {
146
- "$ref" : " #/definitions/IPv6 FirewallRule "
146
+ "$ref" : " #/definitions/IPv6FirewallRule "
147
147
}
148
148
},
149
149
"default" : {
152
152
"201" : {
153
153
"description" : " Successfully created the IPv6 firewall rule." ,
154
154
"schema" : {
155
- "$ref" : " #/definitions/IPv6 FirewallRule "
155
+ "$ref" : " #/definitions/IPv6FirewallRule "
156
156
}
157
157
}
158
158
},
212
212
}
213
213
},
214
214
"definitions" : {
215
- "IPv6 FirewallRule " : {
215
+ "IPv6FirewallRule " : {
216
216
"description" : " An IPv6 server firewall rule." ,
217
217
"type" : " object" ,
218
218
"allOf" : [
236
236
"description" : " Array of results." ,
237
237
"type" : " array" ,
238
238
"items" : {
239
- "$ref" : " #/definitions/IPv6 FirewallRule "
239
+ "$ref" : " #/definitions/IPv6FirewallRule "
240
240
},
241
241
"readOnly" : true
242
242
},
You can’t perform that action at this time.
0 commit comments