Skip to content
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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ These settings apply only when `--tag=package-2021-02-16-preview` is specified o

```yaml $(tag) == 'package-2021-02-16-preview'
input-file:
- Microsoft.DataReplication/preview/2021-02-16-preview/recoveryservicesdatareplication.json
- preview/2021-02-16-preview/recoveryservicesdatareplication.json
```

### Tag: package-2024-09-01
Expand All @@ -44,7 +44,7 @@ These settings apply only when `--tag=package-2024-09-01` is specified on the co

```yaml $(tag) == 'package-2024-09-01'
input-file:
- Microsoft.DataReplication/stable/2024-09-01/recoveryservicesdatareplication.json
- stable/2024-09-01/recoveryservicesdatareplication.json
```

---
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- tool: TypeSpecRequirement
path: ./preview/2021-02-16-preview/*.json
reason: Brownfield service not ready to migrate
- tool: TypeSpecRequirement
path: ./stable/2024-09-01/*.json
reason: Brownfield service not ready to migrate
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ options:
"@azure-tools/typespec-autorest":
use-read-only-status-schema: true
omit-unreachable-types: true
emitter-output-dir: "{project-root}/.."
emitter-output-dir: "{project-root}"
arm-types-dir: "{project-root}/../../../../common-types/resource-management"
azure-resource-provider-folder: "resource-manager"
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/recoveryservicesdatareplication.json"
output-file: "{version-status}/{version}/recoveryservicesdatareplication.json"
examples-dir: "{project-root}/examples"
"@azure-tools/typespec-csharp":
flavor: azure
Expand Down
2 changes: 1 addition & 1 deletion specification/suppressions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@
sub-rules:
- options.@azure-tools/typespec-go.generate-samples
paths:
- recoveryservicesdatareplication/DataReplication.Management/tspconfig.yaml
- recoveryservicesdatareplication/resource-manager/Microsoft.DataReplication/DataReplication/tspconfig.yaml

- tool: TypeSpecValidation
reason: Suppress until spec can be updated
Expand Down
Loading