diff --git a/specification/hybridcompute/resource-manager/readme.md b/specification/hybridcompute/resource-manager/readme.md index f2d7f4a16dea..efd911959bc4 100644 --- a/specification/hybridcompute/resource-manager/readme.md +++ b/specification/hybridcompute/resource-manager/readme.md @@ -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 @@ -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.