File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
src/DataLakeAnalytics/DataLakeAnalytics/help Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,21 @@ The **Add-AzDataLakeAnalyticsDataSource** cmdlet adds a data source to an Azure
3131## EXAMPLES
3232
3333### Example 1: Add a data source to an account
34- ```
34+ ``` powershell
3535PS C:\>Add-AzDataLakeAnalyticsDataSource -Account "ContosoAdlA" -DataLakeStore "ContosoAdlS"
3636```
3737
3838This command adds a Data Lake Store data source to a Data Lake Analytics account.
3939
40+ ### Example 2
41+
42+ Adds a data source to a Data Lake Analytics account. (autogenerated)
43+
44+ <!-- Aladdin Generated Example -->
45+ ``` powershell
46+ Add-AzDataLakeAnalyticsDataSource -AccessKey '...newaccesskey...' -Account 'ContosoAdlA' -Blob 'AzureStorage01'
47+ ```
48+
4049## PARAMETERS
4150
4251### -AccessKey
Original file line number Diff line number Diff line change @@ -26,12 +26,21 @@ The **Set-AzDataLakeAnalyticsAccount** cmdlet modifies an Azure Data Lake Analyt
2626## EXAMPLES
2727
2828### Example 1: Modify the data source of an account
29- ```
29+ ``` powershell
3030PS C:\>Set-AzDataLakeAnalyticsAccount -Name "ContosoAdlAcct" -DefaultDataLakeStore "ContosoAdlStore01" -Tags @{"stage"="production"}
3131```
3232
3333This command changes the default data source and the Tags property of the account.
3434
35+ ### Example 2
36+
37+ Modifies a Data Lake Analytics account. (autogenerated)
38+
39+ <!-- Aladdin Generated Example -->
40+ ``` powershell
41+ Set-AzDataLakeAnalyticsAccount -AllowAzureIpState Enabled -FirewallState Enabled -Name 'ContosoAdlAcct' -ResourceGroupName myresourcegroup
42+ ```
43+
3544## PARAMETERS
3645
3746### -AllowAzureIpState
You can’t perform that action at this time.
0 commit comments