Skip to content

Commit fed7260

Browse files
committed
Updating the help files
1 parent e53d361 commit fed7260

File tree

5 files changed

+88
-6
lines changed

5 files changed

+88
-6
lines changed

src/ResourceManager/DataFactories/Commands.DataFactoryV2/help/Get-AzureRmDataFactoryV2.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Gets information about Data Factory.
1212

1313
## SYNTAX
1414

15+
### BySubscriptionId (Default)
16+
```
17+
Get-AzureRmDataFactoryV2 [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
18+
```
19+
20+
### ByFactoryName
1521
```
1622
Get-AzureRmDataFactoryV2 [-ResourceGroupName] <String> [[-Name] <String>]
1723
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
@@ -86,7 +92,7 @@ Specifies the name of the data factory about which to get information.
8692
8793
```yaml
8894
Type: String
89-
Parameter Sets: (All)
95+
Parameter Sets: ByFactoryName
9096
Aliases: DataFactoryName
9197

9298
Required: False
@@ -102,7 +108,7 @@ This cmdlet gets information about data factories that belong to the group this
102108
103109
```yaml
104110
Type: String
105-
Parameter Sets: (All)
111+
Parameter Sets: ByFactoryName
106112
Aliases:
107113

108114
Required: True

src/ResourceManager/DataFactories/Commands.DataFactoryV2/help/Get-AzureRmDataFactoryV2Dataset.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Get-AzureRmDataFactoryV2Dataset [[-Name] <String>] [-DataFactory] <PSDataFactory
2424
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2525
```
2626

27+
### ByResourceId
28+
```
29+
Get-AzureRmDataFactoryV2Dataset -ResourceId <String> [-DefaultProfile <IAzureContextContainer>]
30+
[<CommonParameters>]
31+
```
32+
2733
## DESCRIPTION
2834
The Get-AzureRmDataFactoryV2Dataset cmdlet gets information about datasets in Azure Data Factory.
2935
If you specify the name of a dataset, this cmdlet gets information about that dataset.
@@ -124,7 +130,7 @@ Specifies the name of the dataset about which to get information.
124130
125131
```yaml
126132
Type: String
127-
Parameter Sets: (All)
133+
Parameter Sets: ByFactoryName, ByFactoryObject
128134
Aliases: DatasetName
129135

130136
Required: False
@@ -150,6 +156,19 @@ Accept pipeline input: True (ByPropertyName)
150156
Accept wildcard characters: False
151157
```
152158
159+
### -ResourceId
160+
The Azure resource ID.```yaml
161+
Type: String
162+
Parameter Sets: ByResourceId
163+
Aliases:
164+
165+
Required: True
166+
Position: Named
167+
Default value: None
168+
Accept pipeline input: True (ByPropertyName)
169+
Accept wildcard characters: False
170+
```
171+
153172
### CommonParameters
154173
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).
155174

src/ResourceManager/DataFactories/Commands.DataFactoryV2/help/Get-AzureRmDataFactoryV2LinkedService.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Get-AzureRmDataFactoryV2LinkedService [[-Name] <String>] [-DataFactory] <PSDataF
2424
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2525
```
2626

27+
### ByResourceId
28+
```
29+
Get-AzureRmDataFactoryV2LinkedService -ResourceId <String> [-DefaultProfile <IAzureContextContainer>]
30+
[<CommonParameters>]
31+
```
32+
2733
## DESCRIPTION
2834
The Get-AzureRmDataFactoryV2LinkedService cmdlet gets information about linked services in Azure Data Factory.
2935
If you specify the name of a linked service, this cmdlet gets information about that linked service.
@@ -133,7 +139,7 @@ Specifies the name of the linked service about which to get information.
133139
134140
```yaml
135141
Type: String
136-
Parameter Sets: (All)
142+
Parameter Sets: ByFactoryName, ByFactoryObject
137143
Aliases: LinkedServiceName
138144

