-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from ChenglongLiu/feature/Cdndev
Feature/cdndev
- Loading branch information
Showing
28 changed files
with
1,078 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 77 additions & 0 deletions
77
...Cdn.Autorest/docs/New-AzCdnAzureFirstPartyManagedCertificateParametersObject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
external help file: | ||
Module Name: Az.Cdn | ||
online version: https://docs.microsoft.com/powershell/module/az.Cdn/new-AzCdnAzureFirstPartyManagedCertificateParametersObject | ||
schema: 2.0.0 | ||
--- | ||
|
||
# New-AzCdnAzureFirstPartyManagedCertificateParametersObject | ||
|
||
## SYNOPSIS | ||
Create an in-memory object for AzureFirstPartyManagedCertificateParameters. | ||
|
||
## SYNTAX | ||
|
||
``` | ||
New-AzCdnAzureFirstPartyManagedCertificateParametersObject -Type <SecretType> [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
Create an in-memory object for AzureFirstPartyManagedCertificateParameters. | ||
|
||
## EXAMPLES | ||
|
||
### Example 1: {{ Add title here }} | ||
```powershell | ||
{{ Add code here }} | ||
``` | ||
|
||
```output | ||
{{ Add output here }} | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
### Example 2: {{ Add title here }} | ||
```powershell | ||
{{ Add code here }} | ||
``` | ||
|
||
```output | ||
{{ Add output here }} | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
## PARAMETERS | ||
|
||
### -Type | ||
The type of the secret resource. | ||
|
||
```yaml | ||
Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SecretType | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: True | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### CommonParameters | ||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||
## INPUTS | ||
## OUTPUTS | ||
### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.AzureFirstPartyManagedCertificateParameters | ||
## NOTES | ||
ALIASES | ||
## RELATED LINKS | ||
139 changes: 139 additions & 0 deletions
139
src/Cdn/Cdn.Autorest/docs/New-AzCdnCustomerCertificateParametersObject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
--- | ||
external help file: | ||
Module Name: Az.Cdn | ||
online version: https://docs.microsoft.com/powershell/module/az.Cdn/new-AzCdnCustomerCertificateParametersObject | ||
schema: 2.0.0 | ||
--- | ||
|
||
# New-AzCdnCustomerCertificateParametersObject | ||
|
||
## SYNOPSIS | ||
Create an in-memory object for CustomerCertificateParameters. | ||
|
||
## SYNTAX | ||
|
||
``` | ||
New-AzCdnCustomerCertificateParametersObject -Type <SecretType> [-SecretSourceId <String>] | ||
[-SecretVersion <String>] [-SubjectAlternativeName <String[]>] [-UseLatestVersion <Boolean>] | ||
[<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
Create an in-memory object for CustomerCertificateParameters. | ||
|
||
## EXAMPLES | ||
|
||
### Example 1: {{ Add title here }} | ||
```powershell | ||
{{ Add code here }} | ||
``` | ||
|
||
```output | ||
{{ Add output here }} | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
### Example 2: {{ Add title here }} | ||
```powershell | ||
{{ Add code here }} | ||
``` | ||
|
||
```output | ||
{{ Add output here }} | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
## PARAMETERS | ||
|
||
### -SecretSourceId | ||
Resource ID. | ||
|
||
```yaml | ||
Type: System.String | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### -SecretVersion | ||
Version of the secret to be used. | ||
```yaml | ||
Type: System.String | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### -SubjectAlternativeName | ||
The list of SANs. | ||
```yaml | ||
Type: System.String[] | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### -Type | ||
The type of the secret resource. | ||
```yaml | ||
Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SecretType | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: True | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### -UseLatestVersion | ||
Whether to use the latest version for the certificate. | ||
```yaml | ||
Type: System.Boolean | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### CommonParameters | ||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||
## INPUTS | ||
## OUTPUTS | ||
### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.CustomerCertificateParameters | ||
## NOTES | ||
ALIASES | ||
## RELATED LINKS | ||
77 changes: 77 additions & 0 deletions
77
src/Cdn/Cdn.Autorest/docs/New-AzCdnManagedCertificateParametersObject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
external help file: | ||
Module Name: Az.Cdn | ||
online version: https://docs.microsoft.com/powershell/module/az.Cdn/new-AzCdnManagedCertificateParametersObject | ||
schema: 2.0.0 | ||
--- | ||
|
||
# New-AzCdnManagedCertificateParametersObject | ||
|
||
## SYNOPSIS | ||
Create an in-memory object for ManagedCertificateParameters. | ||
|
||
## SYNTAX | ||
|
||
``` | ||
New-AzCdnManagedCertificateParametersObject -Type <SecretType> [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
Create an in-memory object for ManagedCertificateParameters. | ||
|
||
## EXAMPLES | ||
|
||
### Example 1: {{ Add title here }} | ||
```powershell | ||
{{ Add code here }} | ||
``` | ||
|
||
```output | ||
{{ Add output here }} | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
### Example 2: {{ Add title here }} | ||
```powershell | ||
{{ Add code here }} | ||
``` | ||
|
||
```output | ||
{{ Add output here }} | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
## PARAMETERS | ||
|
||
### -Type | ||
The type of the secret resource. | ||
|
||
```yaml | ||
Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SecretType | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: True | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### CommonParameters | ||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). | ||
## INPUTS | ||
## OUTPUTS | ||
### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.ManagedCertificateParameters | ||
## NOTES | ||
ALIASES | ||
## RELATED LINKS | ||
Oops, something went wrong.