File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
src/DataLakeStore/DataLakeStore/help Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,21 @@ The **Set-AzDataLakeStoreAccount** cmdlet modifies a Data Lake Store account.
26
26
## EXAMPLES
27
27
28
28
### Example 1: Add a tag to an account
29
- ```
29
+ ``` powershell
30
30
PS C:\>Set-AzDataLakeStoreAccount -Name "ContosoADL" -Tags @{"stage"="production"}
31
31
```
32
32
33
33
This command adds the specified tag to the Data Lake Store account named ContosoADL.
34
34
35
+ ### Example 2
36
+
37
+ Modifies a Data Lake Store account. (autogenerated)
38
+
39
+ <!-- Aladdin Generated Example -->
40
+ ``` powershell
41
+ Set-AzDataLakeStoreAccount -FirewallState Enabled -Name 'ContosoADL'
42
+ ```
43
+
35
44
## PARAMETERS
36
45
37
46
### -AllowAzureIpState
Original file line number Diff line number Diff line change @@ -24,12 +24,21 @@ The **Test-AzDataLakeStoreItem** cmdlet tests the existence of a file or folder
24
24
## EXAMPLES
25
25
26
26
### Example 1: Test a file
27
- ```
27
+ ``` powershell
28
28
PS C:\>Test-AzDataLakeStoreItem -AccountName "ContosoADL" -Path "/MyFiles/Test.csv"
29
29
```
30
30
31
31
This command tests whether the file Test.csv exists in the ContosoADL account.
32
32
33
+ ### Example 2
34
+
35
+ Tests the existence of a file or folder in Data Lake Store. (autogenerated)
36
+
37
+ <!-- Aladdin Generated Example -->
38
+ ``` powershell
39
+ Test-AzDataLakeStoreItem -Account 'ContosoADL' -Path '/MyFiles/Test.csv' -PathType Any
40
+ ```
41
+
33
42
## PARAMETERS
34
43
35
44
### -Account
You can’t perform that action at this time.
0 commit comments