You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,7 +81,22 @@ If you do not specify a version, this cmdlet uses the latest available version.
78
81
```yaml
79
82
Type: String
80
83
Parameter Sets: (All)
81
-
Aliases:
84
+
Aliases:
85
+
86
+
Required: False
87
+
Position: Named
88
+
Default value: None
89
+
Accept pipeline input: False
90
+
Accept wildcard characters: False
91
+
```
92
+
93
+
### -DefaultProfile
94
+
The credentials, account, tenant, and subscription used for communication with azure
95
+
96
+
```yaml
97
+
Type: IAzureContextContainer
98
+
Parameter Sets: (All)
99
+
Aliases: AzureRmContext, AzureCredential
82
100
83
101
Required: False
84
102
Position: Named
@@ -93,7 +111,7 @@ Indicates that this cmdlet expands the properties of the resource.
93
111
```yaml
94
112
Type: SwitchParameter
95
113
Parameter Sets: (All)
96
-
Aliases:
114
+
Aliases:
97
115
98
116
Required: False
99
117
Position: Named
@@ -111,7 +129,7 @@ For instance:
111
129
```yaml
112
130
Type: String
113
131
Parameter Sets: Lists the resources based on the specified scope., Lists the resources based on the specified scope at the tenant level., Get a resources using a multi-subscription query.
114
-
Aliases:
132
+
Aliases:
115
133
116
134
Required: False
117
135
Position: Named
@@ -166,7 +184,7 @@ This cmdlet appends this value to the request in addition to any other filters.
166
184
```yaml
167
185
Type: String
168
186
Parameter Sets: (All)
169
-
Aliases:
187
+
Aliases:
170
188
171
189
Required: False
172
190
Position: Named
@@ -181,7 +199,7 @@ Indicates that this cmdlet considers pre-release API versions when it automatica
181
199
```yaml
182
200
Type: SwitchParameter
183
201
Parameter Sets: (All)
184
-
Aliases:
202
+
Aliases:
185
203
186
204
Required: False
187
205
Position: Named
@@ -213,7 +231,7 @@ The resource group name for a full match.
213
231
```yaml
214
232
Type: String
215
233
Parameter Sets: Lists the resources based on the specified scope., Get a resources using a multi-subscription query.
216
-
Aliases:
234
+
Aliases:
217
235
218
236
Required: False
219
237
Position: Named
@@ -244,7 +262,7 @@ The resource name for a full match. e.g. if your resource name is testResource,
244
262
```yaml
245
263
Type: String
246
264
Parameter Sets: Lists the resources based on the specified scope., Lists the resources based on the specified scope at the tenant level., Get a resources using a multi-subscription query.
247
-
Aliases:
265
+
Aliases:
248
266
249
267
Required: False
250
268
Position: Named
@@ -264,7 +282,7 @@ This cmdlet searches for resources of the specified type.
264
282
```yaml
265
283
Type: String
266
284
Parameter Sets: Lists the resources based on the specified scope.
0 commit comments