139145
Required: False
@@ -159,6 +165,19 @@ Accept pipeline input: True (ByPropertyName)
159165
Accept wildcard characters: False
160166
```
161167
168+
### -ResourceId
169+
The Azure resource ID.```yaml
170+
Type: String
171+
Parameter Sets: ByResourceId
172+
Aliases:
173+
174+
Required: True
175+
Position: Named
176+
Default value: None
177+
Accept pipeline input: True (ByPropertyName)
178+
Accept wildcard characters: False
179+
```
180+
162181
### CommonParameters
163182
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).
164183

src/ResourceManager/DataFactories/Commands.DataFactoryV2/help/Get-AzureRmDataFactoryV2Pipeline.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Get-AzureRmDataFactoryV2Pipeline [[-Name] <String>] [-DataFactory] <PSDataFactor
2424
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2525
```
2626

27+
### ByResourceId
28+
```
29+
Get-AzureRmDataFactoryV2Pipeline -ResourceId <String> [-DefaultProfile <IAzureContextContainer>]
30+
[<CommonParameters>]
31+
```
32+
2733
## DESCRIPTION
2834
The Get-AzureRmDataFactoryV2Pipeline cmdlet gets information about pipelines in Azure Data Factory.
2935
If you specify the name of a pipeline, this cmdlet gets information about that pipeline.
@@ -174,7 +180,7 @@ Specifies the name of the pipeline about which to get information.
174180
175181
```yaml
176182
Type: String
177-
Parameter Sets: (All)
183+
Parameter Sets: ByFactoryName, ByFactoryObject
178184
Aliases: PipelineName
179185

180186
Required: False
@@ -200,6 +206,19 @@ Accept pipeline input: True (ByPropertyName)
200206
Accept wildcard characters: False
201207
```
202208
209+
### -ResourceId
210+
The Azure resource ID.```yaml
211+
Type: String
212+
Parameter Sets: ByResourceId
213+
Aliases:
214+
215+
Required: True
216+
Position: Named
217+
Default value: None
218+
Accept pipeline input: True (ByPropertyName)
219+
Accept wildcard characters: False
220+
```
221+
203222
### CommonParameters
204223
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).
205224

src/ResourceManager/DataFactories/Commands.DataFactoryV2/help/Get-AzureRmDataFactoryV2Trigger.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Get-AzureRmDataFactoryV2Trigger [[-Name] <String>] [-DataFactory] <PSDataFactory
2424
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2525
```
2626

27+
### ByResourceId
28+
```
29+
Get-AzureRmDataFactoryV2Trigger -ResourceId <String> [-DefaultProfile <IAzureContextContainer>]
30+
[<CommonParameters>]
31+
```
32+
2733
## DESCRIPTION
2834
The **Get-AzureRmDataFactoryV2Trigger** cmdlet gets information about triggers in a data factory. If you specify the name of a trigger, the cmdlet gets information about that trigger. If you do not specify a name, the cmdlet gets information about all triggers in the data factory.
2935

@@ -113,7 +119,7 @@ The trigger name.
113119
114120
```yaml
115121
Type: String
116-
Parameter Sets: (All)
122+
Parameter Sets: ByFactoryName, ByFactoryObject
117123
Aliases: TriggerName
118124

119125
Required: False
@@ -138,6 +144,19 @@ Accept pipeline input: True (ByPropertyName)
138144
Accept wildcard characters: False
139145
```
140146
147+
### -ResourceId
148+
The Azure resource ID.```yaml
149+
Type: String
150+
Parameter Sets: ByResourceId
151+
Aliases:
152+
153+
Required: True
154+
Position: Named
155+
Default value: None
156+
Accept pipeline input: True (ByPropertyName)
157+
Accept wildcard characters: False
158+
```
159+
141160
### CommonParameters
142161
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).
143162

0 commit comments

Comments
 (0)