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
1 change: 0 additions & 1 deletion doc/sphinx/azhelpgen/doc_source_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"batchai": "src/azure-cli/azure/cli/command_modules/batchai/_help.py",
"billing": "src/azure-cli/azure/cli/command_modules/billing/_help.py",
"bot": "src/azure-cli/azure/cli/command_modules/botservice/_help.py",
"cdn": "src/azure-cli/azure/cli/command_modules/cdn/_help.py",
"cloud": "src/azure-cli/azure/cli/command_modules/cloud/_help.py",
"cognitiveservices": "src/azure-cli/azure/cli/command_modules/cognitiveservices/_help.py",
"compute-recommender": "src/azure-cli/azure/cli/command_modules/compute_recommender/_help.py",
Expand Down
6 changes: 0 additions & 6 deletions src/azure-cli-core/azure/cli/core/commandIndex.latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"advisor": [
"azure.cli.command_modules.advisor"
],
"afd": [
"azure.cli.command_modules.cdn"
],
"aks": [
"azure.cli.command_modules.acs",
"azure.cli.command_modules.serviceconnector"
Expand Down Expand Up @@ -61,9 +58,6 @@
"capacity": [
"azure.cli.command_modules.vm"
],
"cdn": [
"azure.cli.command_modules.cdn"
],
"cloud": [
"azure.cli.command_modules.cloud"
],
Expand Down
8 changes: 0 additions & 8 deletions src/azure-cli-core/azure/cli/core/helpIndex.latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
"summary": "Manage Azure Advisor.",
"tags": ""
},
"afd": {
"summary": "Manage Azure Front Door Standard/Premium.",
"tags": ""
},
"aks": {
"summary": "Azure Kubernetes Service.",
"tags": ""
Expand Down Expand Up @@ -75,10 +71,6 @@
"summary": "Manage capacity.",
"tags": ""
},
"cdn": {
"summary": "Manage Azure Content Delivery Networks (CDNs).",
"tags": ""
},
"cloud": {
"summary": "Manage registered Azure clouds.",
"tags": ""
Expand Down
1 change: 0 additions & 1 deletion src/azure-cli-core/azure/cli/core/profiles/_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class ResourceType(Enum): # pylint: disable=too-few-public-methods
MGMT_BATCHAI = ('azure.mgmt.batchai', None)
MGMT_BILLING = ('azure.mgmt.billing', None)
MGMT_BOTSERVICE = ('azure.mgmt.botservice', None)
MGMT_CDN = ('azure.mgmt.cdn', None)
MGMT_COGNITIVESERVICES = ('azure.mgmt.cognitiveservices', None)
MGMT_CONTAINERINSTANCE = ('azure.mgmt.containerinstance', None)
MGMT_COSMOSDB = ('azure.mgmt.cosmosdb', None)
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def test_azconfig_azure_front_door_profile(self, resource_group, location):
})

# Create Azure Front Door profile first
front_door_profile = self.cmd('afd profile create -g {rg} --profile-name {front_door_profile_name} --sku Standard_AzureFrontDoor').get_output_in_json()
front_door_profile = self.cmd('resource create -g {rg} -n {front_door_profile_name} --resource-type Microsoft.Cdn/profiles --api-version 2025-06-01 --is-full-object --properties \'{{"location": "global", "sku": {{"name": "Standard_AzureFrontDoor"}}}}\'').get_output_in_json()
front_door_profile_id = front_door_profile['id']

self.kwargs.update({
Expand Down
42 changes: 0 additions & 42 deletions src/azure-cli/azure/cli/command_modules/cdn/__init__.py

This file was deleted.

39 changes: 0 additions & 39 deletions src/azure-cli/azure/cli/command_modules/cdn/_actions.py

This file was deleted.

90 changes: 0 additions & 90 deletions src/azure-cli/azure/cli/command_modules/cdn/_client_factory.py

This file was deleted.

Loading
Loading