Skip to content

Commit

Permalink
reverts Azure#122
Browse files Browse the repository at this point in the history
  • Loading branch information
s-amann committed May 15, 2024
1 parent dd28057 commit 9124d53
Show file tree
Hide file tree
Showing 9 changed files with 732 additions and 100 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.56.0
npm install -g @typespec/compiler@0.55.0

# Install azure/oav for validation of openapi and swagger example generation
# https://github.com/Azure/oav
Expand Down
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ 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;

...ManagedServiceIdentityProperty;
...ManagedServiceIdentity;
}

// 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,6 +2162,24 @@
}
}
},
"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: 15 additions & 0 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 9124d53

Please sign in to comment.