Skip to content
Merged
Prev Previous commit
Next Next commit
Update readme
  • Loading branch information
pracagrawal committed Jan 17, 2024
commit 89d699f335cee24b7701b73629f35722e36f17b3
16 changes: 12 additions & 4 deletions specification/migrate/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,19 @@ batch:
```


### Tag: package-preview-2023-10

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

```yaml $(tag) == 'package-preview-2023-10'
input-file:
- Microsoft.OffAzure/preview/2023-10-01-preview/migrate.json
```
### Tag: package-2023-06

These settings apply only when `--tag=package-2023-06` is specified on the command line.

```yaml $(tag) == 'package-2023-06'
``` yaml $(tag) == 'package-2023-06'
input-file:
- Microsoft.OffAzure/stable/2023-06-06/migrate.json
```
Expand All @@ -34,7 +42,7 @@ input-file:

These settings apply only when `--tag=package-migrate-2023-03` is specified on the command line.

```yaml $(tag) == 'package-migrate-2023-03'
``` yaml $(tag) == 'package-migrate-2023-03'
input-file:
- Microsoft.Migrate/AssessmentProjects/stable/2023-03-15/migrate.json
```
Expand Down Expand Up @@ -163,14 +171,14 @@ These are the global settings for the API.

``` yaml
openapi-type: arm
tag: package-migrate-2023-03
tag: package-preview-2023-10
```

### Tag: package-migrate-2023-03

These settings apply only when `--tag=package-migrate-2023-03` is specified on the command line.

```yaml $(tag) == 'package-migrate-2023-03'
``` yaml $(tag) == 'package-migrate-2023-03'
input-file:
- Microsoft.Migrate/AssessmentProjects/stable/2023-03-15/migrate.json
```
Expand Down