Skip to content

Commit 1b8d88d

Browse files
yunho-microsoftYunpeng HouYunpeng Hou
authored
Add new version0601 (#19485)
* copy 05-26 to new folder 06-01 * copy same version 06-01 from private repo RPSaaSMaster branch * edit readme * add track2 for go in readme * add go track2 in readme Co-authored-by: Yunpeng Hou <[email protected]> Co-authored-by: Yunpeng Hou <[email protected]>
1 parent c6a532c commit 1b8d88d

17 files changed

+1565
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"fluidRelayContainerName": "myFluidRelayContainer",
7+
"api-version": "2022-06-01"
8+
},
9+
"responses": {
10+
"200": {},
11+
"204": {}
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"fluidRelayContainerName": "myFluidRelayContainer",
7+
"api-version": "2022-06-01"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer/fluidRelayContainers/myFluidRelayContainer",
13+
"name": "myFluidRelayContainer",
14+
"type": "Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers",
15+
"properties": {
16+
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy",
17+
"frsContainerId": "xxxx-yyyy-xxxxx-yyyy",
18+
"provisioningState": "Succeeded",
19+
"creationTime": "2022-04-21T02:17:01.164Z",
20+
"lastAccessTime": "2022-04-21T02:17:01.164Z"
21+
}
22+
}
23+
}
24+
}
25+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-06-01"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer/fluidRelayContainers/myFluidRelayContainer",
14+
"name": "myFluidRelayContainer",
15+
"type": "Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers",
16+
"properties": {
17+
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy",
18+
"frsContainerId": "xxxx-yyyy-xxxxx-yyyy",
19+
"provisioningState": "Succeeded",
20+
"creationTime": "2022-04-21T02:17:01.164Z",
21+
"lastAccessTime": "2022-04-21T02:17:01.164Z"
22+
}
23+
}
24+
],
25+
"nextLink": ""
26+
}
27+
}
28+
}
29+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-06-01"
4+
},
5+
"responses": {
6+
"200": {
7+
"body": {
8+
"value": [
9+
{
10+
"name": "Microsoft.FluidRelay/fluidRelayServers/Read",
11+
"isDataAction": false,
12+
"display": {
13+
"provider": "Microsoft.FluidRelay",
14+
"resource": "fluidRelayServers",
15+
"operation": "Get/List fluid relay server resources",
16+
"description": "Read fluid relay server"
17+
}
18+
},
19+
{
20+
"name": "Microsoft.FluidRelay/fluidRelayServers/Write",
21+
"isDataAction": false,
22+
"display": {
23+
"provider": "Microsoft.FluidRelay",
24+
"resource": "fluidRelayServers",
25+
"operation": "Create/Update fluid relay server resources",
26+
"description": "Write fluid relay server"
27+
}
28+
},
29+
{
30+
"name": "Microsoft.FluidRelay/fluidRelayServers/Delete",
31+
"isDataAction": false,
32+
"display": {
33+
"provider": "Microsoft.FluidRelay",
34+
"resource": "fluidRelayServers",
35+
"operation": "Delete fluid relay server resources",
36+
"description": "Delete fluid relay server"
37+
}
38+
}
39+
],
40+
"nextLink": null
41+
}
42+
}
43+
}
44+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-06-01",
7+
"resource": {
8+
"location": "west-us",
9+
"identity": {
10+
"type": "SystemAssigned"
11+
},
12+
"tags": {
13+
"Category": "sales"
14+
},
15+
"properties": {
16+
"storagesku": "basic"
17+
}
18+
}
19+
},
20+
"responses": {
21+
"200": {
22+
"body": {
23+
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer",
24+
"name": "myFluidRelayServer",
25+
"type": "Microsoft.FluidRelay/fluidRelayServers",
26+
"location": "west-us",
27+
"identity": {
28+
"type": "SystemAssigned",
29+
"principalId": "00000000-0000-0000-0000-000000000000",
30+
"tenantId": "00000000-0000-0000-0000-000000000000"
31+
},
32+
"properties": {
33+
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy",
34+
"fluidRelayEndpoints": {
35+
"ordererEndpoints": [
36+
"https://www.contoso.org/orderer"
37+
],
38+
"storageEndpoints": [
39+
"https://www.contoso.org/storage"
40+
],
41+
"serviceEndpoints": [
42+
"https://www.afd.contoso.org"
43+
]
44+
},
45+
"provisioningState": "Succeeded"
46+
}
47+
}
48+
}
49+
}
50+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-06-01",
7+
"resource": {
8+
"location": "west-us",
9+
"identity": {
10+
"type": "SystemAssigned, UserAssigned",
11+
"userAssignedIdentities": {
12+
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {},
13+
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": {}
14+
}
15+
},
16+
"tags": {
17+
"Category": "sales"
18+
},
19+
"properties": {
20+
"storagesku": "basic"
21+
}
22+
}
23+
},
24+
"responses": {
25+
"200": {
26+
"body": {
27+
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer",
28+
"name": "myFluidRelayServer",
29+
"type": "Microsoft.FluidRelay/fluidRelayServers",
30+
"location": "west-us",
31+
"identity": {
32+
"type": "SystemAssigned",
33+
"principalId": "00000000-0000-0000-0000-000000000000",
34+
"tenantId": "00000000-0000-0000-0000-000000000000",
35+
"userAssignedIdentities": {
36+
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {
37+
"clientId": "00000000-0000-0000-0000-000000000000",
38+
"principalId": "00000000-0000-0000-0000-000000000000"
39+
},
40+
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": {
41+
"clientId": "00000000-0000-0000-0000-000000000000",
42+
"principalId": "00000000-0000-0000-0000-000000000000"
43+
}
44+
}
45+
},
46+
"properties": {
47+
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy",
48+
"fluidRelayEndpoints": {
49+
"ordererEndpoints": [
50+
"https://www.contoso.org/orderer"
51+
],
52+
"storageEndpoints": [
53+
"https://www.contoso.org/storage"
54+
],
55+
"serviceEndpoints": [
56+
"https://www.afd.contoso.org"
57+
]
58+
},
59+
"provisioningState": "Succeeded"
60+
}
61+
}
62+
}
63+
}
64+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-06-01",
7+
"resource": {
8+
"location": "west-us",
9+
"identity": {
10+
"type": "UserAssigned",
11+
"userAssignedIdentities": {
12+
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityForCMK": {}
13+
}
14+
},
15+
"properties": {
16+
"storagesku": "basic",
17+
"encryption": {
18+
"customerManagedKeyEncryption": {
19+
"keyEncryptionKeyIdentity": {
20+
"identityType": "UserAssigned",
21+
"userAssignedIdentityResourceId": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityForCMK"
22+
},
23+
"keyEncryptionKeyUrl": "https://contosovault.vault.azure.net/keys/contosokek"
24+
}
25+
}
26+
},
27+
"tags": {
28+
"Category": "sales"
29+
}
30+
}
31+
},
32+
"responses": {
33+
"200": {
34+
"body": {
35+
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer",
36+
"name": "myFluidRelayServer",
37+
"type": "Microsoft.FluidRelay/fluidRelayServers",
38+
"location": "west-us",
39+
"identity": {
40+
"type": "UserAssigned",
41+
"principalId": "00000000-0000-0000-0000-000000000000",
42+
"tenantId": "00000000-0000-0000-0000-000000000000",
43+
"userAssignedIdentities": {
44+
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityForCMK": {
45+
"clientId": "00000000-0000-0000-0000-000000000000",
46+
"principalId": "00000000-0000-0000-0000-000000000000"
47+
}
48+
}
49+
},
50+
"properties": {
51+
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy",
52+
"fluidRelayEndpoints": {
53+
"ordererEndpoints": [
54+
"https://www.contoso.org/orderer"
55+
],
56+
"storageEndpoints": [
57+
"https://www.contoso.org/storage"
58+
],
59+
"serviceEndpoints": [
60+
"https://www.afd.contoso.org"
61+
]
62+
},
63+
"provisioningState": "Succeeded",
64+
"encryption": {
65+
"customerManagedKeyEncryption": {
66+
"keyEncryptionKeyIdentity": {
67+
"identityType": "UserAssigned",
68+
"userAssignedIdentityResourceId": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityForCMK"
69+
},
70+
"keyEncryptionKeyUrl": "https://contosovault.vault.azure.net/keys/contosokek"
71+
}
72+
}
73+
}
74+
}
75+
}
76+
}
77+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-06-01"
7+
},
8+
"responses": {
9+
"200": {},
10+
"204": {}
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-06-01"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer",
12+
"name": "myFluidRelayServer",
13+
"type": "Microsoft.FluidRelay/fluidRelayServers",
14+
"location": "west-us",
15+
"properties": {
16+
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy",
17+
"fluidRelayEndpoints": {
18+
"ordererEndpoints": [
19+
"https://www.contoso.org/orderer"
20+
],
21+
"storageEndpoints": [
22+
"https://www.contoso.org/storage"
23+
],
24+
"serviceEndpoints": [
25+
"https://www.afd.contoso.org"
26+
]
27+
},
28+
"provisioningState": "Succeeded"
29+
}
30+
}
31+
}
32+
}
33+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"api-version": "2022-06-01"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"value": [
11+
{
12+
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer",
13+
"name": "myFluidRelayServer",
14+
"type": "Microsoft.FluidRelay/fluidRelayServers",
15+
"location": "west-us",
16+
"properties": {
17+
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy",
18+
"fluidRelayEndpoints": {
19+
"ordererEndpoints": [
20+
"https://www.contoso.org/orderer"
21+
],
22+
"storageEndpoints": [
23+
"https://www.contoso.org/storage"
24+
],
25+
"serviceEndpoints": [
26+
"https://www.afd.contoso.org"
27+
]
28+
},
29+
"provisioningState": "Succeeded"
30+
}
31+
}
32+
],
33+
"nextLink": ""
34+
}
35+
}
36+
}
37+
}

0 commit comments

Comments
 (0)