Skip to content

Commit 99d1b5d

Browse files
author
v-ajnava
committed
updated markdown with -UseFullTypeName flag
1 parent 9daff93 commit 99d1b5d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/ResourceManager/ServiceBus/Commands.ServiceBus/help/New-AzureRmServiceBusRule.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The New-AzureRmServiceBusRule cmdlet creates a new rule for the specified Subscr
5252
Action SqlFillter Expression
5353

5454
```yaml
55-
Type: String
55+
Type: System.String
5656
Parameter Sets: RuleActionPropertiesSet
5757
Aliases:
5858

@@ -67,7 +67,7 @@ Accept wildcard characters: False
6767
The credentials, account, tenant, and subscription used for communication with Azure.
6868
6969
```yaml
70-
Type: IAzureContextContainer
70+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
7171
Parameter Sets: (All)
7272
Aliases: AzureRmContext, AzureCredential
7373

@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
Rule Name
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
Namespace Name
9898
9999
```yaml
100-
Type: String
100+
Type: System.String
101101
Parameter Sets: (All)
102102
Aliases: NamespaceName
103103

@@ -112,7 +112,7 @@ Accept wildcard characters: False
112112
Action Requires Preprocessing
113113
114114
```yaml
115-
Type: SwitchParameter
115+
Type: System.Management.Automation.SwitchParameter
116116
Parameter Sets: RuleActionPropertiesSet
117117
Aliases:
118118

@@ -127,7 +127,7 @@ Accept wildcard characters: False
127127
The name of the resource group
128128
129129
```yaml
130-
Type: String
130+
Type: System.String
131131
Parameter Sets: (All)
132132
Aliases: ResourceGroup
133133

@@ -142,7 +142,7 @@ Accept wildcard characters: False
142142
Sql Fillter Expression
143143
144144
```yaml
145-
Type: String
145+
Type: System.String
146146
Parameter Sets: (All)
147147
Aliases:
148148

@@ -157,7 +157,7 @@ Accept wildcard characters: False
157157
Subscription Name
158158
159159
```yaml
160-
Type: String
160+
Type: System.String
161161
Parameter Sets: (All)
162162
Aliases: SubscriptionName
163163

@@ -172,7 +172,7 @@ Accept wildcard characters: False
172172
Topic Name
173173
174174
```yaml
175-
Type: String
175+
Type: System.String
176176
Parameter Sets: (All)
177177
Aliases: TopicName
178178

@@ -187,7 +187,7 @@ Accept wildcard characters: False
187187
Prompts you for confirmation before running the cmdlet.
188188
189189
```yaml
190-
Type: SwitchParameter
190+
Type: System.Management.Automation.SwitchParameter
191191
Parameter Sets: (All)
192192
Aliases: cf
193193

@@ -203,7 +203,7 @@ Shows what would happen if the cmdlet runs.
203203
The cmdlet is not run.
204204
205205
```yaml
206-
Type: SwitchParameter
206+
Type: System.Management.Automation.SwitchParameter
207207
Parameter Sets: (All)
208208
Aliases: wi
209209

0 commit comments

Comments
 (0)