Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate uptake of http-enum-visibility #32043

2 changes: 1 addition & 1 deletion .github/actions/setup-node-npm-ci/action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Setup Node and run `npm ci`

Check failure on line 1 in .github/actions/setup-node-npm-ci/action.yaml

View workflow job for this annotation

GitHub Actions / Protected Files

File '.github/actions/setup-node-npm-ci/action.yaml' should only be updated by the Azure SDK team. If intentional, the PR may be merged by the Azure SDK team via bypassing the branch protections.
description: Uses specified Node version and runs npm commands to set up the environment for REST API CI

inputs:
Expand All @@ -16,7 +16,7 @@

- run: |
echo "::group::npm ci"
npm ci
npm i --no-package-lock --force
echo "::endgroup::"
shell: bash

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in package.json

View workflow job for this annotation

GitHub Actions / Protected Files

File 'package.json' should only be updated by the Azure SDK team. If intentional, the PR may be merged by the Azure SDK team via bypassing the branch protections.
"name": "azure-rest-api-specs",
"devDependencies": {
"@azure-tools/typespec-apiview": "0.5.0",
Expand All @@ -11,9 +11,9 @@
"@azure-tools/typespec-client-generator-core": "0.50.0",
"@azure-tools/typespec-liftr-base": "0.6.0",
"@azure/avocado": "^0.9.1",
"@typespec/compiler": "0.64.0",
"@typespec/http": "0.64.0",
"@typespec/openapi": "0.64.0",
"@typespec/compiler": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNDQ4ODI3MC9hcnRpZmFjdE5hbWUvcGFja2FnZXM1/content?format=file&subPath=%2Ftypespec-compiler-0.65.0-pr-5416.20250117.33.tgz",
"@typespec/http": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNDQ4ODI3MC9hcnRpZmFjdE5hbWUvcGFja2FnZXM1/content?format=file&subPath=%2Ftypespec-http-0.65.0-pr-5416.20250117.33.tgz",
"@typespec/openapi": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNDQ4ODI3MC9hcnRpZmFjdE5hbWUvcGFja2FnZXM1/content?format=file&subPath=%2Ftypespec-openapi-0.65.0-pr-5416.20250117.33.tgz",
"@typespec/openapi3": "0.64.0",
"@typespec/prettier-plugin-typespec": "0.64.0",
"@typespec/rest": "0.64.0",
Expand Down
Loading