Skip to content

Commit

Permalink
CodeGen from PR 31006 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 61592ad09fc27250755ec2612f10a609e15bd6e4 into 95e89f00932d2a8f04ff80e28f8ce10ee586ca7d
  • Loading branch information
SDKAuto committed Oct 17, 2024
1 parent 258b4b1 commit b69e00c
Show file tree
Hide file tree
Showing 201 changed files with 15,133 additions and 13,633 deletions.
119 changes: 82 additions & 37 deletions common/config/rush/pnpm-lock.yaml

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

9 changes: 7 additions & 2 deletions rush.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This is the main configuration file for Rush.
* For full documentation, please see https://rushjs.io
*/ {
*/{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
/**
* (Required) This specifies the version of the Rush engine to be used in this repo.
Expand Down Expand Up @@ -2291,6 +2291,11 @@
"packageName": "@azure/arm-trustedsigning",
"projectFolder": "sdk/trustedsigning/arm-trustedsigning",
"versionPolicyName": "management"
},
{
"packageName": "@azure/arm-databoundaries",
"projectFolder": "sdk/databoundaries/arm-databoundaries",
"versionPolicyName": "management"
}
]
}
}
18 changes: 8 additions & 10 deletions sdk/changes/arm-changes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

## 1.1.1 (Unreleased)

### Features Added


## 2.0.0 (2024-10-17)

### Breaking Changes

### Bugs Fixed

### Other Changes

- Interface ChangesListNextOptionalParams no longer has parameter skipToken
- Interface ChangesListNextOptionalParams no longer has parameter top
## 1.1.0 (2022-11-17)

### Features Added
Expand All @@ -19,4 +17,4 @@

## 1.0.0 (2022-05-09)

The package of @azure/arm-changes is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
The package of @azure/arm-changes is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
Loading

0 comments on commit b69e00c

Please sign in to comment.