Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
more test failures
  • Loading branch information
mikeharder committed Jul 1, 2025
commit 65614aa917ed2407f894476964ef76fbb7e66c67
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# containerstorage

> see https://aka.ms/autorest
Expand All @@ -23,7 +23,7 @@

```yaml
openapi-type: arm
openapi-subtype: "rpaas
openapi-subtype: rpaas
tag: package-2021-11-99
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,48 @@
# Test service
# containerstorage

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

## Getting Started

To build the SDKs for My API, simply install AutoRest via `npm` (`npm install -g autorest`) and then run:

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

> `autorest --help`
For other options on installation see [Installing AutoRest](https://aka.ms/autorest/install) on the AutoRest github page.

Minimal file to test correlateRuns functionality.
---

## Configuration

### Basic Information

These are the global settings for the containerstorage.

```yaml
openapi-type: resource-manager
tag: default-tag
openapi-type: arm
openapi-subtype: rpaas
tag: package-2021-11-99
```

### Tag: package-2021-11-01

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

```yaml $(tag) == 'package-2021-11-01'
input-file:
- Microsoft.Contoso/stable/2021-11-01/contoso.json
```

### Tag: package-2021-10-01-preview

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

```yaml $(tag) == 'package-2021-10-01-preview'
input-file:
- Microsoft.Contoso/preview/2021-10-01-preview/contoso.json
```

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# containerstorage

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

## Getting Started

To build the SDKs for My API, simply install AutoRest via `npm` (`npm install -g autorest`) and then run:

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

> `autorest --help`
For other options on installation see [Installing AutoRest](https://aka.ms/autorest/install) on the AutoRest github page.

---

## Configuration

### Basic Information

These are the global settings for the containerstorage.

```yaml
openapi-type: arm
openapi-subtype: rpaas
tag: package-2021-11-99
```

### Tag: package-2021-11-01

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

```yaml $(tag) == 'package-2021-11-01'
input-file:
- Microsoft.Contoso/stable/2021-11-01/contoso.json
```

### Tag: package-2021-10-01-preview

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

```yaml $(tag) == 'package-2021-10-01-preview'
input-file:
- Microsoft.Contoso/preview/2021-10-01-preview/contoso.json
```

---
Loading