forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* copy 2021-09-10-preview from preview to stable * rename folder 2021-09-10-preview to 2022-02-15 * change api version to 02-15 (copy ping's change) * update readme (copy from ping's change) Co-authored-by: Yunpeng Hou <yunho-microsoft@V-ADAMYEN-MAN.redmond.corp.microsoft.com>
- Loading branch information
1 parent
338a223
commit 36a3f16
Showing
15 changed files
with
1,348 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...-manager/Microsoft.FluidRelay/stable/2022-02-15/examples/FluidRelayContainers_Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "xxxx-xxxx-xxxx-xxxx", | ||
"resourceGroup": "myResourceGroup", | ||
"fluidRelayServerName": "myFluidRelayServer", | ||
"fluidRelayContainerName": "myFluidRelayContainer", | ||
"api-version": "2022-02-15" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...rce-manager/Microsoft.FluidRelay/stable/2022-02-15/examples/FluidRelayContainers_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "xxxx-xxxx-xxxx-xxxx", | ||
"resourceGroup": "myResourceGroup", | ||
"fluidRelayServerName": "myFluidRelayServer", | ||
"fluidRelayContainerName": "myFluidRelayContainer", | ||
"api-version": "2022-02-15" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer/fluidRelayContainers/myFluidRelayContainer", | ||
"name": "myFluidRelayContainer", | ||
"type": "Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers", | ||
"properties": { | ||
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy", | ||
"frsContainerId": "xxxx-yyyy-xxxxx-yyyy", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
...ft.FluidRelay/stable/2022-02-15/examples/FluidRelayContainers_ListByFluidRelayServer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "xxxx-xxxx-xxxx-xxxx", | ||
"resourceGroup": "myResourceGroup", | ||
"fluidRelayServerName": "myFluidRelayServer", | ||
"api-version": "2022-02-15" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer/fluidRelayContainers/myFluidRelayContainer", | ||
"name": "myFluidRelayContainer", | ||
"type": "Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers", | ||
"properties": { | ||
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy", | ||
"frsContainerId": "xxxx-yyyy-xxxxx-yyyy", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
], | ||
"nextLink": "" | ||
} | ||
} | ||
} | ||
} |
44 changes: 44 additions & 0 deletions
44
...e-manager/Microsoft.FluidRelay/stable/2022-02-15/examples/FluidRelayServerOperations.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-02-15" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "Microsoft.FluidRelay/fluidRelayServers/Read", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.FluidRelay", | ||
"resource": "fluidRelayServers", | ||
"operation": "Get/List fluid relay server resources", | ||
"description": "Read fluid relay server" | ||
} | ||
}, | ||
{ | ||
"name": "Microsoft.FluidRelay/fluidRelayServers/Write", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.FluidRelay", | ||
"resource": "fluidRelayServers", | ||
"operation": "Create/Update fluid relay server resources", | ||
"description": "Write fluid relay server" | ||
} | ||
}, | ||
{ | ||
"name": "Microsoft.FluidRelay/fluidRelayServers/Delete", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.FluidRelay", | ||
"resource": "fluidRelayServers", | ||
"operation": "Delete fluid relay server resources", | ||
"description": "Delete fluid relay server" | ||
} | ||
} | ||
], | ||
"nextLink": null | ||
} | ||
} | ||
} | ||
} |
44 changes: 44 additions & 0 deletions
44
...ger/Microsoft.FluidRelay/stable/2022-02-15/examples/FluidRelayServers_CreateOrUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "xxxx-xxxx-xxxx-xxxx", | ||
"resourceGroup": "myResourceGroup", | ||
"fluidRelayServerName": "myFluidRelayServer", | ||
"api-version": "2022-02-15", | ||
"resource": { | ||
"location": "west-us", | ||
"identity": { | ||
"type": "SystemAssigned" | ||
}, | ||
"tags": { | ||
"Category": "sales" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer", | ||
"name": "myFluidRelayServer", | ||
"type": "Microsoft.FluidRelay/fluidRelayServers", | ||
"location": "west-us", | ||
"identity": { | ||
"type": "SystemAssigned", | ||
"principalId": "00000000-0000-0000-0000-000000000000", | ||
"tenantId": "00000000-0000-0000-0000-000000000000" | ||
}, | ||
"properties": { | ||
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy", | ||
"fluidRelayEndpoints": { | ||
"ordererEndpoints": [ | ||
"https://www.contoso.org/orderer" | ||
], | ||
"storageEndpoints": [ | ||
"https://www.contoso.org/storage" | ||
] | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
58 changes: 58 additions & 0 deletions
58
...ager/Microsoft.FluidRelay/stable/2022-02-15/examples/FluidRelayServers_CreateWithAmi.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "xxxx-xxxx-xxxx-xxxx", | ||
"resourceGroup": "myResourceGroup", | ||
"fluidRelayServerName": "myFluidRelayServer", | ||
"api-version": "2022-02-15", | ||
"resource": { | ||
"location": "west-us", | ||
"identity": { | ||
"type": "SystemAssigned, UserAssigned", | ||
"userAssignedIdentities": { | ||
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {}, | ||
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": {} | ||
} | ||
}, | ||
"tags": { | ||
"Category": "sales" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer", | ||
"name": "myFluidRelayServer", | ||
"type": "Microsoft.FluidRelay/fluidRelayServers", | ||
"location": "west-us", | ||
"identity": { | ||
"type": "SystemAssigned", | ||
"principalId": "00000000-0000-0000-0000-000000000000", | ||
"tenantId": "00000000-0000-0000-0000-000000000000", | ||
"userAssignedIdentities": { | ||
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": { | ||
"clientId": "00000000-0000-0000-0000-000000000000", | ||
"principalId": "00000000-0000-0000-0000-000000000000" | ||
}, | ||
"/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": { | ||
"clientId": "00000000-0000-0000-0000-000000000000", | ||
"principalId": "00000000-0000-0000-0000-000000000000" | ||
} | ||
} | ||
}, | ||
"properties": { | ||
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy", | ||
"fluidRelayEndpoints": { | ||
"ordererEndpoints": [ | ||
"https://www.contoso.org/orderer" | ||
], | ||
"storageEndpoints": [ | ||
"https://www.contoso.org/storage" | ||
] | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...rce-manager/Microsoft.FluidRelay/stable/2022-02-15/examples/FluidRelayServers_Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "xxxx-xxxx-xxxx-xxxx", | ||
"resourceGroup": "myResourceGroup", | ||
"fluidRelayServerName": "myFluidRelayServer", | ||
"api-version": "2022-02-15" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...source-manager/Microsoft.FluidRelay/stable/2022-02-15/examples/FluidRelayServers_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "xxxx-xxxx-xxxx-xxxx", | ||
"resourceGroup": "myResourceGroup", | ||
"fluidRelayServerName": "myFluidRelayServer", | ||
"api-version": "2022-02-15" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer", | ||
"name": "myFluidRelayServer", | ||
"type": "Microsoft.FluidRelay/fluidRelayServers", | ||
"location": "west-us", | ||
"properties": { | ||
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy", | ||
"fluidRelayEndpoints": { | ||
"ordererEndpoints": [ | ||
"https://www.contoso.org/orderer" | ||
], | ||
"storageEndpoints": [ | ||
"https://www.contoso.org/storage" | ||
] | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...ce-manager/Microsoft.FluidRelay/stable/2022-02-15/examples/FluidRelayServers_GetKeys.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "xxxx-xxxx-xxxx-xxxx", | ||
"resourceGroup": "myResourceGroup", | ||
"fluidRelayServerName": "myFluidRelayServer", | ||
"api-version": "2022-02-15" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"key1": "xxx-xxxx-xxxxx-xxxx", | ||
"key2": "yyy-yyyy-yyyyy-yyyy" | ||
} | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...icrosoft.FluidRelay/stable/2022-02-15/examples/FluidRelayServers_ListByResourceGroup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "xxxx-xxxx-xxxx-xxxx", | ||
"resourceGroup": "myResourceGroup", | ||
"api-version": "2022-02-15" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer", | ||
"name": "myFluidRelayServer", | ||
"type": "Microsoft.FluidRelay/fluidRelayServers", | ||
"location": "west-us", | ||
"properties": { | ||
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy", | ||
"fluidRelayEndpoints": { | ||
"ordererEndpoints": [ | ||
"https://www.contoso.org/orderer" | ||
], | ||
"storageEndpoints": [ | ||
"https://www.contoso.org/storage" | ||
] | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
], | ||
"nextLink": "" | ||
} | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...Microsoft.FluidRelay/stable/2022-02-15/examples/FluidRelayServers_ListBySubscription.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "xxxx-xxxx-xxxx-xxxx", | ||
"api-version": "2022-02-15" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/myResourceGroup/Microsoft.FluidRelay/fluidRelayServers/myFluidRelayServer", | ||
"name": "myFluidRelayServer", | ||
"type": "Microsoft.FluidRelay/fluidRelayServers", | ||
"location": "west-us", | ||
"properties": { | ||
"frsTenantId": "yyyy-yyyy-yyyyy-yyyy", | ||
"fluidRelayEndpoints": { | ||
"ordererEndpoints": [ | ||
"https://www.contoso.org/orderer" | ||
], | ||
"storageEndpoints": [ | ||
"https://www.contoso.org/storage" | ||
] | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
], | ||
"nextLink": "" | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...ger/Microsoft.FluidRelay/stable/2022-02-15/examples/FluidRelayServers_RegenerateKeys.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "xxxx-xxxx-xxxx-xxxx", | ||
"resourceGroup": "myResourceGroup", | ||
"fluidRelayServerName": "myFluidRelayServer", | ||
"api-version": "2022-02-15", | ||
"parameters": { | ||
"keyName": "key1" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"key1": "xxx-xxxx-xxxxx-xxxx", | ||
"key2": "yyy-yyyy-yyyyy-yyyy" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.