Skip to content
Open
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
11 changes: 11 additions & 0 deletions Commands/afd/custom-domain/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,14 @@ Create a new domain within the specified profile.
```bash
afd custom-domain create --resource-group RG --profile-name profile1 --custom-domain-name domain1 --azure-dns-zone --host-name www.someDomain.net --mtls-settings "{allowedFqdns:[foo.contoso.com],secrets:[{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1},{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2}],client-certificate-required-and-validated:{allowed-fqdns:[foo.contoso.com],secrets:[{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1},{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2}]}}" --certificate-type ManagedCertificate --cipher-suite-set-type Customized --customized-cipher-suite-set "{cipher-suite-set-for-tls12:[ECDHE_RSA_AES128_GCM_SHA256],cipher-suite-set-for-tls13:[TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384]}" --minimum-tls-version TLS12
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains/{} 2026-04-01-preview -->

#### examples

- AFDCustomDomains_Create
```bash
afd custom-domain create --resource-group RG --profile-name profile1 --custom-domain-name domain1 --azure-dns-zone --host-name www.someDomain.net --mtls-settings "{allowedFqdns:[foo.contoso.com],secrets:[{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1},{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2}],client-certificate-required-and-validated:{allowed-fqdns:[foo.contoso.com],secrets:[{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1},{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2}]}}" --certificate-type ManagedCertificate --cipher-suite-set-type Customized --customized-cipher-suite-set "{cipher-suite-set-for-tls12:[ECDHE_RSA_AES128_GCM_SHA256],cipher-suite-set-for-tls13:[TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384]}" --minimum-tls-version TLS12
```
11 changes: 11 additions & 0 deletions Commands/afd/custom-domain/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,14 @@ Delete an existing AzureFrontDoor domain with the specified domain name under th
```bash
afd custom-domain delete --resource-group RG --profile-name profile1 --custom-domain-name domain1
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains/{} 2026-04-01-preview -->

#### examples

- AFDCustomDomains_Delete
```bash
afd custom-domain delete --resource-group RG --profile-name profile1 --custom-domain-name domain1
```
11 changes: 11 additions & 0 deletions Commands/afd/custom-domain/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,14 @@ List existing AzureFrontDoor domains.
```bash
afd custom-domain list --resource-group RG --profile-name profile1
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains 2026-04-01-preview -->

#### examples

- AFDCustomDomains_ListByProfile
```bash
afd custom-domain list --resource-group RG --profile-name profile1
```
11 changes: 11 additions & 0 deletions Commands/afd/custom-domain/_regenerate-validation-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ Updates the domain validation token.
```bash
afd custom-domain regenerate-validation-token --resource-group RG --profile-name profile1 --custom-domain-name domain1
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vY3VzdG9tZG9tYWlucy97fS9yZWZyZXNodmFsaWRhdGlvbnRva2Vu/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains/{}/refreshvalidationtoken 2026-04-01-preview -->

#### examples

- AFDCustomDomains_Delete
```bash
afd custom-domain regenerate-validation-token --resource-group RG --profile-name profile1 --custom-domain-name domain1
```
11 changes: 11 additions & 0 deletions Commands/afd/custom-domain/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,14 @@ Get an existing AzureFrontDoor domain with the specified domain name under the s
```bash
afd custom-domain show --resource-group RG --profile-name profile1 --custom-domain-name domain1
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains/{} 2026-04-01-preview -->

#### examples

- AFDCustomDomains_Get
```bash
afd custom-domain show --resource-group RG --profile-name profile1 --custom-domain-name domain1
```
11 changes: 11 additions & 0 deletions Commands/afd/custom-domain/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,14 @@ Update a new domain within the specified profile.
```bash
afd custom-domain update --resource-group RG --profile-name profile1 --custom-domain-name domain1 --azure-dns-zone --host-name www.someDomain.net --mtls-settings "{allowedFqdns:[foo.contoso.com],scenario:ClientCertificateRequiredAndValidated,secrets:[{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1},{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2}]}" --certificate-type ManagedCertificate --cipher-suite-set-type Customized --customized-cipher-suite-set "{cipher-suite-set-for-tls12:[ECDHE_RSA_AES128_GCM_SHA256],cipher-suite-set-for-tls13:[TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384]}" --minimum-tls-version TLS12
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/customdomains/{} 2026-04-01-preview -->

#### examples

