Skip to content

Commit 654cb10

Browse files
authored
Merge pull request #980 from Ptnan7/aedgeaction
{Cdn} edgeaction
2 parents 3c77193 + e77fca2 commit 654cb10

233 files changed

Lines changed: 52678 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Commands/afd/custom-domain/_create.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,19 @@ Create a new domain within the specified profile.
8383
```bash
8484
afd custom-domain create -g group --custom-domain-name example-custom-domain --profile-name profile --host-name www.contoso.com --minimum-tls-version TLS12 --certificate-type CustomerCertificate --secret secretName
8585
```
86+
87+
### [2025-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vY3VzdG9tZG9tYWlucy97fQ==/2025-09-01-preview.xml) **Stable**
88+
89+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains/{} 2025-09-01-preview -->
90+
91+
#### examples
92+
93+
- Create a custom domain that uses AFD managed certificate for SSL/TLS encryption.
94+
```bash
95+
afd custom-domain create -g group --custom-domain-name customDomain --profile-name profile --host-name www.contoso.com --minimum-tls-version TLS12 --certificate-type ManagedCertificate
96+
```
97+
98+
- Create a custom domain that uses your own certificate for SSL/TLS encryption, the certificate is stored in Azure Key Vault and referenced by an AFD secret.
99+
```bash
100+
afd custom-domain create -g group --custom-domain-name customDomain --profile-name profile --host-name www.contoso.com --minimum-tls-version TLS12 --certificate-type CustomerCertificate --secret secretName
101+
```

Commands/afd/custom-domain/_delete.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,14 @@ Delete an existing AzureFrontDoor domain with the specified domain name under th
5858
```bash
5959
afd custom-domain delete -g group --profile-name profile --custom-domain-name customDomainName
6060
```
61+
62+
### [2025-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vY3VzdG9tZG9tYWlucy97fQ==/2025-09-01-preview.xml) **Stable**
63+
64+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains/{} 2025-09-01-preview -->
65+
66+
#### examples
67+
68+
- Delete a custom domain.
69+
```bash
70+
afd custom-domain delete -g group --profile-name profile --custom-domain-name customDomainName
71+
```

Commands/afd/custom-domain/_list.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,14 @@ List existing AzureFrontDoor domains.
5858
```bash
5959
afd custom-domain list -g group --profile-name profile
6060
```
61+
62+
### [2025-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vY3VzdG9tZG9tYWlucw==/2025-09-01-preview.xml) **Stable**
63+
64+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains 2025-09-01-preview -->
65+
66+
#### examples
67+
68+
- List all the custom domains within the specified profile.
69+
```bash
70+
afd custom-domain list -g group --profile-name profile
71+
```

Commands/afd/custom-domain/_regenerate-validation-token.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,14 @@ Updates the domain validation token.
4747
```bash
4848
afd custom-domain regenerate-validation-token -g MyResourceGroup --profile-name MyProfle --custom-domain-name MyCustomDomain
4949
```
50+
51+
### [2025-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vY3VzdG9tZG9tYWlucy97fS9yZWZyZXNodmFsaWRhdGlvbnRva2Vu/2025-09-01-preview.xml) **Stable**
52+
53+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains/{}/refreshvalidationtoken 2025-09-01-preview -->
54+
55+
#### examples
56+
57+
- Regenerate the domain validation token.
58+
```bash
59+
afd custom-domain regenerate-validation-token -g MyResourceGroup --profile-name MyProfle --custom-domain-name MyCustomDomain
60+
```

Commands/afd/custom-domain/_show.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,14 @@ Get an existing AzureFrontDoor domain with the specified domain name under the s
5858
```bash
5959
afd custom-domain show -g group --profile-name profile --custom-domain-name customDomainName
6060
```
61+
62+
### [2025-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vY3VzdG9tZG9tYWlucy97fQ==/2025-09-01-preview.xml) **Stable**
63+
64+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains/{} 2025-09-01-preview -->
65+
66+
#### examples
67+
68+
- show details of the custom domain within the specified profile.
69+
```bash
70+
afd custom-domain show -g group --profile-name profile --custom-domain-name customDomainName
71+
```

Commands/afd/custom-domain/_update.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,19 @@ Update a new domain within the specified profile.
8383
```bash
8484
afd custom-domain update -g group --custom-domain-name customDomain --profile-name profile --certificate-type ManagedCertificate
8585
```
86+
87+
### [2025-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vY3VzdG9tZG9tYWlucy97fQ==/2025-09-01-preview.xml) **Stable**
88+
89+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains/{} 2025-09-01-preview -->
90+
91+
#### examples
92+
93+
- Update the custom domain's supported minimum TLS version.
94+
```bash
95+
afd custom-domain update -g group --custom-domain-name customDomain --profile-name profile --minimum-tls-version TLS12
96+
```
97+
98+
- Update the custom domain's certificate type to AFD managed certificate.
99+
```bash
100+
afd custom-domain update -g group --custom-domain-name customDomain --profile-name profile --certificate-type ManagedCertificate
101+
```

Commands/afd/endpoint/_create.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,14 @@ Create a new AzureFrontDoor endpoint with the specified endpoint name under the
4747
```bash
4848
afd endpoint create -g group --endpoint-name endpoint1 --profile-name profile --enabled-state Enabled
4949
```
50+
51+
### [2025-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vYWZkZW5kcG9pbnRzL3t9/2025-09-01-preview.xml) **Stable**
52+
53+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/afdendpoints/{} 2025-09-01-preview -->
54+
55+
#### examples
56+
57+
- Creates an enabled endpoint
58+
```bash
59+
afd endpoint create -g group --endpoint-name endpoint1 --profile-name profile --enabled-state Enabled
60+
```

Commands/afd/endpoint/_delete.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,14 @@ Delete an existing AzureFrontDoor endpoint with the specified endpoint name unde
4747
```bash
4848
afd endpoint delete -g group --profile-name profile --endpoint-name endpoint1
4949
```
50+
51+
### [2025-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vYWZkZW5kcG9pbnRzL3t9/2025-09-01-preview.xml) **Stable**
52+
53+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/afdendpoints/{} 2025-09-01-preview -->
54+
55+
#### examples
56+
57+
- Delete an endpoint named endpoint1.
58+
```bash
59+
afd endpoint delete -g group --profile-name profile --endpoint-name endpoint1
60+
```

Commands/afd/endpoint/_list.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,14 @@ List existing AzureFrontDoor endpoints.
4747
```bash
4848
afd endpoint list -g group --profile-name profile
4949
```
50+
51+
### [2025-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vYWZkZW5kcG9pbnRz/2025-09-01-preview.xml) **Stable**
52+
53+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/afdendpoints 2025-09-01-preview -->
54+
55+
#### examples
56+
57+
- List all the endpoints within the specified profile.
58+
```bash
59+
afd endpoint list -g group --profile-name profile
60+
```

Commands/afd/endpoint/_purge.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,14 @@ Removes a content from AzureFrontDoor.
4747
```bash
4848
afd endpoint purge -g group --profile-name profile --domains www.contoso.com --content-paths '/scripts/*'
4949
```
50+
51+
### [2025-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vYWZkZW5kcG9pbnRzL3t9L3B1cmdl/2025-09-01-preview.xml) **Stable**
52+
53+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/afdendpoints/{}/purge 2025-09-01-preview -->
54+
55+
#### examples
56+
57+
- Remove all cached contents under directory "/script" for domain www.contoso.com
58+
```bash
59+
afd endpoint purge -g group --profile-name profile --domains www.contoso.com --content-paths '/scripts/*'
60+
```

0 commit comments

Comments
 (0)