Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
- [redisenterprise](/Commands/redisenterprise/readme.md)
: Manage the redisenterprise cache

- [relay](/Commands/relay/readme.md)
: Manage Azure Relay Service namespaces, WCF relays, hybrid connections, and rules.

- [remote-rendering-account](/Commands/remote-rendering-account/readme.md)
: Manage remote rendering account with mixed reality.

Expand Down
16 changes: 16 additions & 0 deletions Commands/relay/hyco/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay hyco create_

Create the Relay Service Hybrid Connection.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25zL3t9/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections/{} 2017-04-01 -->

#### examples

- Create a new Relay Service Hybrid Connection
```bash
relay hyco create --resource-group myresourcegroup --namespace-name mynamespace --name myhyco
```
16 changes: 16 additions & 0 deletions Commands/relay/hyco/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay hyco delete_

Deletes the Relay Service Hybrid Connection.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25zL3t9/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections/{} 2017-04-01 -->

#### examples

- Deletes the Relay Service Hybrid Connection
```bash
relay hyco delete --resource-group myresourcegroup --namespace-name mynamespace --name myhyco
```
16 changes: 16 additions & 0 deletions Commands/relay/hyco/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay hyco list_

List the Hybrid Connection by Relay Service Namespace.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25z/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections 2017-04-01 -->

#### examples

- Get the Hybrid Connections by Namespace.
```bash
relay hyco list --resource-group myresourcegroup --namespace-name mynamespace
```
16 changes: 16 additions & 0 deletions Commands/relay/hyco/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay hyco show_

Shows the Relay Service Hybrid Connection Details.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25zL3t9/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections/{} 2017-04-01 -->

#### examples

- Shows the Hybrid Connection details.
```bash
relay hyco show --resource-group myresourcegroup --namespace-name mynamespace --name myhyco
```
16 changes: 16 additions & 0 deletions Commands/relay/hyco/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay hyco update_

Updates the Relay Service Hybrid Connection.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25zL3t9/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections/{} 2017-04-01 -->

#### examples

- Updates existing Relay Service Hybrid Connection.
```bash
relay hyco update --resource-group myresourcegroup --namespace-name mynamespace --name myhyco
```
16 changes: 16 additions & 0 deletions Commands/relay/hyco/authorization-rule/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay hyco authorization-rule create_

Create Authorization Rule for given Relay Service Hybrid Connection.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25zL3t9L2F1dGhvcml6YXRpb25ydWxlcy97fQ==/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections/{}/authorizationrules/{} 2017-04-01 -->

#### examples

- Create Authorization Rule for given Relay Service Hybrid Connection
```bash
relay hyco authorization-rule create --resource-group myresourcegroup --namespace-name mynamespace --hybrid-connection-name myhyco --name myauthorule --rights Send Listen
```
16 changes: 16 additions & 0 deletions Commands/relay/hyco/authorization-rule/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay hyco authorization-rule delete_

Deletes the Authorization Rule of the given Relay Service Hybrid Connection.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25zL3t9L2F1dGhvcml6YXRpb25ydWxlcy97fQ==/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections/{}/authorizationrules/{} 2017-04-01 -->

#### examples

- Deletes the Authorization Rule of Relay Service Hybrid Connection.
```bash
relay hyco authorization-rule delete --resource-group myresourcegroup --namespace-name mynamespace --hybrid-connection-name myhyco --name myauthorule
```
16 changes: 16 additions & 0 deletions Commands/relay/hyco/authorization-rule/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay hyco authorization-rule list_

Shows list of Authorization Rule by Relay Service Hybrid Connection.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25zL3t9L2F1dGhvcml6YXRpb25ydWxlcw==/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections/{}/authorizationrules 2017-04-01 -->

#### examples

- shows list of Authorization Rule by Relay Service Hybrid Connection
```bash
relay hyco authorization-rule list --resource-group myresourcegroup --namespace-name mynamespace --hybrid-connection-name myhyco
```
16 changes: 16 additions & 0 deletions Commands/relay/hyco/authorization-rule/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay hyco authorization-rule show_

Shows the details of Authorization Rule for given Relay Service Hybrid Connection.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25zL3t9L2F1dGhvcml6YXRpb25ydWxlcy97fQ==/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections/{}/authorizationrules/{} 2017-04-01 -->

#### examples

- Shows the details of Authorization Rule for given Relay Service Hybrid Connection
```bash
relay hyco authorization-rule show --resource-group myresourcegroup --namespace-name mynamespace --hybrid-connection-name myhyco --name myauthorule
```
16 changes: 16 additions & 0 deletions Commands/relay/hyco/authorization-rule/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay hyco authorization-rule update_

Update Authorization Rule for given Relay Service Hybrid Connection.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25zL3t9L2F1dGhvcml6YXRpb25ydWxlcy97fQ==/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections/{}/authorizationrules/{} 2017-04-01 -->

#### examples

- Update Authorization Rule for given Relay Service Hybrid Connection
```bash
relay hyco authorization-rule update --resource-group myresourcegroup --namespace-name mynamespace --hybrid-connection-name myhyco --name myauthorule --rights Send
```
21 changes: 21 additions & 0 deletions Commands/relay/hyco/authorization-rule/keys/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# [Command] _relay hyco authorization-rule keys list_

List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25zL3t9L2F1dGhvcml6YXRpb25ydWxlcy97fS9saXN0a2V5cw==/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections/{}/authorizationrules/{}/listkeys 2017-04-01 -->

#### examples

- List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection.
```bash
relay hyco authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --hybrid-connection-name myhyco --name myauthorule
```