- AFDCustomDomains_Create
```bash
afd custom-domain update --resource-group RG --profile-name profile1 --custom-domain-name domain1 --azure-dns-zone --host-name www.someDomain.net --mtls-settings "{allowedFqdns:[foo.contoso.com],scenario:ClientCertificateRequiredAndValidated,secrets:[{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1},{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2}]}" --certificate-type ManagedCertificate --cipher-suite-set-type Customized --customized-cipher-suite-set "{cipher-suite-set-for-tls12:[ECDHE_RSA_AES128_GCM_SHA256],cipher-suite-set-for-tls13:[TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384]}" --minimum-tls-version TLS12
```
11 changes: 11 additions & 0 deletions Commands/afd/endpoint/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ Create a new AzureFrontDoor endpoint with the specified endpoint name under the
```bash
afd endpoint create --resource-group RG --profile-name profile1 --endpoint-name endpoint1 --location global --name-reuse-scope TenantReuse --enabled-state Enabled --enforce-mtls Disabled --tags "{}"
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vYWZkZW5kcG9pbnRzL3t9/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/afdendpoints/{} 2026-04-01-preview -->

#### examples

- AFDEndpoints_Create
```bash
afd endpoint create --resource-group RG --profile-name profile1 --endpoint-name endpoint1 --location global --name-reuse-scope TenantReuse --enabled-state Enabled --enforce-mtls Disabled --tags "{}"
```
11 changes: 11 additions & 0 deletions Commands/afd/endpoint/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ Delete an existing AzureFrontDoor endpoint with the specified endpoint name unde
```bash
afd endpoint delete --resource-group RG --profile-name profile1 --endpoint-name endpoint1
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vYWZkZW5kcG9pbnRzL3t9/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/afdendpoints/{} 2026-04-01-preview -->

#### examples

- AFDEndpoints_Delete
```bash
afd endpoint delete --resource-group RG --profile-name profile1 --endpoint-name endpoint1
```
11 changes: 11 additions & 0 deletions Commands/afd/endpoint/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ List existing AzureFrontDoor endpoints.
```bash
afd endpoint list --resource-group RG --profile-name profile1
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vYWZkZW5kcG9pbnRz/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/afdendpoints 2026-04-01-preview -->

#### examples

- AFDEndpoints_ListByProfile
```bash
afd endpoint list --resource-group RG --profile-name profile1
```
11 changes: 11 additions & 0 deletions Commands/afd/endpoint/_purge.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ Removes a content from AzureFrontDoor.
```bash
afd endpoint purge --resource-group RG --profile-name profile1 --endpoint-name endpoint1 --content-paths "[/folder1]" --domains "[endpoint1-abcdefghijklmnop.z01.azurefd.net]"
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vYWZkZW5kcG9pbnRzL3t9L3B1cmdl/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/afdendpoints/{}/purge 2026-04-01-preview -->

#### examples

- AFDEndpoints_PurgeContent
```bash
afd endpoint purge --resource-group RG --profile-name profile1 --endpoint-name endpoint1 --content-paths "[/folder1]" --domains "[endpoint1-abcdefghijklmnop.z01.azurefd.net]"
```
11 changes: 11 additions & 0 deletions Commands/afd/endpoint/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ Get an existing AzureFrontDoor endpoint with the specified endpoint name under t
```bash
afd endpoint show --resource-group RG --profile-name profile1 --endpoint-name endpoint1
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vYWZkZW5kcG9pbnRzL3t9/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/afdendpoints/{} 2026-04-01-preview -->

#### examples

- AFDEndpoints_Get
```bash
afd endpoint show --resource-group RG --profile-name profile1 --endpoint-name endpoint1
```
11 changes: 11 additions & 0 deletions Commands/afd/endpoint/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ Update a new AzureFrontDoor endpoint with the specified endpoint name under the
```bash
afd endpoint update --resource-group RG --profile-name profile1 --endpoint-name endpoint1 --name-reuse-scope TenantReuse --enabled-state Enabled --enforce-mtls Disabled --tags "{}"
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vYWZkZW5kcG9pbnRzL3t9/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/afdendpoints/{} 2026-04-01-preview -->

#### examples

- AFDEndpoints_Create
```bash
afd endpoint update --resource-group RG --profile-name profile1 --endpoint-name endpoint1 --name-reuse-scope TenantReuse --enabled-state Enabled --enforce-mtls Disabled --tags "{}"
```
11 changes: 11 additions & 0 deletions Commands/afd/log-analytic/location/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ Get all available location names for AFD log analytics report.
```bash
afd log-analytic location list --resource-group RG --profile-name profile1
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vZ2V0bG9nYW5hbHl0aWNzbG9jYXRpb25z/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/getloganalyticslocations 2026-04-01-preview -->

#### examples

- LogAnalytics_GetLogAnalyticsLocations
```bash
afd log-analytic location list --resource-group RG --profile-name profile1
```
11 changes: 11 additions & 0 deletions Commands/afd/log-analytic/metric/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ Get log report for AFD profile
```bash
afd log-analytic metric list --resource-group RG --profile-name profile1 --metrics "[clientRequestCount]" --date-time-begin 2020-11-04T04:30:00.000Z --date-time-end 2020-11-04T05:00:00.000Z --granularity PT5M --group-by "[protocol]" --custom-domains "[customdomain1.azurecdn.net,customdomain2.azurecdn.net]" --protocols "[https]"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/getloganalyticsmetrics 2026-04-01-preview -->

