Skip to content
Merged
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
another test failure
  • Loading branch information
mikeharder committed Jul 1, 2025
commit 322802e8d6d634edc90adc936d1851644dbeb6ec
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