Skip to content

Commit b2b488b

Browse files
committed
Remove phantom AcquirePolicyToken/ChangeReference parameters from help files
1 parent 2b67eba commit b2b488b

623 files changed

Lines changed: 1130 additions & 20634 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Network/Network/help/Add-AzApplicationGatewayAuthenticationCertificate.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adds an authentication certificate to an application gateway.
1616
```
1717
Add-AzApplicationGatewayAuthenticationCertificate -ApplicationGateway <PSApplicationGateway> -Name <String>
1818
-CertificateFile <String> [-DefaultProfile <IAzureContextContainer>]
19-
[-WhatIf] [-Confirm] [-AcquirePolicyToken] [-ChangeReference <String>] [<CommonParameters>]
19+
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
@@ -37,21 +37,6 @@ The third command updates the application gateway.
3737

3838
## PARAMETERS
3939

40-
### -AcquirePolicyToken
41-
Acquire an Azure Policy token automatically for this resource operation.
42-
43-
```yaml
44-
Type: System.Management.Automation.SwitchParameter
45-
Parameter Sets: (All)
46-
Aliases:
47-
48-
Required: False
49-
Position: Named
50-
Default value: None
51-
Accept pipeline input: False
52-
Accept wildcard characters: False
53-
```
54-
5540
### -ApplicationGateway
5641
Specifies the name of application gateway for which this cmdlet adds an authentication certificate.
5742

@@ -82,21 +67,6 @@ Accept pipeline input: False
8267
Accept wildcard characters: False
8368
```
8469
85-
### -ChangeReference
86-
The change reference resource ID for this resource operation.
87-
88-
```yaml
89-
Type: System.String
90-
Parameter Sets: (All)
91-
Aliases:
92-
93-
Required: False
94-
Position: Named
95-
Default value: None
96-
Accept pipeline input: False
97-
Accept wildcard characters: False
98-
```
99-
10070
### -DefaultProfile
10171
The credentials, account, tenant, and subscription used for communication with azure.
10272

src/Network/Network/help/Add-AzApplicationGatewayBackendAddressPool.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adds a back-end address pool to an application gateway.
1616
```
1717
Add-AzApplicationGatewayBackendAddressPool -ApplicationGateway <PSApplicationGateway> -Name <String>
1818
[-BackendIPAddresses <String[]>] [-BackendFqdns <String[]>] [-DefaultProfile <IAzureContextContainer>]
19-
[-WhatIf] [-Confirm] [-AcquirePolicyToken] [-ChangeReference <String>]
19+
[-WhatIf] [-Confirm]
2020
[<CommonParameters>]
2121
```
2222

@@ -44,21 +44,6 @@ The first command gets the application gateway named ApplicationGateway01 in the
4444

4545
## PARAMETERS
4646

47-
### -AcquirePolicyToken
48-
Acquire an Azure Policy token automatically for this resource operation.
49-
50-
```yaml
51-
Type: System.Management.Automation.SwitchParameter
52-
Parameter Sets: (All)
53-
Aliases:
54-
55-
Required: False
56-
Position: Named
57-
Default value: None
58-
Accept pipeline input: False
59-
Accept wildcard characters: False
60-
```
61-
6247
### -ApplicationGateway
6348
Specifies the application gateway to which this cmdlet adds a back-end address pool.
6449

@@ -104,21 +89,6 @@ Accept pipeline input: False
10489
Accept wildcard characters: False
10590
```
10691
107-
### -ChangeReference
108-
The change reference resource ID for this resource operation.
109-
110-
```yaml
111-
Type: System.String
112-
Parameter Sets: (All)
113-
Aliases:
114-
115-
Required: False
116-
Position: Named
117-
Default value: None
118-
Accept pipeline input: False
119-
Accept wildcard characters: False
120-
```
121-
12292
### -DefaultProfile
12393
The credentials, account, tenant, and subscription used for communication with azure.
12494

src/Network/Network/help/Add-AzApplicationGatewayBackendHttpSetting.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ Add-AzApplicationGatewayBackendHttpSetting -ApplicationGateway <PSApplicationGat
2121
[-TrustedRootCertificate <PSApplicationGatewayTrustedRootCertificate[]>] [-PickHostNameFromBackendAddress]
2222
[-HostName <String>] [-AffinityCookieName <String>] [-Path <String>] [-DedicatedBackendConnection <Boolean>]
2323
[-ValidateCertChainAndExpiry <Boolean>] [-ValidateSNI <Boolean>] [-SniName <String>]
24-
[-DefaultProfile <IAzureContextContainer>] [-AcquirePolicyToken]
25-
[-ChangeReference <String>] [<CommonParameters>]
24+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2625
```
2726

2827
## DESCRIPTION
@@ -52,21 +51,6 @@ Add-AzApplicationGatewayBackendHttpSetting -ApplicationGateway <PSApplicationGat
5251

