Skip to content

Commit

Permalink
reset readme back to main (#26408)
Browse files Browse the repository at this point in the history
Co-authored-by: James Duan <jduan@microsoft.com>
  • Loading branch information
MasterRyd3l and James Duan authored Oct 26, 2023
1 parent 1a2d03c commit d77cf71
Showing 1 changed file with 2 additions and 55 deletions.
57 changes: 2 additions & 55 deletions specification/chaos/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,62 +28,10 @@ These are the global settings for the chaos.
title: ChaosManagementClient
description: Chaos Management Client
openapi-type: arm
tag: package-2023-11
tag: package-preview-2023-10
```
### Tag: package-2023-11
These settings apply only when `--tag=package-2023-11` is specified on the command line.

```yaml $(tag) == 'package-2023-11'
input-file:
- Microsoft.Chaos/stable/2023-11-01/capabilities.json
- Microsoft.Chaos/stable/2023-11-01/capabilityTypes.json
- Microsoft.Chaos/stable/2023-11-01/experiments.json
- Microsoft.Chaos/stable/2023-11-01/operationStatuses.json
- Microsoft.Chaos/stable/2023-11-01/operations.json
- Microsoft.Chaos/stable/2023-11-01/targetTypes.json
- Microsoft.Chaos/stable/2023-11-01/targets.json
directive:
- from: swagger-document
where: "$.definitions.action"
transform: >
$["x-ms-client-name"] = "ChaosExperimentAction";
- from: swagger-document
where: "$.definitions.branch"
transform: >
$["x-ms-client-name"] = "ChaosExperimentBranch";
- from: swagger-document
where: "$.definitions.step"
transform: >
$["x-ms-client-name"] = "ChaosExperimentStep";
- from: swagger-document
where: "$.definitions.filter"
transform: >
$["x-ms-client-name"] = "ChaosTargetFilter";
- from: swagger-document
where: "$.definitions.simpleFilter"
transform: >
$["x-ms-client-name"] = "ChaosTargetSimpleFilter";
- from: swagger-document
where: "$.definitions.simpleFilterParameters"
transform: >
$["x-ms-client-name"] = "ChaosTargetSimpleFilterParameters";
- from: swagger-document
where: "$.definitions.selector"
transform: >
$["x-ms-client-name"] = "ChaosTargetSelector";
- from: swagger-document
where: "$.definitions.listSelector"
transform: >
$["x-ms-client-name"] = "ChaosTargetListSelector";
- from: swagger-document
where: "$.definitions.querySelector"
transform: >
$["x-ms-client-name"] = "ChaosTargetQuerySelector";
```

### Tag: package-preview-2023-10
These settings apply only when `--tag=package-preview-2023-10` is specified on the command line.
Expand Down Expand Up @@ -135,7 +83,6 @@ directive:
transform: >
$["x-ms-client-name"] = "ChaosTargetQuerySelector";
```

### Tag: package-preview-2023-09

These settings apply only when `--tag=package-preview-2023-09` is specified on the command line.
Expand Down Expand Up @@ -338,4 +285,4 @@ directive:
where: $.definitions.Operation.properties.isDataAction
from: types.json
reason: We are consuming the type model declaration from "common". I don't think our service is responsible for updating this error... Plz push back otherwise.
```
```

0 comments on commit d77cf71

Please sign in to comment.