Skip to content

Commit adef054

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

File tree

10 files changed

+241
-162
lines changed

10 files changed

+241
-162
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+
}

sdk/locks/arm-locks/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 2.1.0 (2022-04-18)
3+
## 2.1.0 (2022-04-28)
44

55
**Features**
66

@@ -11,7 +11,6 @@
1111
- Added Type Alias CreatedByType
1212
- Interface ManagementLockObject has a new optional parameter systemData
1313
- Added Enum KnownCreatedByType
14-
- Bug fix
1514

1615

1716
## 2.0.0 (2021-12-07)

0 commit comments

Comments
 (0)