Skip to content

Commit 863cc3b

Browse files
committed
Revert the type shorting in help file
1 parent e753258 commit 863cc3b

File tree

41 files changed

+293
-293
lines changed

Some content is hidden

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

41 files changed

+293
-293
lines changed

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Add-AzDataLakeStoreFirewallRule.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This creates a new firewall rule called "MyRule" in account "ContosoADL" with an
3737
The Data Lake Store account to add the firewall rule to
3838

3939
```yaml
40-
Type: String
40+
Type: System.String
4141
Parameter Sets: (All)
4242
Aliases: AccountName
4343

@@ -52,7 +52,7 @@ Accept wildcard characters: False
5252
The credentials, account, tenant, and subscription used for communication with azure
5353
5454
```yaml
55-
Type: IAzureContextContainer
55+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
5656
Parameter Sets: (All)
5757
Aliases: AzureRmContext, AzureCredential
5858

@@ -67,7 +67,7 @@ Accept wildcard characters: False
6767
The end of the valid ip range for the firewall rule
6868
6969
```yaml
70-
Type: String
70+
Type: System.String
7171
Parameter Sets: (All)
7272
Aliases:
7373

@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
The name of the firewall rule to add.
8383
8484
```yaml
85-
Type: String
85+
Type: System.String
8686
Parameter Sets: (All)
8787
Aliases:
8888

@@ -97,7 +97,7 @@ Accept wildcard characters: False
9797
Name of resource group under which the account to add the firewall rule is.
9898
9999
```yaml
100-
Type: String
100+
Type: System.String
101101
Parameter Sets: (All)
102102
Aliases:
103103

@@ -112,7 +112,7 @@ Accept wildcard characters: False
112112
The start of the valid ip range for the firewall rule
113113
114114
```yaml
115-
Type: String
115+
Type: System.String
116116
Parameter Sets: (All)
117117
Aliases:
118118

@@ -127,7 +127,7 @@ Accept wildcard characters: False
127127
Prompts you for confirmation before running the cmdlet.
128128
129129
```yaml
130-
Type: SwitchParameter
130+
Type: System.Management.Automation.SwitchParameter
131131
Parameter Sets: (All)
132132
Aliases: cf
133133

@@ -140,7 +140,7 @@ Accept wildcard characters: False
140140
141141
### -WhatIf
142142
```yaml
143-
Type: SwitchParameter
143+
Type: System.Management.Automation.SwitchParameter
144144
Parameter Sets: (All)
145145
Aliases: wi
146146

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Add-AzDataLakeStoreItemContent.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This command adds content to the file myFile.txt.
3636
Specifies the name of the Data Lake Store account.
3737

3838
```yaml
39-
Type: String
39+
Type: System.String
4040
Parameter Sets: (All)
4141
Aliases: AccountName
4242

@@ -51,7 +51,7 @@ Accept wildcard characters: False
5151
The credentials, account, tenant, and subscription used for communication with azure
5252
5353
```yaml
54-
Type: IAzureContextContainer
54+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
5555
Parameter Sets: (All)
5656
Aliases: AzureRmContext, AzureCredential
5757

@@ -78,7 +78,7 @@ The acceptable values for this parameter are:
7878
- BigEndianUTF32
7979
8080
```yaml
81-
Type: Encoding
81+
Type: System.Text.Encoding
8282
Parameter Sets: (All)
8383
Aliases:
8484

@@ -93,7 +93,7 @@ Accept wildcard characters: False
9393
Specifies the Data Lake Store path of the item to modify, starting with the root directory (/).
9494
9595
```yaml
96-
Type: DataLakeStorePathInstance
96+
Type: Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStorePathInstance
9797
Parameter Sets: (All)
9898
Aliases:
9999

@@ -108,7 +108,7 @@ Accept wildcard characters: False
108108
Specifies the content to add to the item.
109109
110110
```yaml
111-
Type: Object
111+
Type: System.Object
112112
Parameter Sets: (All)
113113
Aliases:
114114

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Add-AzDataLakeStoreTrustedIdProvider.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Adds the provider "MyProvider" to account "ContosoADL" with the provider endpoin
3737
The name of the Data Lake Store account to add the specified trusted identity provider to.
3838

3939
```yaml
40-
Type: String
40+
Type: System.String
4141
Parameter Sets: (All)
4242
Aliases: AccountName
4343

@@ -52,7 +52,7 @@ Accept wildcard characters: False
5252
The credentials, account, tenant, and subscription used for communication with azure
5353
5454
```yaml
55-
Type: IAzureContextContainer
55+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
5656
Parameter Sets: (All)
5757
Aliases: AzureRmContext, AzureCredential
5858

@@ -67,7 +67,7 @@ Accept wildcard characters: False
6767
The name of the trusted identity provider to add
6868
6969
```yaml
70-
Type: String
70+
Type: System.String
7171
Parameter Sets: (All)
7272
Aliases:
7373

