Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Set-AzNginxCertificate and Set-AzNginxDeployment #23881

Merged
merged 1 commit into from
Jan 5, 2024
Merged
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
4 changes: 2 additions & 2 deletions src/Nginx/Nginx.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ input-file:

root-module-name: $(prefix).Nginx
title: Nginx
module-version: 1.0.0
module-version: 0.1.0
subject-prefix: Nginx
nested-object-to-string: true

Expand All @@ -60,7 +60,7 @@ directive:
variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$
remove: true
- where:
subject: Configuration
subject: Configuration|Certificate|Deployment
verb: Set
remove: true
# ProvisioningState readonly
Expand Down
18 changes: 2 additions & 16 deletions src/Nginx/Nginx.Autorest/docs/Get-AzNginxCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ This command gets a certificate.
## PARAMETERS

### -DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

```yaml
Type: System.Management.Automation.PSObject
Expand Down Expand Up @@ -168,20 +169,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.


`INPUTOBJECT <INginxIdentity>`: Identity Parameter
- `[CertificateName <String>]`: The name of certificate
- `[ConfigurationName <String>]`: The name of configuration, only 'default' is supported value due to the singleton of Nginx conf
- `[DeploymentName <String>]`: The name of targeted Nginx deployment
- `[Id <String>]`: Resource identity path
- `[ResourceGroupName <String>]`: The name of the resource group. The name is case insensitive.
- `[SubscriptionId <String>]`: The ID of the target subscription.

## RELATED LINKS

18 changes: 2 additions & 16 deletions src/Nginx/Nginx.Autorest/docs/Get-AzNginxConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Get a default configuration.
## PARAMETERS

### -DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

```yaml
Type: System.Management.Automation.PSObject
Expand Down Expand Up @@ -154,20 +155,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.


`INPUTOBJECT <INginxIdentity>`: Identity Parameter
- `[CertificateName <String>]`: The name of certificate
- `[ConfigurationName <String>]`: The name of configuration, only 'default' is supported value due to the singleton of Nginx conf
- `[DeploymentName <String>]`: The name of targeted Nginx deployment
- `[Id <String>]`: Resource identity path
- `[ResourceGroupName <String>]`: The name of the resource group. The name is case insensitive.
- `[SubscriptionId <String>]`: The ID of the target subscription.

## RELATED LINKS

18 changes: 2 additions & 16 deletions src/Nginx/Nginx.Autorest/docs/Get-AzNginxDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ This command lists all NGINX deployments in a resource group.
## PARAMETERS

### -DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

```yaml
Type: System.Management.Automation.PSObject
Expand Down Expand Up @@ -174,20 +175,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.


`INPUTOBJECT <INginxIdentity>`: Identity Parameter
- `[CertificateName <String>]`: The name of certificate
- `[ConfigurationName <String>]`: The name of configuration, only 'default' is supported value due to the singleton of Nginx conf
- `[DeploymentName <String>]`: The name of targeted Nginx deployment
- `[Id <String>]`: Resource identity path
- `[ResourceGroupName <String>]`: The name of the resource group. The name is case insensitive.
- `[SubscriptionId <String>]`: The ID of the target subscription.

## RELATED LINKS

5 changes: 2 additions & 3 deletions src/Nginx/Nginx.Autorest/docs/New-AzNginxCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ Accept wildcard characters: False
```

### -DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

```yaml
Type: System.Management.Automation.PSObject
Expand Down Expand Up @@ -247,7 +248,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

## RELATED LINKS

18 changes: 2 additions & 16 deletions src/Nginx/Nginx.Autorest/docs/New-AzNginxConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ Accept wildcard characters: False
```

### -DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

```yaml
Type: System.Management.Automation.PSObject
Expand Down Expand Up @@ -279,20 +280,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.


`FILE <INginxConfigurationFile[]>`: .
- `[Content <String>]`:
- `[VirtualPath <String>]`:

`PROTECTEDFILE <INginxConfigurationFile[]>`: .
- `[Content <String>]`:
- `[VirtualPath <String>]`:

## RELATED LINKS

Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

## RELATED LINKS

21 changes: 2 additions & 19 deletions src/Nginx/Nginx.Autorest/docs/New-AzNginxDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ Accept wildcard characters: False
```

### -DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

