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 005407249b142eeafbaddc01ef15e3293814de08 into 3906cab97616932be970c3292df68c966438628a
  • Loading branch information
SDKAuto committed Oct 14, 2024
1 parent ed6da25 commit e993798
Show file tree
Hide file tree
Showing 201 changed files with 15,131 additions and 13,631 deletions.
115 changes: 80 additions & 35 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-14)

### 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).
2 changes: 1 addition & 1 deletion sdk/changes/arm-changes/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Microsoft
Copyright (c) 2024 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit e993798

Please sign in to comment.