Skip to content

Commit fad7439

Browse files
Updates the range for a Chat Room's maximumMessageRatePerSecond field.
1 parent 672d299 commit fad7439

File tree

13 files changed

+2025
-467
lines changed

13 files changed

+2025
-467
lines changed

generator/ServiceModels/ivschat/ivschat-2020-07-14.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@
798798
},
799799
"RoomMaxMessageRatePerSecond":{
800800
"type":"integer",
801-
"max":10,
801+
"max":100,
802802
"min":1
803803
},
804804
"RoomName":{

generator/ServiceModels/ivschat/ivschat-2020-07-14.endpoint-rule-set.json

Lines changed: 36 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",
@@ -174,12 +165,18 @@
174165
"rules": [
175166
{
176167
"conditions": [],
177-
"endpoint": {
178-
"url": "https://ivschat-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
179-
"properties": {},
180-
"headers": {}
181-
},
182-
"type": "endpoint"
168+
"type": "tree",
169+
"rules": [
170+
{
171+
"conditions": [],
172+
"endpoint": {
173+
"url": "https://ivschat-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
174+
"properties": {},
175+
"headers": {}
176+
},
177+
"type": "endpoint"
178+
}
179+
]
183180
}
184181
]
185182
},
@@ -284,12 +281,18 @@
284281
"rules": [
285282
{
286283
"conditions": [],
287-
"endpoint": {
288-
"url": "https://ivschat.{Region}.{PartitionResult#dualStackDnsSuffix}",
289-
"properties": {},
290-
"headers": {}
291-
},
292-
"type": "endpoint"
284+
"type": "tree",
285+
"rules": [
286+
{
287+
"conditions": [],
288+
"endpoint": {
289+
"url": "https://ivschat.{Region}.{PartitionResult#dualStackDnsSuffix}",
290+
"properties": {},
291+
"headers": {}
292+
},
293+
"type": "endpoint"
294+
}
295+
]
293296
}
294297
]
295298
},
@@ -302,12 +305,18 @@
302305
},
303306
{
304307
"conditions": [],
305-
"endpoint": {
306-
"url": "https://ivschat.{Region}.{PartitionResult#dnsSuffix}",
307-
"properties": {},
308-
"headers": {}
309-
},
310-
"type": "endpoint"
308+
"type": "tree",
309+
"rules": [
310+
{
311+
"conditions": [],
312+
"endpoint": {
313+
"url": "https://ivschat.{Region}.{PartitionResult#dnsSuffix}",
314+
"properties": {},
315+
"headers": {}
316+
},
317+
"type": "endpoint"
318+
}
319+
]
311320
}
312321
]
313322
}

0 commit comments

Comments
 (0)