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

Updating folder structure for Microsoft.Migrate #24550

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
69 changes: 46 additions & 23 deletions specification/migrate/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ This is the AutoRest configuration file for Azure Migrate.
``` yaml $(java) && $(multiapi)
batch:
- tag: package-migrate-2018-02
- tag: package-migrate-2019-10
- tag: package-migrate-2017-11
- tag: package-migrate-2020-01
- tag: package-migrate-2020-05
- tag: package-migrate-2020-07
- tag: package-hubmigrate-2020-05
- tag: package-migrateengine-2022-05
```

### Tag: package-migrate-2018-02 and java

These settings apply only when `--tag=package-2018-02 --java` is specified on the command line.
These settings apply only when `--tag=package-migrate-2018-02 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-migrate-2018-02' && $(java) && $(multiapi)
Expand All @@ -31,28 +32,41 @@ regenerate-manager: true
generate-interface: true
```

### Tag: package-migrate-2020-01 and java
### Tag: package-migrate-2019-10 and java

These settings apply only when `--tag=package-migrate-2020-01 --java` is specified on the command line.
These settings apply only when `--tag=package-migrate-2019-10 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-migrate-2020-01' && $(java) && $(multiapi)
``` yaml $(tag) == 'package-migrate-2019-10' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.azuremigrate.v2020_01_01
output-folder: $(azure-libraries-for-java-folder)/sdk/azuremigrate/mgmt-v2020_01_01
namespace: com.microsoft.azure.management.azuremigrate.v2019_10_01
output-folder: $(azure-libraries-for-java-folder)/sdk/azuremigrate/mgmt-v2019_10_01
regenerate-manager: true
generate-interface: true
```

### Tag: package-migrate-2020-05 and java
### Tag: package-migrate-2017-11 and java

These settings apply only when `--tag=package-migrate-2020-05 --java` is specified on the command line.
These settings apply only when `--tag=package-migrate-2017-11 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-migrate-2020-05' && $(java) && $(multiapi)
``` yaml $(tag) == 'package-migrate-2017-11' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.azuremigrate.v2020_05_01
output-folder: $(azure-libraries-for-java-folder)/sdk/azuremigrate/mgmt-v2020_05_01
namespace: com.microsoft.azure.management.azuremigrate.v2017_11_11
output-folder: $(azure-libraries-for-java-folder)/sdk/azuremigrate/mgmt-v2017_11_11
regenerate-manager: true
generate-interface: true
```

### Tag: package-migrate-2020-01 and java

These settings apply only when `--tag=package-migrate-2020-01 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-migrate-2020-01' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.azuremigrate.v2020_01_01
output-folder: $(azure-libraries-for-java-folder)/sdk/azuremigrate/mgmt-v2020_01_01
regenerate-manager: true
generate-interface: true
```
Expand Down Expand Up @@ -125,7 +139,7 @@ These settings apply only when `--tag=package-migrate-2018-02` is specified on t

``` yaml $(tag) == 'package-migrate-2018-02'
input-file:
- Microsoft.Migrate/stable/2018-02-02/migrate.json
- Microsoft.Migrate/AssessmentProjects/stable/2018-02-02/migrate.json
```

### Tag: package-migrate-2019-10
Expand All @@ -134,25 +148,25 @@ These settings apply only when `--tag=package-migrate-2019-10` is specified on t

``` yaml $(tag) == 'package-migrate-2019-10'
input-file:
- Microsoft.Migrate/stable/2019-10-01/migrate.json
- Microsoft.Migrate/AssessmentProjects/stable/2019-10-01/migrate.json
```

### Tag: package-migrate-2020-01
### Tag: package-migrate-2017-11

These settings apply only when `--tag=package-migrate-2020-01` is specified on the command line.
These settings apply only when `--tag=package-migrate-2017-11` is specified on the command line.

``` yaml $(tag) == 'package-migrate-2020-01'
``` yaml $(tag) == 'package-migrate-2017-11'
input-file:
- Microsoft.OffAzure/stable/2020-01-01/migrate.json
- Microsoft.Migrate/AssessmentProjects/preview/2017-11-11-preview/migrate.json
```

### Tag: package-hubmigrate-2020-05
### Tag: package-migrate-2020-01

These settings apply only when `--tag=package-hubmigrate-2020-05` is specified on the command line.
These settings apply only when `--tag=package-migrate-2020-01` is specified on the command line.

``` yaml $(tag) == 'package-hubmigrate-2020-05'
``` yaml $(tag) == 'package-migrate-2020-01'
input-file:
- Microsoft.Migrate/stable/2020-05-01/hubmigrate.json
- Microsoft.OffAzure/stable/2020-01-01/migrate.json
```

### Tag: package-migrate-2020-07
Expand All @@ -164,13 +178,22 @@ input-file:
- Microsoft.OffAzure/stable/2020-07-07/migrate.json
```

### Tag: package-hubmigrate-2020-05

These settings apply only when `--tag=package-hubmigrate-2020-05` is specified on the command line.

``` yaml $(tag) == 'package-hubmigrate-2020-05'
input-file:
- Microsoft.Migrate/MigrateProjects/stable/2020-05-01/hubmigrate.json
```

### Tag: package-migrateengine-2022-05

These settings apply only when `--tag=package-migrateengine-2022-05` is specified on the command line.

``` yaml $(tag) == 'package-migrateengine-2022-05'
input-file:
- Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json
- Microsoft.Migrate/MordernizeProjects/preview/2022-05-01-preview/migrateEngine.json
```

## Suppression
Expand Down