Skip to content

Commit

Permalink
split DataLakeAnalytics/Store into ARM and data plane (Azure#1410)
Browse files Browse the repository at this point in the history
* split DLA

* split packages

* dls
  • Loading branch information
olydis authored Jul 12, 2017
1 parent 08dc7c2 commit 4d725e9
Show file tree
Hide file tree
Showing 23 changed files with 168 additions and 17 deletions.
100 changes: 100 additions & 0 deletions specification/datalake-analytics/data-plane/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
# DataLakeAnalytics

> see https://aka.ms/autorest
This is the AutoRest configuration file for DataLakeAnalytics.



---
## Getting Started
To build the SDK for DataLakeAnalytics, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:

> `autorest`
To see additional help and options, run:

> `autorest --help`
---

## Configuration



### Basic Information
These are the global settings for the DataLakeAnalytics API.

``` yaml
title: DataLake Analytics
description: DataLake Analytics Client
openapi-type: data-plane
tag: validate-package-2016-11
```
### Tag: package-2016-11
These settings apply only when `--tag=package-2016-11` is specified on the command line.

``` yaml $(tag) == 'validate-package-2016-11'
input-file:
- Microsoft.DataLakeAnalytics/2016-11-01/catalog.json
- Microsoft.DataLakeAnalytics/2016-11-01/job.json
```

### Tag: package-catalog-2016-11

These settings apply only when `--tag=package-catalog-2016-11` is specified on the command line.

``` yaml $(tag) == 'package-catalog-2016-11'
input-file:
- Microsoft.DataLakeAnalytics/2016-11-01/catalog.json
```

### Tag: package-catalog-2015-10-preview

These settings apply only when `--tag=package-catalog-2015-10-preview` is specified on the command line.

``` yaml $(tag) == 'package-catalog-2015-10-preview'
input-file:
- Microsoft.DataLakeAnalytics/2015-10-01-preview/catalog.json
```

### Tag: package-job-2016-11

These settings apply only when `--tag=package-job-2016-11` is specified on the command line.

``` yaml $(tag) == 'package-job-2016-11'
input-file:
- Microsoft.DataLakeAnalytics/2016-11-01/job.json
```

### Tag: package-job-2016-03-preview

These settings apply only when `--tag=package-job-2016-03-preview` is specified on the command line.

``` yaml $(tag) == 'package-job-2016-03-preview'
input-file:
- Microsoft.DataLakeAnalytics/2016-03-20-preview/job.json
```

### Tag: package-job-2015-11-preview

These settings apply only when `--tag=package-job-2015-11-preview` is specified on the command line.

``` yaml $(tag) == 'package-job-2015-11-preview'
input-file:
- Microsoft.DataLakeAnalytics/2015-11-01-preview/job.json
```


---
## Language-specific settings: CSharp

These settings apply only when `--csharp` is specified on the command line.

``` yaml $(csharp)
csharp:
# override the default output folder
output-folder: $(output-folder)/csharp
```

19 changes: 3 additions & 16 deletions specification/datalake-analytics/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,13 @@ input-file:
- Microsoft.DataLakeAnalytics/2016-11-01/account.json
```

### Tag: package-2016-03-preview
### Tag: package-2015-10-preview

These settings apply only when `--tag=package-2016-03-preview` is specified on the command line.
These settings apply only when `--tag=package-2015-10-preview` is specified on the command line.

``` yaml $(tag) == 'package-2016-03-preview'
``` yaml $(tag) == 'package-2015-10-preview'
input-file:
- Microsoft.DataLakeAnalytics/2015-10-01-preview/account.json
- Microsoft.DataLakeAnalytics/2015-10-01-preview/catalog.json
- Microsoft.DataLakeAnalytics/2016-03-20-preview/job.json
```

### Tag: package-2015-11-preview

These settings apply only when `--tag=package-2015-11-preview` is specified on the command line.

``` yaml $(tag) == 'package-2015-11-preview'
input-file:
- Microsoft.DataLakeAnalytics/2015-10-01-preview/account.json
- Microsoft.DataLakeAnalytics/2015-10-01-preview/catalog.json
- Microsoft.DataLakeAnalytics/2015-11-01-preview/job.json
```


Expand Down
65 changes: 65 additions & 0 deletions specification/datalake-store/data-plane/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# DataLakeStore

> see https://aka.ms/autorest
This is the AutoRest configuration file for DataLakeStore.



---
## Getting Started
To build the SDK for DataLakeStore, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:

> `autorest`
To see additional help and options, run:

> `autorest --help`
---

## Configuration



### Basic Information
These are the global settings for the DataLakeStore API.

``` yaml

title: DataLake Store
description: DataLake Store Client
openapi-type: data-plane
tag: package-2016-11
```
### Tag: package-2016-11
These settings apply only when `--tag=package-2016-11` is specified on the command line.

``` yaml $(tag) == 'package-2016-11'
input-file:
- Microsoft.DataLakeStore/2016-11-01/filesystem.json
```

### Tag: package-2015-10-preview

These settings apply only when `--tag=package-2015-10-preview` is specified on the command line.

``` yaml $(tag) == 'package-2015-10-preview'
input-file:
- Microsoft.DataLakeStore/2015-10-01-preview/filesystem.json
```


---
## Language-specific settings: CSharp

These settings apply only when `--csharp` is specified on the command line.

``` yaml $(csharp)
csharp:
# override the default output folder
output-folder: $(output-folder)/csharp
```

1 change: 0 additions & 1 deletion specification/datalake-store/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ These settings apply only when `--tag=package-2015-10-preview` is specified on t
``` yaml $(tag) == 'package-2015-10-preview'
input-file:
- Microsoft.DataLakeStore/2015-10-01-preview/account.json
- Microsoft.DataLakeStore/2015-10-01-preview/filesystem.json
```


Expand Down

0 comments on commit 4d725e9

Please sign in to comment.