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
16 changes: 16 additions & 0 deletions Commands/communication/email/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email create_

Create a new EmailService or update an existing EmailService.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30=/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{} 2023-04-01-preview -->

#### examples

- Create a email resource with tags
```bash
communication email create -n ResourceName -g ResourceGroup --location global --data-location unitedstates --tags "{tag:tag}"
```
16 changes: 16 additions & 0 deletions Commands/communication/email/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email delete_

Delete to delete a EmailService.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30=/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{} 2023-04-01-preview -->

#### examples

- Delete a email resource
```bash
communication email delete -n ResourceName -g ResourceGroup
```
18 changes: 18 additions & 0 deletions Commands/communication/email/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# [Command] _communication email list_

List requests to list all resources in a subscription.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXM=/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.communication/emailservices 2023-04-01-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices 2023-04-01-preview -->

#### examples

- Get all resources from a subscription/resource group
```bash
communication email list --subscription SubscriptionId
communication email list -g ResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/communication/email/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email show_

Get the EmailService and its properties.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30=/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{} 2023-04-01-preview -->

#### examples

- Get a email service's properties
```bash
communication email show -n ResourceName -g ResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/communication/email/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email update_

Update a new EmailService or update an existing EmailService.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30=/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{} 2023-04-01-preview -->

#### examples

- Update a email resource with tags
```bash
communication email update -n ResourceName -g ResourceGroup --tags "{tag:tag}"
```
16 changes: 16 additions & 0 deletions Commands/communication/email/domain/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email domain create_

Create a new Domains resource under the parent EmailService resource or update an existing Domains resource.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30vZG9tYWlucy97fQ==/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{}/domains/{} 2023-04-01-preview -->

#### examples

- Create a domain with tags
```bash
communication email domain create --domain-name DomainName --email-service-name ResourceName -g ResourceGroup --location global --domain-management AzureManaged/CustomerManaged --tags "{tag:tag}" --user-engmnt-tracking Enabled/Disabled
```
16 changes: 16 additions & 0 deletions Commands/communication/email/domain/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email domain delete_

Delete to delete a Domains resource.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30vZG9tYWlucy97fQ==/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{}/domains/{} 2023-04-01-preview -->

#### examples

- Delete a domain resource
```bash
communication email domain delete --domain-name DomainName --email-service-name ResourceName -g ResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/communication/email/domain/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email domain list_

List requests to list all Domains resources under the parent EmailServices resource.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30vZG9tYWlucw==/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{}/domains 2023-04-01-preview -->

#### examples

- Get all domains from a email resource
```bash
communication email domain list --email-service-name ResourceName -g ResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/communication/email/domain/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email domain show_

Get the Domains resource and its properties.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30vZG9tYWlucy97fQ==/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{}/domains/{} 2023-04-01-preview -->

#### examples

