Skip to content

Commit 1b2e3b9

Browse files
yunho-microsoftYunpeng HouYunpeng Hou
authored
New stable version for ga (#18824)
* copy 2022-02-15 to a new folder * copy same version from private repo RPSaaSMaster * update readme * revert some changes in readme * replace readOnly with x-ms-secret * revert the changes since it cause breaking changes Co-authored-by: Yunpeng Hou <[email protected]> Co-authored-by: Yunpeng Hou <[email protected]>
1 parent 398da0c commit 1b2e3b9

17 files changed

+1550
-0
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-04-21"
8+
},
9+
"responses": {
10+
"200": {},
11+
"204": {}
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"fluidRelayContainerName": "myFluidRelayContainer",
7+
"api-version": "2022-04-21"
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+
}
20+
}
21+
}
22+
}
23+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-04-21"
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+
}
21+
}
22+
],
23+
"nextLink": ""
24+
}
25+
}
26+
}
27+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-04-21"
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,44 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-04-21",
7+
"resource": {
8+
"location": "west-us",
9+
"identity": {
10+
"type": "SystemAssigned"
11+
},
12+
"tags": {
13+
"Category": "sales"
14+
}
15+
}
16+
},
17+
"responses": {
18+
"200": {
19+
"body": {
20+
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer",
21+
"name": "myFluidRelayServer",
22+
"type": "Microsoft.FluidRelay/fluidRelayServers",
23+
"location": "west-us",
24+
"identity": {
25+
"type": "SystemAssigned",
26+
"principalId": "00000000-0000-0000-0000-000000000000",
27+
"tenantId": "00000000-0000-0000-0000-000000000000"
28+
},
29+
"properties": {
30+
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy",
31+
"fluidRelayEndpoints": {
32+
"ordererEndpoints": [
33+
"https://www.contoso.org/orderer"
34+
],
35+
"storageEndpoints": [
36+
"https://www.contoso.org/storage"
37+
]
38+
},
39+
"provisioningState": "Succeeded"
40+
}
41+
}
42+
}
43+
}
44+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-04-21",
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+
}
20+
},
21+
"responses": {
22+
"200": {
23+
"body": {
24+
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer",
25+
"name": "myFluidRelayServer",
26+
"type": "Microsoft.FluidRelay/fluidRelayServers",
27+
"location": "west-us",
28+
"identity": {
29+
"type": "SystemAssigned",
30+
"principalId": "00000000-0000-0000-0000-000000000000",
31+
"tenantId": "00000000-0000-0000-0000-000000000000",
32+
"userAssignedIdentities": {
33+
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {
34+
"clientId": "00000000-0000-0000-0000-000000000000",
35+
"principalId": "00000000-0000-0000-0000-000000000000"
36+
},
37+
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": {
38+
"clientId": "00000000-0000-0000-0000-000000000000",
39+
"principalId": "00000000-0000-0000-0000-000000000000"
40+
}
41+
}
42+
},
43+
"properties": {
44+
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy",
45+
"fluidRelayEndpoints": {
46+
"ordererEndpoints": [
47+
"https://www.contoso.org/orderer"
48+
],
49+
"storageEndpoints": [
50+
"https://www.contoso.org/storage"
51+
]
52+
},
53+
"provisioningState": "Succeeded"
54+
}
55+
}
56+
}
57+
}
58+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-04-21",
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+
"encryption": {
17+
"customerManagedKeyEncryption": {
18+
"keyEncryptionKeyIdentity": {
19+
"identityType": "UserAssigned",
20+
"userAssignedIdentityResourceId": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityForCMK"
21+
},
22+
"keyEncryptionKeyUrl": "https://contosovault.vault.azure.net/keys/contosokek"
23+
}
24+
}
25+
},
26+
"tags": {
27+
"Category": "sales"
28+
}
29+
}
30+
},
31+
"responses": {
32+
"200": {
33+
"body": {
34+
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer",
35+
"name": "myFluidRelayServer",
36+
"type": "Microsoft.FluidRelay/fluidRelayServers",
37+
"location": "west-us",
38+
"identity": {
39+
"type": "UserAssigned",
40+
"principalId": "00000000-0000-0000-0000-000000000000",
41+
"tenantId": "00000000-0000-0000-0000-000000000000",
42+
"userAssignedIdentities": {
43+
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityForCMK": {
44+
"clientId": "00000000-0000-0000-0000-000000000000",
45+
"principalId": "00000000-0000-0000-0000-000000000000"
46+
}
47+
}
48+
},
49+
"properties": {
50+
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy",
51+
"fluidRelayEndpoints": {
52+
"ordererEndpoints": [
53+
"https://www.contoso.org/orderer"
54+
],
55+
"storageEndpoints": [
56+
"https://www.contoso.org/storage"
57+
]
58+
},
59+
"provisioningState": "Succeeded",
60+
"encryption": {
61+
"customerManagedKeyEncryption": {
62+
"keyEncryptionKeyIdentity": {
63+
"identityType": "UserAssigned",
64+
"userAssignedIdentityResourceId": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identityForCMK"
65+
},
66+
"keyEncryptionKeyUrl": "https://contosovault.vault.azure.net/keys/contosokek"
67+
}
68+
}
69+
}
70+
}
71+
}
72+
}
73+
}
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-04-21"
7+
},
8+
"responses": {
9+
"200": {},
10+
"204": {}
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-04-21"
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+
},
25+
"provisioningState": "Succeeded"
26+
}
27+
}
28+
}
29+
}
30+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "xxxx-xxxx-xxxx-xxxx",
4+
"resourceGroup": "myResourceGroup",
5+
"fluidRelayServerName": "myFluidRelayServer",
6+
"api-version": "2022-04-21"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"key1": "xxx-xxxx-xxxxx-xxxx",
12+
"key2": "yyy-yyyy-yyyyy-yyyy"
13+
}
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)