Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aladdin generated examples for DataLakeAnalytics #13296

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,21 @@ The **Add-AzDataLakeAnalyticsDataSource** cmdlet adds a data source to an Azure
## EXAMPLES

### Example 1: Add a data source to an account
```
```powershell
PS C:\>Add-AzDataLakeAnalyticsDataSource -Account "ContosoAdlA" -DataLakeStore "ContosoAdlS"
```

This command adds a Data Lake Store data source to a Data Lake Analytics account.

### Example 2

Adds a data source to a Data Lake Analytics account. (autogenerated)

<!-- Aladdin Generated Example -->
```powershell
Add-AzDataLakeAnalyticsDataSource -AccessKey '...newaccesskey...' -Account 'ContosoAdlA' -Blob 'AzureStorage01'
```

## PARAMETERS

### -AccessKey
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,21 @@ The **Set-AzDataLakeAnalyticsAccount** cmdlet modifies an Azure Data Lake Analyt
## EXAMPLES

### Example 1: Modify the data source of an account
```
```powershell
PS C:\>Set-AzDataLakeAnalyticsAccount -Name "ContosoAdlAcct" -DefaultDataLakeStore "ContosoAdlStore01" -Tags @{"stage"="production"}
```

This command changes the default data source and the Tags property of the account.

### Example 2

Modifies a Data Lake Analytics account. (autogenerated)

<!-- Aladdin Generated Example -->
```powershell
Set-AzDataLakeAnalyticsAccount -AllowAzureIpState Enabled -FirewallState Enabled -Name 'ContosoAdlAcct' -ResourceGroupName myresourcegroup
```

## PARAMETERS

### -AllowAzureIpState
Expand Down