Skip to content

Commit

Permalink
Merge branch 'main' into choliema/FixRequestBody
Browse files Browse the repository at this point in the history
  • Loading branch information
chantalolieman authored Dec 2, 2024
2 parents 119ecc1 + 9d57d1d commit 476d57c
Show file tree
Hide file tree
Showing 119 changed files with 13,721 additions and 1,316 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ updates:
# Updated manually to align with repo microsoft/typespec
- dependency-name: "typescript"
- dependency-name: "prettier"
# Updated manually by the Liftr team
- dependency-name: "@azure-tools/typespec-liftr-base"
# minimatch@9 is the last version to support Node 18
- dependency-name: "minimatch"
versions: [ ">= 10.0.0"]
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@azure-tools/typespec-azure-resource-manager": "0.48.0",
"@azure-tools/typespec-azure-rulesets": "0.48.0",
"@azure-tools/typespec-client-generator-cli": "0.14.1",
"@azure-tools/typespec-client-generator-core": "0.48.2",
"@azure-tools/typespec-client-generator-core": "0.48.3",
"@azure-tools/typespec-liftr-base": "0.4.0",
"@azure/avocado": "^0.9.1",
"@typespec/compiler": "0.62.0",
Expand Down
8 changes: 4 additions & 4 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ These are the global settings for the Compute API.
title: ComputeManagementClient
description: Compute Client
openapi-type: arm
tag: package-2024-03-03
tag: package-2024-10-01

directive:
- where:
Expand Down Expand Up @@ -288,11 +288,11 @@ suppressions:
reason: Existing issue from last version.
```
### Tag: package-2024-03-03
### Tag: package-2024-10-01
These settings apply only when `--tag=package-2024-03-03` is specified on the command line.
These settings apply only when `--tag=package-2024-10-01` is specified on the command line.

``` yaml $(tag) == 'package-2024-03-03'
``` yaml $(tag) == 'package-2024-10-01'
input-file:
- Microsoft.Compute/common-types/v1/common.json
- Microsoft.Compute/ComputeRP/stable/2024-07-01/computeRPCommon.json
Expand Down

This file was deleted.

Loading

0 comments on commit 476d57c

Please sign in to comment.