Skip to content

Commit ceee0af

Browse files
authored
Add dependency @azure-tools/typespec-azure-rulesets (Azure#50467)
1 parent 3b9d343 commit ceee0af

File tree

3 files changed

+28
-16
lines changed

3 files changed

+28
-16
lines changed

eng/packages/http-client-csharp-mgmt/generator/TestProjects/Local/Mgmt-TypeSpec/tspCodeModel.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,13 +1229,10 @@
12291229
"doc": "The additional info.",
12301230
"type": {
12311231
"$id": "152",
1232-
"kind": "model",
1233-
"name": "ErrorAdditionalInfoInfo",
1234-
"namespace": "Azure.ResourceManager.CommonTypes",
1235-
"crossLanguageDefinitionId": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo.info.anonymous",
1236-
"usage": "Output,Json,Exception,LroInitial,LroPolling,LroFinalEnvelope",
1237-
"decorators": [],
1238-
"properties": []
1232+
"kind": "unknown",
1233+
"name": "unknown",
1234+
"crossLanguageDefinitionId": "",
1235+
"decorators": []
12391236
},
12401237
"optional": true,
12411238
"readOnly": true,
@@ -1294,9 +1291,6 @@
12941291
{
12951292
"$ref": "146"
12961293
},
1297-
{
1298-
"$ref": "152"
1299-
},
13001294
{
13011295
"$id": "159",
13021296
"kind": "model",

eng/packages/http-client-csharp-mgmt/package-lock.json

Lines changed: 22 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/packages/http-client-csharp-mgmt/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"devDependencies": {
4343
"@azure-tools/azure-http-specs": "0.1.0-alpha.17",
4444
"@azure-tools/typespec-azure-core": "0.56.0",
45-
"@azure-tools/typespec-azure-resource-manager": "0.56.0",
45+
"@azure-tools/typespec-azure-resource-manager": "0.56.2",
46+
"@azure-tools/typespec-azure-rulesets": "0.56.1",
4647
"@azure-tools/typespec-client-generator-core": "0.56.2",
4748
"@eslint/js": "^9.2.0",
4849
"@types/node": "~22.7.5",

0 commit comments

Comments
 (0)