Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielmsft committed Apr 9, 2024
1 parent 6765593 commit 337fcc9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions specification/hybridcompute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These are the global settings for the HybridCompute API.

``` yaml
openapi-type: arm
tag: package-preview-2023-10
tag: package-preview-2024-04
directive:
- where:
- $.definitions.Machine.properties
Expand All @@ -35,15 +35,25 @@ directive:
```
### Tag: package-preview-2024-04
These settings apply only when `--tag=package-preview-2024-04` is specified on the command line.

```yaml $(tag) == 'package-preview-2024-04'
input-file:
- Microsoft.HybridCompute/preview/2024-04-09-preview/HybridCompute.json
- Microsoft.HybridCompute/preview/2024-04-09-preview/privateLinkScopes.json
```
### 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'
``` yaml $(tag) == 'package-preview-2023-10'
input-file:
- Microsoft.HybridCompute/preview/2023-10-03-preview/HybridCompute.json
- Microsoft.HybridCompute/preview/2023-10-03-preview/privateLinkScopes.json
```

### Tag: package-preview-2023-06

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

0 comments on commit 337fcc9

Please sign in to comment.