5352
## PARAMETERS
5453

55-
### -AcquirePolicyToken
56-
Acquire an Azure Policy token automatically for this resource operation.
57-
58-
```yaml
59-
Type: System.Management.Automation.SwitchParameter
60-
Parameter Sets: (All)
61-
Aliases:
62-
63-
Required: False
64-
Position: Named
65-
Default value: None
66-
Accept pipeline input: False
67-
Accept wildcard characters: False
68-
```
69-
7054
### -AffinityCookieName
7155
Cookie name to use for the affinity cookie
7256

@@ -112,21 +96,6 @@ Accept pipeline input: False
11296
Accept wildcard characters: False
11397
```
11498
115-
### -ChangeReference
116-
The change reference resource ID for this resource operation.
117-
118-
```yaml
119-
Type: System.String
120-
Parameter Sets: (All)
121-
Aliases:
122-
123-
Required: False
124-
Position: Named
125-
Default value: None
126-
Accept pipeline input: False
127-
Accept wildcard characters: False
128-
```
129-
13099
### -ConnectionDraining
131100
Connection draining of the backend http settings resource.
132101

src/Network/Network/help/Add-AzApplicationGatewayBackendSetting.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Adds back-end TCP\TLS settings to an application gateway.
1616
Add-AzApplicationGatewayBackendSetting -ApplicationGateway <PSApplicationGateway> -Name <String> -Port <Int32>
1717
-Protocol <String> [-Timeout <Int32>] [-ProbeId <String>] [-Probe <PSApplicationGatewayProbe>]
1818
[-TrustedRootCertificate <PSApplicationGatewayTrustedRootCertificate[]>] [-PickHostNameFromBackendAddress]
19-
[-HostName <String>] [-EnableL4ClientIpPreservation <Boolean>] [-DefaultProfile <IAzureContextContainer>]
20-
[-AcquirePolicyToken] [-ChangeReference <String>] [<CommonParameters>]
19+
[-HostName <String>] [-EnableL4ClientIpPreservation <Boolean>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2120
```
2221

2322
## DESCRIPTION
@@ -36,21 +35,6 @@ The first command gets the application gateway named ApplicationGateway01 that b
3635

3736
## PARAMETERS
3837

39-
### -AcquirePolicyToken
40-
Acquire an Azure Policy token automatically for this resource operation.
41-
42-
```yaml
43-
Type: System.Management.Automation.SwitchParameter
44-
Parameter Sets: (All)
45-
Aliases:
46-
47-
Required: False
48-
Position: Named
49-
Default value: None
50-
Accept pipeline input: False
51-
Accept wildcard characters: False
52-
```
53-
5438
### -ApplicationGateway
5539
Specifies the name of application gateway for which this cmdlet adds settings.
5640

@@ -66,21 +50,6 @@ Accept pipeline input: True (ByValue)
6650
Accept wildcard characters: False
6751
```
6852
69-
### -ChangeReference
70-
The change reference resource ID for this resource operation.
71-
72-
```yaml
73-
Type: System.String
74-
Parameter Sets: (All)
75-
Aliases:
76-
77-
Required: False
78-
Position: Named
79-
Default value: None
80-
Accept pipeline input: False
81-
Accept wildcard characters: False
82-
```
83-
8453
### -DefaultProfile
8554
The credentials, account, tenant, and subscription used for communication with Azure.
8655

src/Network/Network/help/Add-AzApplicationGatewayCustomError.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Adds a custom error to an application gateway.
1414

1515
```
1616
Add-AzApplicationGatewayCustomError -ApplicationGateway <PSApplicationGateway> -StatusCode <String>
17-
-CustomErrorPageUrl <String> [-DefaultProfile <IAzureContextContainer>]
18-
[-AcquirePolicyToken] [-ChangeReference <String>] [<CommonParameters>]
17+
-CustomErrorPageUrl <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1918
```
2019

2120
## DESCRIPTION
@@ -51,21 +50,6 @@ This command adds a custom error of http status code 502 to the application gate
5150

5251
## PARAMETERS
5352

54-
### -AcquirePolicyToken
55-
Acquire an Azure Policy token automatically for this resource operation.
56-
57-
```yaml
58-
Type: System.Management.Automation.SwitchParameter
59-
Parameter Sets: (All)
60-
Aliases:
61-
62-
Required: False
63-
Position: Named
64-
Default value: None
65-
Accept pipeline input: False
66-
Accept wildcard characters: False
67-
```
68-
6953
### -ApplicationGateway
7054
The Application Gateway
7155

@@ -81,21 +65,6 @@ Accept pipeline input: True (ByValue)
8165
Accept wildcard characters: False
8266
```
8367
84-
### -ChangeReference
85-
The change reference resource ID for this resource operation.
86-
87-
```yaml
88-
Type: System.String
89-
Parameter Sets: (All)
90-
Aliases:
91-
92-
Required: False
93-
Position: Named
94-
Default value: None
95-
Accept pipeline input: False
96-
Accept wildcard characters: False
97-
```
98-
9968
### -CustomErrorPageUrl
10069
Error page URL of the application gateway customer error.
10170