- List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection (autogenerated)
```bash
relay hyco authorization-rule keys list --hybrid-connection-name myhyco --name myauthorule --namespace-name mynamespace --resource-group myresourcegroup --subscription MySubscription
```
16 changes: 16 additions & 0 deletions Commands/relay/hyco/authorization-rule/keys/_renew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay hyco authorization-rule keys renew_

Regenerate keys of Authorization Rule for Relay Service Hybrid Connection.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9L2h5YnJpZGNvbm5lY3Rpb25zL3t9L2F1dGhvcml6YXRpb25ydWxlcy97fS9yZWdlbmVyYXRla2V5cw==/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{}/hybridconnections/{}/authorizationrules/{}/regeneratekeys 2017-04-01 -->

#### examples

- Regenerate key of Relay Service Hybrid Connection.
```bash
relay hyco authorization-rule keys renew --resource-group myresourcegroup --namespace- name mynamespace --hybrid-connection-name myhyco --name myauthorule --key PrimaryKey
```
11 changes: 11 additions & 0 deletions Commands/relay/hyco/authorization-rule/keys/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [Group] _relay hyco authorization-rule keys_

Manage Azure Authorization Rule keys for Relay Service Hybrid Connection.

## Commands

- [list](/Commands/relay/hyco/authorization-rule/keys/_list.md)
: List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection.

- [renew](/Commands/relay/hyco/authorization-rule/keys/_renew.md)
: Regenerate keys of Authorization Rule for Relay Service Hybrid Connection.
25 changes: 25 additions & 0 deletions Commands/relay/hyco/authorization-rule/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [Group] _relay hyco authorization-rule_

Manage Azure Relay Service Hybrid Connection Authorization Rule.

## Subgroups

- [keys](/Commands/relay/hyco/authorization-rule/keys/readme.md)
: Manage Azure Authorization Rule keys for Relay Service Hybrid Connection.

## Commands

- [create](/Commands/relay/hyco/authorization-rule/_create.md)
: Create Authorization Rule for given Relay Service Hybrid Connection.

- [delete](/Commands/relay/hyco/authorization-rule/_delete.md)
: Deletes the Authorization Rule of the given Relay Service Hybrid Connection.

- [list](/Commands/relay/hyco/authorization-rule/_list.md)
: Shows list of Authorization Rule by Relay Service Hybrid Connection.

- [show](/Commands/relay/hyco/authorization-rule/_show.md)
: Shows the details of Authorization Rule for given Relay Service Hybrid Connection.

- [update](/Commands/relay/hyco/authorization-rule/_update.md)
: Update Authorization Rule for given Relay Service Hybrid Connection.
25 changes: 25 additions & 0 deletions Commands/relay/hyco/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [Group] _relay hyco_

Manage Azure Relay Service Hybrid Connection and Authorization Rule.

## Subgroups

- [authorization-rule](/Commands/relay/hyco/authorization-rule/readme.md)
: Manage Azure Relay Service Hybrid Connection Authorization Rule.

## Commands

- [create](/Commands/relay/hyco/_create.md)
: Create the Relay Service Hybrid Connection.

- [delete](/Commands/relay/hyco/_delete.md)
: Deletes the Relay Service Hybrid Connection.

- [list](/Commands/relay/hyco/_list.md)
: List the Hybrid Connection by Relay Service Namespace.

- [show](/Commands/relay/hyco/_show.md)
: Shows the Relay Service Hybrid Connection Details.

- [update](/Commands/relay/hyco/_update.md)
: Updates the Relay Service Hybrid Connection.
16 changes: 16 additions & 0 deletions Commands/relay/namespace/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay namespace create_

Create a Relay Service Namespace.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{} 2017-04-01 -->

#### examples

- Create a Relay Service Namespace.
```bash
relay namespace create --resource-group myresourcegroup --name mynamespace --location westus --tags tag1=value1 tag2=value2
```
16 changes: 16 additions & 0 deletions Commands/relay/namespace/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay namespace delete_

Deletes the Relay Service Namespace.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{} 2017-04-01 -->

#### examples

- Deletes the Relay Service Namespace
```bash
relay namespace delete --resource-group myresourcegroup --name mynamespace
```
16 changes: 16 additions & 0 deletions Commands/relay/namespace/_exists.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay namespace exists_

Check for the availability of the given name for the Namespace.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9jaGVja25hbWVhdmFpbGFiaWxpdHk=/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.relay/checknameavailability 2017-04-01 -->

#### examples

- check for the availability of mynamespace for the Namespace
```bash
relay namespace exists --name mynamespace
```
22 changes: 22 additions & 0 deletions Commands/relay/namespace/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# [Command] _relay namespace list_

List the Relay Service Namespaces.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2Vz/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.relay/namespaces 2017-04-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces 2017-04-01 -->

#### examples

- Get the Relay Service Namespaces by resource group
```bash
relay namespace list --resource-group myresourcegroup
```

- Get the Relay Service Namespaces by Subscription.
```bash
relay namespace list
```
16 changes: 16 additions & 0 deletions Commands/relay/namespace/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay namespace show_

Shows the Relay Service Namespace details.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{} 2017-04-01 -->

#### examples

- shows the Namespace details.
```bash
relay namespace show --resource-group myresourcegroup --name mynamespace
```
16 changes: 16 additions & 0 deletions Commands/relay/namespace/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _relay namespace update_

Updates a Relay Service Namespace.

## Versions

### [2017-04-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5yZWxheS9uYW1lc3BhY2VzL3t9/2017-04-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.relay/namespaces/{} 2017-04-01 -->

#### examples

- Updates a Relay Service Namespace.
```bash
relay namespace update --resource-group myresourcegroup --name mynamespace --tags tag=value
```
Loading