Skip to content

Commit f406d4b

Browse files
xingsy97zackliu
authored andcommitted
[Hub Generated] Review request for WebPubSub to add version stable/2023-07-01 (Azure#23927)
* Original * Add 2023-07-01 * update * update * remove invoke * resolve comments * resolve comments * resolve failed check * resolve failed check --------- Co-authored-by: Chenyang Liu <[email protected]>
1 parent dcfaa42 commit f406d4b

26 files changed

+2126
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-07-01"
4+
},
5+
"responses": {
6+
"200": {}
7+
}
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-07-01",
4+
"hub": "hub1",
5+
"group": "group1",
6+
"connectionId": "connection1"
7+
},
8+
"responses": {
9+
"200": {}
10+
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-07-01",
4+
"hub": "hub1",
5+
"groupsToAdd": {
6+
"groups": [
7+
"group1",
8+
"group2"
9+
],
10+
"filter": "startswith(userId, 'listener-')"
11+
}
12+
},
13+
"responses": {
14+
"200": {}
15+
}
16+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-07-01",
4+
"hub": "hub1",
5+
"group": "group1",
6+
"userId": "user1"
7+
},
8+
"responses": {
9+
"200": {}
10+
}
11+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-07-01",
4+
"hub": "hub1",
5+
"permission": "joinLeaveGroup",
6+
"connectionId": "connection1",
7+
"targetName": "group1"
8+
},
9+
"responses": {
10+
"200": {},
11+
"404": {}
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-07-01",
4+
"hub": "hub1",
5+
"reason": "Close reason"
6+
},
7+
"responses": {
8+
"204": {}
9+
}
10+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-07-01",
4+
"hub": "hub1",
5+
"connectionId": "connection1",
6+
"reason": "Close reason"
7+
},
8+
"responses": {
9+
"204": {}
10+
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-07-01",
4+
"hub": "hub1",
5+
"group": "group1",
6+
"reason": "Close reason"
7+
},
8+
"responses": {
9+
"204": {}
10+
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-07-01",
4+
"hub": "hub1",
5+
"userId": "user1",
6+
"reason": "Close reason"
7+
},
8+
"responses": {
9+
"204": {}
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-07-01",
4+
"hub": "hub1",
5+
"connectionId": "connection1"
6+
},
7+
"responses": {
8+
"200": {},
9+
"404": {}
10+
}
11+
}

0 commit comments

Comments
 (0)