@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
The valid trusted provider endpoint in the format: https://sts.windows.net/\<provider identity\>"
8383
8484
```yaml
85-
Type: String
85+
Type: System.String
8686
Parameter Sets: (All)
8787
Aliases:
8888

@@ -97,7 +97,7 @@ Accept wildcard characters: False
9797
Name of resource group under which the account to add the trusted identity provider is.
9898
9999
```yaml
100-
Type: String
100+
Type: System.String
101101
Parameter Sets: (All)
102102
Aliases:
103103

@@ -112,7 +112,7 @@ Accept wildcard characters: False
112112
Prompts you for confirmation before running the cmdlet.
113113
114114
```yaml
115-
Type: SwitchParameter
115+
Type: System.Management.Automation.SwitchParameter
116116
Parameter Sets: (All)
117117
Aliases: cf
118118

@@ -125,7 +125,7 @@ Accept wildcard characters: False
125125
126126
### -WhatIf
127127
```yaml
128-
Type: SwitchParameter
128+
Type: System.Management.Automation.SwitchParameter
129129
Parameter Sets: (All)
130130
Aliases: wi
131131

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Add-AzDataLakeStoreVirtualNetworkRule.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This creates a new virtual network rule called "myVNET" in account "dls" with a
4242
The Data Lake Store account to add the virtual network rule to
4343

4444
```yaml
45-
Type: String
45+
Type: System.String
4646
Parameter Sets: (All)
4747
Aliases: AccountName
4848

@@ -57,7 +57,7 @@ Accept wildcard characters: False
5757
The credentials, account, tenant, and subscription used for communication with Azure.
5858
5959
```yaml
60-
Type: IAzureContextContainer
60+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
6161
Parameter Sets: (All)
6262
Aliases: AzureRmContext, AzureCredential
6363

@@ -72,7 +72,7 @@ Accept wildcard characters: False
7272
The name of the virtual network rule.
7373
7474
```yaml
75-
Type: String
75+
Type: System.String
7676
Parameter Sets: (All)
7777
Aliases:
7878

@@ -87,7 +87,7 @@ Accept wildcard characters: False
8787
The subnetId of the virtual network rule
8888
8989
```yaml
90-
Type: String
90+
Type: System.String
9191
Parameter Sets: (All)
9292
Aliases:
9393

@@ -102,7 +102,7 @@ Accept wildcard characters: False
102102
Prompts you for confirmation before running the cmdlet.
103103
104104
```yaml
105-
Type: SwitchParameter
105+
Type: System.Management.Automation.SwitchParameter
106106
Parameter Sets: (All)
107107
Aliases: cf
108108

@@ -118,7 +118,7 @@ Shows what would happen if the cmdlet runs.
118118
The cmdlet is not run.
119119
120120
```yaml
121-
Type: SwitchParameter
121+
Type: System.Management.Automation.SwitchParameter
122122
Parameter Sets: (All)
123123
Aliases: wi
124124

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Enable-AzDataLakeStoreKeyVault.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This command attempts to enable the user managed Key Vault for the Data Lake Sto
3535
The Data Lake Store account to enable the user managed Key Vault for
3636

3737
```yaml
38-
Type: String
38+
Type: System.String
3939
Parameter Sets: (All)
4040
Aliases: AccountName, Name
4141

@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050
The credentials, account, tenant, and subscription used for communication with azure
5151
5252
```yaml
53-
Type: IAzureContextContainer
53+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
5454
Parameter Sets: (All)
5555
Aliases: AzureRmContext, AzureCredential
5656

@@ -65,7 +65,7 @@ Accept wildcard characters: False
6565
Name of resource group associated with the account. If not specified will attempt to be discovered.
6666
6767
```yaml
68-
Type: String
68+
Type: System.String
6969
Parameter Sets: (All)
7070
Aliases:
7171

@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
Prompts you for confirmation before running the cmdlet.
8181
8282
```yaml
83-
Type: SwitchParameter
83+
Type: System.Management.Automation.SwitchParameter
8484
Parameter Sets: (All)
8585
Aliases: cf
8686

@@ -95,7 +95,7 @@ Accept wildcard characters: False
9595
Shows what would happen if the cmdlet runs. The cmdlet is not run.
9696
9797
```yaml
98-
Type: SwitchParameter
98+
Type: System.Management.Automation.SwitchParameter
9999
Parameter Sets: (All)
100100
Aliases: wi
101101

0 commit comments

Comments
 (0)