- Get all domains from a email resource
```bash
communication email domain show --domain-name DomainName --email-service-name ResourceName -g ResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/communication/email/domain/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email domain update_

Update a new Domains resource under the parent EmailService resource or update an existing Domains resource.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30vZG9tYWlucy97fQ==/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{}/domains/{} 2023-04-01-preview -->

#### examples

- Update a domain with tags
```bash
communication email domain update --domain-name DomainName --email-service-name ResourceName -g ResourceGroup --tags "{tag:tag}" --user-engmnt-tracking Enabled/Disabled
```
25 changes: 25 additions & 0 deletions Commands/communication/email/domain/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [Group] _communication email domain_

communication email domain

## Subgroups

- [sender-username](/Commands/communication/email/domain/sender-username/readme.md)
: communication email domain sender-username

## Commands

- [create](/Commands/communication/email/domain/_create.md)
: Create a new Domains resource under the parent EmailService resource or update an existing Domains resource.

- [delete](/Commands/communication/email/domain/_delete.md)
: Delete to delete a Domains resource.

- [list](/Commands/communication/email/domain/_list.md)
: List requests to list all Domains resources under the parent EmailServices resource.

- [show](/Commands/communication/email/domain/_show.md)
: Get the Domains resource and its properties.

- [update](/Commands/communication/email/domain/_update.md)
: Update a new Domains resource under the parent EmailService resource or update an existing Domains resource.
16 changes: 16 additions & 0 deletions Commands/communication/email/domain/sender-username/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email domain sender-username create_

Create a new SenderUsername resource under the parent Domains resource or update an existing SenderUsername resource.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30vZG9tYWlucy97fS9zZW5kZXJ1c2VybmFtZXMve30=/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{}/domains/{}/senderusernames/{} 2023-04-01-preview -->

#### examples

- Create a sender username
```bash
communication email domain sender-username create --domain-name DomainName --email-service-name ResourceName -g ResourceGroup --sender-username SenderUsername --username Username --display-name DisplayName
```
16 changes: 16 additions & 0 deletions Commands/communication/email/domain/sender-username/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email domain sender-username delete_

Delete to delete a SenderUsernames resource.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30vZG9tYWlucy97fS9zZW5kZXJ1c2VybmFtZXMve30=/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{}/domains/{}/senderusernames/{} 2023-04-01-preview -->

#### examples

- Delete a sender username resource
```bash
communication email domain sender-username delete --domain-name DomainName --email-service-name ResourceName -g ResourceGroup --sender-username SenderUsername
```
16 changes: 16 additions & 0 deletions Commands/communication/email/domain/sender-username/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email domain sender-username list_

List all valid sender usernames for a domains resource.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30vZG9tYWlucy97fS9zZW5kZXJ1c2VybmFtZXM=/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{}/domains/{}/senderusernames 2023-04-01-preview -->

#### examples

- Get all sender usernames from a domain resource
```bash
communication email domain sender-username list --domain-name DomainName --email-service-name ResourceName -g ResourceGroup
```
16 changes: 16 additions & 0 deletions Commands/communication/email/domain/sender-username/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email domain sender-username show_

Get a valid sender username for a domains resource.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30vZG9tYWlucy97fS9zZW5kZXJ1c2VybmFtZXMve30=/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{}/domains/{}/senderusernames/{} 2023-04-01-preview -->

#### examples

- Get a sender username's properties
```bash
communication email domain sender-username show --domain-name DomainName --email-service-name ResourceName -g ResourceGroup --sender-username SenderUsername
```
16 changes: 16 additions & 0 deletions Commands/communication/email/domain/sender-username/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _communication email domain sender-username update_

Update a new SenderUsername resource under the parent Domains resource or update an existing SenderUsername resource.

## Versions

### [2023-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2VtYWlsc2VydmljZXMve30vZG9tYWlucy97fS9zZW5kZXJ1c2VybmFtZXMve30=/2023-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/emailservices/{}/domains/{}/senderusernames/{} 2023-04-01-preview -->

#### examples

- Update a sender username with display name
```bash
communication email domain sender-username update --domain-name DomainName --email-service-name ResourceName -g ResourceGroup --sender-username SenderUsername --display-name DisplayName
```
20 changes: 20 additions & 0 deletions Commands/communication/email/domain/sender-username/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [Group] _communication email domain sender-username_

communication email domain sender-username

## Commands

- [create](/Commands/communication/email/domain/sender-username/_create.md)
: Create a new SenderUsername resource under the parent Domains resource or update an existing SenderUsername resource.

- [delete](/Commands/communication/email/domain/sender-username/_delete.md)
: Delete to delete a SenderUsernames resource.

- [list](/Commands/communication/email/domain/sender-username/_list.md)
: List all valid sender usernames for a domains resource.

- [show](/Commands/communication/email/domain/sender-username/_show.md)
: Get a valid sender username for a domains resource.

- [update](/Commands/communication/email/domain/sender-username/_update.md)
: Update a new SenderUsername resource under the parent Domains resource or update an existing SenderUsername resource.
25 changes: 25 additions & 0 deletions Commands/communication/email/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [Group] _communication email_

communication email

## Subgroups

- [domain](/Commands/communication/email/domain/readme.md)
: communication email domain

## Commands

- [create](/Commands/communication/email/_create.md)
: Create a new EmailService or update an existing EmailService.

- [delete](/Commands/communication/email/_delete.md)
: Delete to delete a EmailService.

- [list](/Commands/communication/email/_list.md)
: List requests to list all resources in a subscription.

- [show](/Commands/communication/email/_show.md)
: Get the EmailService and its properties.

- [update](/Commands/communication/email/_update.md)
: Update a new EmailService or update an existing EmailService.
8 changes: 8 additions & 0 deletions Commands/communication/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# [Group] _communication_

communication

## Subgroups

- [email](/Commands/communication/email/readme.md)
: communication email
3 changes: 3 additions & 0 deletions Commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
- [change-analysis](/Commands/change-analysis/readme.md)
: List changes for resources

- [communication](/Commands/communication/readme.md)
: communication

- [confidentialledger](/Commands/confidentialledger/readme.md)
: Deploy and manage Azure confidential ledgers.

Expand Down
Loading