Skip to content

Commit

Permalink
Move Cdn to main (#18735)
Browse files Browse the repository at this point in the history
* Move Cdn to main

* Add exceptions

* Add exceptions

Co-authored-by: azure-powershell-bot <[email protected]>
  • Loading branch information
wyunchi-ms and azure-powershell-bot authored Jun 27, 2022
1 parent 04cea46 commit 6b2487b
Show file tree
Hide file tree
Showing 1,154 changed files with 8,929 additions and 10,542 deletions.
2 changes: 1 addition & 1 deletion src/Cdn/Az.Cdn.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 5/19/2022
# Generated on: 6/27/2022
#

@{
Expand Down
158 changes: 79 additions & 79 deletions src/Cdn/Cdn.sln
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
VisualStudioVersion = 16.6.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{B3E8510D-B2A8-489F-B034-EF93301D21F9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{3A8456CF-E277-4E36-9645-F4D075C3FC6C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{434E6A51-EA97-4F66-9791-192235D88D1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{26B409CD-E30C-43D4-994B-7479B89C2EAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{1A4C5A7D-8523-47E1-A11C-BB7061A79073}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Cdn", "Az.Cdn.csproj", "{35C085E2-DBEC-4419-A329-2969777FEDD2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Cdn", "Az.Cdn.csproj", "{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -28,77 +28,77 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Debug|x64.ActiveCfg = Debug|Any CPU
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Debug|x64.Build.0 = Debug|Any CPU
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Debug|x86.ActiveCfg = Debug|Any CPU
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Debug|x86.Build.0 = Debug|Any CPU
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Release|Any CPU.Build.0 = Release|Any CPU
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Release|x64.ActiveCfg = Release|Any CPU
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Release|x64.Build.0 = Release|Any CPU
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Release|x86.ActiveCfg = Release|Any CPU
{D9E1FEBD-8E3A-4E49-8574-A5F8840179D4}.Release|x86.Build.0 = Release|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Debug|x64.ActiveCfg = Debug|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Debug|x64.Build.0 = Debug|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Debug|x86.ActiveCfg = Debug|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Debug|x86.Build.0 = Debug|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Release|Any CPU.Build.0 = Release|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Release|x64.ActiveCfg = Release|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Release|x64.Build.0 = Release|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Release|x86.ActiveCfg = Release|Any CPU
{B3E8510D-B2A8-489F-B034-EF93301D21F9}.Release|x86.Build.0 = Release|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Debug|x64.ActiveCfg = Debug|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Debug|x64.Build.0 = Debug|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Debug|x86.ActiveCfg = Debug|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Debug|x86.Build.0 = Debug|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Release|Any CPU.Build.0 = Release|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Release|x64.ActiveCfg = Release|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Release|x64.Build.0 = Release|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Release|x86.ActiveCfg = Release|Any CPU
{3A8456CF-E277-4E36-9645-F4D075C3FC6C}.Release|x86.Build.0 = Release|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Debug|x64.ActiveCfg = Debug|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Debug|x64.Build.0 = Debug|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Debug|x86.ActiveCfg = Debug|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Debug|x86.Build.0 = Debug|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Release|Any CPU.Build.0 = Release|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Release|x64.ActiveCfg = Release|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Release|x64.Build.0 = Release|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Release|x86.ActiveCfg = Release|Any CPU
{2D8A2DD0-3A5D-4D14-AA80-8D56CC24AAF4}.Release|x86.Build.0 = Release|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Debug|x64.ActiveCfg = Debug|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Debug|x64.Build.0 = Debug|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Debug|x86.ActiveCfg = Debug|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Debug|x86.Build.0 = Debug|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Release|Any CPU.Build.0 = Release|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Release|x64.ActiveCfg = Release|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Release|x64.Build.0 = Release|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Release|x86.ActiveCfg = Release|Any CPU
{F36EB0C0-5FBC-4694-8E95-B787D0CA4A45}.Release|x86.Build.0 = Release|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Debug|x64.ActiveCfg = Debug|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Debug|x64.Build.0 = Debug|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Debug|x86.ActiveCfg = Debug|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Debug|x86.Build.0 = Debug|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Release|Any CPU.Build.0 = Release|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Release|x64.ActiveCfg = Release|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Release|x64.Build.0 = Release|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Release|x86.ActiveCfg = Release|Any CPU
{35C085E2-DBEC-4419-A329-2969777FEDD2}.Release|x86.Build.0 = Release|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Debug|x64.ActiveCfg = Debug|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Debug|x64.Build.0 = Debug|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Debug|x86.ActiveCfg = Debug|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Debug|x86.Build.0 = Debug|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Release|Any CPU.Build.0 = Release|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Release|x64.ActiveCfg = Release|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Release|x64.Build.0 = Release|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Release|x86.ActiveCfg = Release|Any CPU
{49941C0F-3A92-4DF4-94B3-AC9F2966FC14}.Release|x86.Build.0 = Release|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Debug|x64.ActiveCfg = Debug|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Debug|x64.Build.0 = Debug|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Debug|x86.ActiveCfg = Debug|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Debug|x86.Build.0 = Debug|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Release|Any CPU.Build.0 = Release|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Release|x64.ActiveCfg = Release|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Release|x64.Build.0 = Release|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Release|x86.ActiveCfg = Release|Any CPU
{8DB8C7BF-BA91-420F-8109-4FAA713F44A0}.Release|x86.Build.0 = Release|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Debug|x64.ActiveCfg = Debug|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Debug|x64.Build.0 = Debug|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Debug|x86.ActiveCfg = Debug|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Debug|x86.Build.0 = Debug|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Release|Any CPU.Build.0 = Release|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Release|x64.ActiveCfg = Release|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Release|x64.Build.0 = Release|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Release|x86.ActiveCfg = Release|Any CPU
{434E6A51-EA97-4F66-9791-192235D88D1A}.Release|x86.Build.0 = Release|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Debug|x64.ActiveCfg = Debug|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Debug|x64.Build.0 = Debug|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Debug|x86.ActiveCfg = Debug|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Debug|x86.Build.0 = Debug|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Release|Any CPU.Build.0 = Release|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Release|x64.ActiveCfg = Release|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Release|x64.Build.0 = Release|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Release|x86.ActiveCfg = Release|Any CPU
{26B409CD-E30C-43D4-994B-7479B89C2EAE}.Release|x86.Build.0 = Release|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Debug|x64.ActiveCfg = Debug|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Debug|x64.Build.0 = Debug|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Debug|x86.ActiveCfg = Debug|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Debug|x86.Build.0 = Debug|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Release|Any CPU.Build.0 = Release|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Release|x64.ActiveCfg = Release|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Release|x64.Build.0 = Release|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Release|x86.ActiveCfg = Release|Any CPU
{1A4C5A7D-8523-47E1-A11C-BB7061A79073}.Release|x86.Build.0 = Release|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Debug|x64.ActiveCfg = Debug|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Debug|x64.Build.0 = Debug|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Debug|x86.ActiveCfg = Debug|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Debug|x86.Build.0 = Debug|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Release|Any CPU.Build.0 = Release|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Release|x64.ActiveCfg = Release|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Release|x64.Build.0 = Release|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Release|x86.ActiveCfg = Release|Any CPU
{0E08B4AF-B930-4DE8-8E4B-446BE2B52BA9}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
21 changes: 3 additions & 18 deletions src/Cdn/examples/Clear-AzCdnEndpointContent.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
### Example 1: {{ Add title here }}
### Example 1: Get content of an AzureCDN Endpoint under the AzureCDN profile
```powershell
{{ Add code here }}
Clear-AzCdnEndpointContent -ResourceGroupName testps-rg-da16jm -ProfileName cdn001 -EndpointName endptest001 -ContentPath @("/movies/*","/pictures/pic1.jpg")
```

```output
{{ Add output here }}
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here }}
```

{{ Add description here }}
Get content of an AzureCDN Endpoint under the AzureCDN profile

18 changes: 2 additions & 16 deletions src/Cdn/examples/Clear-AzFrontDoorCdnEndpointContent.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
### Example 1: {{ Add title here }}
### Example 1: Clear the content of an AzureFrontDoor endpoint
```powershell
{{ Add code here }}
Clear-AzFrontDoorCdnEndpointContent -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001 -ContentPath /a
```

```output
{{ Add output here }}
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here }}
```

{{ Add description here }}

20 changes: 3 additions & 17 deletions src/Cdn/examples/Disable-AzCdnCustomDomainCustomHttps.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
### Example 1: {{ Add title here }}
### Example 1: Disable an AzureCDN custom domain under the AzureCDN endpoint
```powershell
{{ Add code here }}
Disable-AzCdnCustomDomainCustomHttps -ResourceGroupName testps-rg-da16jm -ProfileName cdn001 -EndpointName endptest001 -CustomDomainName customdomain001
```

```output
{{ Add output here }}
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here }}
```
Disable an AzureCDN custom domain under the AzureCDN endpoint

{{ Add description here }}

20 changes: 7 additions & 13 deletions src/Cdn/examples/Enable-AzCdnCustomDomainCustomHttps.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
### Example 1: {{ Add title here }}
### Example 1: Enable an AzureCDN custom domain under the AzureCDN endpoint
```powershell
{{ Add code here }}
$customDomainHttpsParameter = New-AzCdnManagedHttpsParametersObject -CertificateSourceParameterCertificateType Dedicated -CertificateSource Cdn -ProtocolType TLS12
Enable-AzCdnCustomDomainCustomHttps -ResourceGroupName testps-rg-da16jm -ProfileName cdn001 -EndpointName endptest001 -CustomDomainName customdomain001 -CustomDomainHttpsParameter $customDomainHttpsParameter
```

```output
{{ Add output here }}
Name ResourceGroupName
---- -----------------
customdomain001 testps-rg-da16jm
```

{{ Add description here }}
Enable an AzureCDN custom domain under the AzureCDN endpoint

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here }}
```

{{ Add description here }}

21 changes: 13 additions & 8 deletions src/Cdn/examples/Get-AzCdnCustomDomain.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
### Example 1: {{ Add title here }}
### Example 1: List AzureCDN custom domains under the AzureCDN endpoint
```powershell
{{ Add code here }}
Get-AzCdnCustomDomain -ResourceGroupName testps-rg-da16jm -ProfileName cdn001 -EndpointName endptest001
```

```output
{{ Add output here }}
Name ResourceGroupName
---- -----------------
customdomain001 testps-rg-da16jm
customdomain002 testps-rg-da16jm
```

{{ Add description here }}
List AzureCDN custom domains under the AzureCDN endpoint

### Example 2: {{ Add title here }}
### Example 2: Get an AzureCDN custom domain under the AzureCDN endpoint
```powershell
{{ Add code here }}
Get-AzCdnCustomDomain -ResourceGroupName testps-rg-da16jm -ProfileName cdn001 -EndpointName endptest001 -Name customdomain001
```

```output
{{ Add output here }}
Name ResourceGroupName
---- -----------------
customdomain001 testps-rg-da16jm
```

{{ Add description here }}
Get an AzureCDN custom domain under the AzureCDN endpoint

23 changes: 7 additions & 16 deletions src/Cdn/examples/Get-AzCdnEdgeNode.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
### Example 1: {{ Add title here }}
### Example 1: List AzureCDN Edge Noes
```powershell
{{ Add code here }}
Get-AzCdnEdgeNode
```

```output
{{ Add output here }}
Name
----
Standard_Verizon
Premium_Verizon
Custom_Verizon
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here }}
```

{{ Add description here }}

21 changes: 13 additions & 8 deletions src/Cdn/examples/Get-AzCdnEndpoint.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
### Example 1: {{ Add title here }}
### Example 1: List AzureCDN Endpoints under the AzureCDN profile
```powershell
{{ Add code here }}
Get-AzCdnEndpoint -ResourceGroupName testps-rg-da16jm -ProfileName cdn001
```

```output
{{ Add output here }}
Location Name ResourceGroupName
-------- ---- -----------------
WestUs endptest001 testps-rg-da16jm
WestUs endptest002 testps-rg-da16jm
```

{{ Add description here }}
List AzureCDN Endpoints under the AzureCDN profile

### Example 2: {{ Add title here }}
### Example 2: Get an AzureCDN Endpoint under the AzureCDN profile
```powershell
{{ Add code here }}
Get-AzCdnEndpoint -ResourceGroupName testps-rg-da16jm -ProfileName cdn001 -Name endptest001
```

```output
{{ Add output here }}
Location Name ResourceGroupName
-------- ---- -----------------
WestUs endptest001 testps-rg-da16jm
```

{{ Add description here }}
Get an AzureCDN Endpoint under the AzureCDN profile

Loading

0 comments on commit 6b2487b

Please sign in to comment.