Skip to content

Commit

Permalink
Merge pull request #122 from mjlshen/npm-dependabot
Browse files Browse the repository at this point in the history
Update `@azure-tools` and `@typespec` for dependabot
  • Loading branch information
s-amann authored May 13, 2024
2 parents 0143b87 + 8aa3df2 commit a92fb2b
Show file tree
Hide file tree
Showing 9 changed files with 100 additions and 732 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm ci

# Install the tsp cli
# pinned to the last working version combination
npm install -g @typespec/compiler@0.55.0
npm install -g @typespec/compiler@0.56.0

# Install azure/oav for validation of openapi and swagger example generation
# https://github.com/Azure/oav
Expand Down
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ updates:
typespec:
patterns:
- '@typespec/*'
azure-tools:
patterns:
- '@azure-tools/*'
schedule:
interval: 'weekly'
2 changes: 1 addition & 1 deletion api/redhatopenshift/HcpCluster/hcpCluster-models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ model HcpOpenShiftClusterResource
@segment("hcpOpenShiftClusters")
name: string;

...ManagedServiceIdentity;
...ManagedServiceIdentityProperty;
}

// The NodePool needs to be TrackedResource for the following reasons:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2162,24 +2162,6 @@
}
}
},
"Versions": {
"type": "string",
"description": "The available API versions.",
"enum": [
"2024-06-10-preview"
],
"x-ms-enum": {
"name": "Versions",
"modelAsString": true,
"values": [
{
"name": "v2024_06_10_preview",
"value": "2024-06-10-preview",
"description": "2024-06-10-preview version"
}
]
}
},
"Visibility": {
"type": "string",
"description": "The visibility of the API server",
Expand Down
15 changes: 0 additions & 15 deletions internal/api/v20240610preview/generated_constants.go

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

Loading

0 comments on commit a92fb2b

Please sign in to comment.