Skip to content

Commit e4692c4

Browse files
author
SDKAuto
committed
CodeGen from PR 18746 in Azure/azure-rest-api-specs
Merge 15e0e9937b32beb3c3c33b839847b6d4cb16f9da into 0baca05c851c1749e92beb0d2134cd958827dd54
1 parent 1f12acd commit e4692c4

File tree

15 files changed

+602
-192
lines changed

15 files changed

+602
-192
lines changed

common/config/rush/pnpm-lock.yaml

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

rush.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* This is the main configuration file for Rush.
33
* For full documentation, please see https://rushjs.io
4-
*/ {
4+
*/{
55
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
66
/**
77
* (Required) This specifies the version of the Rush engine to be used in this repo.
@@ -1685,6 +1685,11 @@
16851685
"packageName": "@azure/arm-azureadexternalidentities",
16861686
"projectFolder": "sdk/azureadexternalidentities/arm-azureadexternalidentities",
16871687
"versionPolicyName": "management"
1688+
},
1689+
{
1690+
"packageName": "@azure/arm-changes",
1691+
"projectFolder": "sdk/changes/arm-changes",
1692+
"versionPolicyName": "management"
16881693
}
16891694
]
1690-
}
1695+
}

0 commit comments

Comments
 (0)