```yaml
Type: System.Management.Automation.PSObject
Expand Down Expand Up @@ -356,23 +357,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.


`NETWORKPROFILE <INginxNetworkProfile>`: .
- `[FrontEndIPConfiguration <INginxFrontendIPConfiguration>]`:
- `[PrivateIPAddress <INginxPrivateIPAddress[]>]`:
- `[PrivateIPAddress <String>]`:
- `[PrivateIPAllocationMethod <NginxPrivateIPAllocationMethod?>]`:
- `[SubnetId <String>]`:
- `[PublicIPAddress <INginxPublicIPAddress[]>]`:
- `[Id <String>]`:
- `[NetworkInterfaceConfiguration <INginxNetworkInterfaceConfiguration>]`:
- `[SubnetId <String>]`:

## RELATED LINKS

18 changes: 0 additions & 18 deletions src/Nginx/Nginx.Autorest/docs/New-AzNginxNetworkProfileObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.


`FRONTENDIPCONFIGURATION <INginxFrontendIPConfiguration>`:
- `[PrivateIPAddress <INginxPrivateIPAddress[]>]`:
- `[PrivateIPAddress <String>]`:
- `[PrivateIPAllocationMethod <NginxPrivateIPAllocationMethod?>]`:
- `[SubnetId <String>]`:
- `[PublicIPAddress <INginxPublicIPAddress[]>]`:
- `[Id <String>]`:

`NETWORKINTERFACECONFIGURATION <INginxNetworkInterfaceConfiguration>`:
- `[SubnetId <String>]`:

## RELATED LINKS

Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

## RELATED LINKS

Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

## RELATED LINKS

18 changes: 2 additions & 16 deletions src/Nginx/Nginx.Autorest/docs/Remove-AzNginxCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Accept wildcard characters: False
```

### -DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

```yaml
Type: System.Management.Automation.PSObject
Expand Down Expand Up @@ -227,20 +228,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.


`INPUTOBJECT <INginxIdentity>`: Identity Parameter
- `[CertificateName <String>]`: The name of certificate
- `[ConfigurationName <String>]`: The name of configuration, only 'default' is supported value due to the singleton of Nginx conf
- `[DeploymentName <String>]`: The name of targeted Nginx deployment
- `[Id <String>]`: Resource identity path
- `[ResourceGroupName <String>]`: The name of the resource group. The name is case insensitive.
- `[SubscriptionId <String>]`: The ID of the target subscription.

## RELATED LINKS

18 changes: 2 additions & 16 deletions src/Nginx/Nginx.Autorest/docs/Remove-AzNginxConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Accept wildcard characters: False
```

### -DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

```yaml
Type: System.Management.Automation.PSObject
Expand Down Expand Up @@ -227,20 +228,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.


`INPUTOBJECT <INginxIdentity>`: Identity Parameter
- `[CertificateName <String>]`: The name of certificate
- `[ConfigurationName <String>]`: The name of configuration, only 'default' is supported value due to the singleton of Nginx conf
- `[DeploymentName <String>]`: The name of targeted Nginx deployment
- `[Id <String>]`: Resource identity path
- `[ResourceGroupName <String>]`: The name of the resource group. The name is case insensitive.
- `[SubscriptionId <String>]`: The ID of the target subscription.

## RELATED LINKS

18 changes: 2 additions & 16 deletions src/Nginx/Nginx.Autorest/docs/Remove-AzNginxDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Accept wildcard characters: False
```

### -DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

```yaml
Type: System.Management.Automation.PSObject
Expand Down Expand Up @@ -211,20 +212,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.


`INPUTOBJECT <INginxIdentity>`: Identity Parameter
- `[CertificateName <String>]`: The name of certificate
- `[ConfigurationName <String>]`: The name of configuration, only 'default' is supported value due to the singleton of Nginx conf
- `[DeploymentName <String>]`: The name of targeted Nginx deployment
- `[Id <String>]`: Resource identity path
- `[ResourceGroupName <String>]`: The name of the resource group. The name is case insensitive.
- `[SubscriptionId <String>]`: The ID of the target subscription.

## RELATED LINKS

18 changes: 2 additions & 16 deletions src/Nginx/Nginx.Autorest/docs/Update-AzNginxDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ Accept wildcard characters: False
```

### -DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

```yaml
Type: System.Management.Automation.PSObject
Expand Down Expand Up @@ -366,20 +367,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.


`INPUTOBJECT <INginxIdentity>`: Identity Parameter
- `[CertificateName <String>]`: The name of certificate
- `[ConfigurationName <String>]`: The name of configuration, only 'default' is supported value due to the singleton of Nginx conf
- `[DeploymentName <String>]`: The name of targeted Nginx deployment
- `[Id <String>]`: Resource identity path
- `[ResourceGroupName <String>]`: The name of the resource group. The name is case insensitive.
- `[SubscriptionId <String>]`: The ID of the target subscription.

## RELATED LINKS