#### examples

- LogAnalytics_GetLogAnalyticsMetrics
```bash
afd log-analytic metric list --resource-group RG --profile-name profile1 --metrics "[clientRequestCount]" --date-time-begin 2020-11-04T04:30:00.000Z --date-time-end 2020-11-04T05:00:00.000Z --granularity PT5M --group-by "[protocol]" --custom-domains "[customdomain1.azurecdn.net,customdomain2.azurecdn.net]" --protocols "[https]"
```
11 changes: 11 additions & 0 deletions Commands/afd/log-analytic/ranking/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ Get log analytics ranking report for AFD profile
```bash
afd log-analytic ranking list --resource-group RG --profile-name profile1 --rankings "[url]" --metrics "[clientRequestCount]" --max-ranking 5 --date-time-begin 2020-11-04T06:49:27.554Z --date-time-end 2020-11-04T09:49:27.554Z
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/getloganalyticsrankings 2026-04-01-preview -->

#### examples

- LogAnalytics_GetLogAnalyticsRankings
```bash
afd log-analytic ranking list --resource-group RG --profile-name profile1 --rankings "[url]" --metrics "[clientRequestCount]" --max-ranking 5 --date-time-begin 2020-11-04T06:49:27.554Z --date-time-end 2020-11-04T09:49:27.554Z
```
11 changes: 11 additions & 0 deletions Commands/afd/log-analytic/resource/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ Get all endpoints and custom domains available for AFD log report
```bash
afd log-analytic resource list --resource-group RG --profile-name profile1
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vZ2V0bG9nYW5hbHl0aWNzcmVzb3VyY2Vz/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/getloganalyticsresources 2026-04-01-preview -->

#### examples

- LogAnalytics_GetLogAnalyticsResources
```bash
afd log-analytic resource list --resource-group RG --profile-name profile1
```
11 changes: 11 additions & 0 deletions Commands/afd/origin-group/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,14 @@ Create a new origin group within the specified profile.
```bash
afd origin-group create --resource-group RG --profile-name profile1 --origin-group-name origingroup1 --authentication "{type:UserAssignedIdentity,scope:'https://www.contoso.com/.default',user-assigned-identity:{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/user-assigned-id-1}}" --probe-interval-in-seconds 10 --probe-path /path2 --probe-protocol NotSet --probe-request-type NotSet --additional-latency-in-milliseconds 1000 --sample-size 3 --successful-samples-required 3 --traffic-restoration-time-to-healed-or-new-endpoints-in-minutes 5
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vb3JpZ2luZ3JvdXBzL3t9/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/origingroups/{} 2026-04-01-preview -->

#### examples

- AFDOriginGroups_Create
```bash
afd origin-group create --resource-group RG --profile-name profile1 --origin-group-name origingroup1 --authentication "{type:UserAssignedIdentity,scope:'https://www.contoso.com/.default',user-assigned-identity:{id:/subscriptions/subid/resourcegroups/RG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/user-assigned-id-1}}" --probe-interval-in-seconds 10 --probe-path /path2 --probe-protocol NotSet --probe-request-type NotSet --additional-latency-in-milliseconds 1000 --sample-size 3 --successful-samples-required 3 --traffic-restoration-time-to-healed-or-new-endpoints-in-minutes 5
```
11 changes: 11 additions & 0 deletions Commands/afd/origin-group/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,14 @@ Delete an existing origin group within a profile.
```bash
afd origin-group delete --resource-group RG --profile-name profile1 --origin-group-name origingroup1
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vb3JpZ2luZ3JvdXBzL3t9/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/origingroups/{} 2026-04-01-preview -->

#### examples

- AFDOriginGroups_Delete
```bash
afd origin-group delete --resource-group RG --profile-name profile1 --origin-group-name origingroup1
```
11 changes: 11 additions & 0 deletions Commands/afd/origin-group/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,14 @@ List all of the existing origin groups within a profile.
```bash
afd origin-group list --resource-group RG --profile-name profile1
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vb3JpZ2luZ3JvdXBz/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/origingroups 2026-04-01-preview -->

#### examples

- AFDOriginGroups_ListByProfile
```bash
afd origin-group list --resource-group RG --profile-name profile1
```
11 changes: 11 additions & 0 deletions Commands/afd/origin-group/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ Get an existing origin group within a profile.
```bash
afd origin-group show --resource-group RG --profile-name profile1 --origin-group-name origingroup1
```

### [2026-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jZG4vcHJvZmlsZXMve30vb3JpZ2luZ3JvdXBzL3t9/2026-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cdn/profiles/{}/origingroups/{} 2026-04-01-preview -->

#### examples

- AFDOriginGroups_Get
```bash
afd origin-group show --resource-group RG --profile-name profile1 --origin-group-name origingroup1
```
Loading
Loading