src/Network/Network/help/Add-AzApplicationGatewayFrontendIPConfig.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@ Adds a front-end IP configuration to an application gateway.
1717
```
1818
Add-AzApplicationGatewayFrontendIPConfig -ApplicationGateway <PSApplicationGateway> -Name <String>
1919
[-PrivateIPAddress <String>] [-SubnetId <String>] [-PublicIPAddressId <String>]
20-
[-PrivateLinkConfigurationId <String>] [-DefaultProfile <IAzureContextContainer>]
21-
[-AcquirePolicyToken] [-ChangeReference <String>] [<CommonParameters>]
20+
[-PrivateLinkConfigurationId <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2221
```
2322

2423
### SetByResource
2524
```
2625
Add-AzApplicationGatewayFrontendIPConfig -ApplicationGateway <PSApplicationGateway> -Name <String>
2726
[-PrivateIPAddress <String>] [-Subnet <PSSubnet>] [-PublicIPAddress <PSPublicIpAddress>]
2827
[-PrivateLinkConfiguration <PSApplicationGatewayPrivateLinkConfiguration>]
29-
[-DefaultProfile <IAzureContextContainer>] [-AcquirePolicyToken]
30-
[-ChangeReference <String>] [<CommonParameters>]
28+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
3129
```
3230

3331
## DESCRIPTION
@@ -79,21 +77,6 @@ The fourth command adds a front-end IP configuration named FrontendIP02 using $S
7977

8078
## PARAMETERS
8179

82-
### -AcquirePolicyToken
83-
Acquire an Azure Policy token automatically for this resource operation.
84-
85-
```yaml
86-
Type: System.Management.Automation.SwitchParameter
87-
Parameter Sets: (All)
88-
Aliases:
89-
90-
Required: False
91-
Position: Named
92-
Default value: None
93-
Accept pipeline input: False
94-
Accept wildcard characters: False
95-
```
96-
9780
### -ApplicationGateway
9881
Specifies the application gateway to which this cmdlet adds a front-end IP configuration.
9982

@@ -109,21 +92,6 @@ Accept pipeline input: True (ByValue)
10992
Accept wildcard characters: False
11093
```
11194
112-
### -ChangeReference
113-
The change reference resource ID for this resource operation.
114-
115-
```yaml
116-
Type: System.String
117-
Parameter Sets: (All)
118-
Aliases:
119-
120-
Required: False
121-
Position: Named
122-
Default value: None
123-
Accept pipeline input: False
124-
Accept wildcard characters: False
125-
```
126-
12795
### -DefaultProfile
12896
The credentials, account, tenant, and subscription used for communication with azure.
12997

src/Network/Network/help/Add-AzApplicationGatewayFrontendPort.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Adds a front-end port to an application gateway.
1515

1616
```
1717
Add-AzApplicationGatewayFrontendPort -ApplicationGateway <PSApplicationGateway> -Name <String> -Port <Int32>
18-
[-DefaultProfile <IAzureContextContainer>] [-AcquirePolicyToken]
19-
[-ChangeReference <String>] [<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2019
```
2120

2221
## DESCRIPTION
@@ -35,21 +34,6 @@ The second command adds port 80 as a front-end port for the application gateway
3534

3635
## PARAMETERS
3736

38-
### -AcquirePolicyToken
39-
Acquire an Azure Policy token automatically for this resource operation.
40-
41-
```yaml
42-
Type: System.Management.Automation.SwitchParameter
43-
Parameter Sets: (All)
44-
Aliases:
45-
46-
Required: False
47-
Position: Named
48-
Default value: None
49-
Accept pipeline input: False
50-
Accept wildcard characters: False
51-
```
52-
5337
### -ApplicationGateway
5438
Specifies the application gateway to which this cmdlet adds a front-end port.
5539

@@ -65,21 +49,6 @@ Accept pipeline input: True (ByValue)
6549
Accept wildcard characters: False
6650
```
6751
68-
### -ChangeReference
69-
The change reference resource ID for this resource operation.
70-
71-
```yaml
72-
Type: System.String
73-
Parameter Sets: (All)
74-
Aliases:
75-
76-
Required: False
77-
Position: Named
78-
Default value: None
79-
Accept pipeline input: False
80-
Accept wildcard characters: False
81-
```
82-
8352
### -DefaultProfile
8453
The credentials, account, tenant, and subscription used for communication with azure.
8554

0 commit comments

Comments
 (0)