Skip to content

Commit

Permalink
CodeGen from PR 24265 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 5fa7a1dd06f5946bbbc5bea2a945a2cb41d212d3 into 004a5b02d59347b615bc37d4b2fd4951e0aa25fe
  • Loading branch information
SDKAuto committed Jun 6, 2023
1 parent d7e01fa commit 273ed4d
Show file tree
Hide file tree
Showing 31 changed files with 6,364 additions and 30 deletions.
92 changes: 64 additions & 28 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 @@ -2007,6 +2007,11 @@
"packageName": "@azure/arm-qumulo",
"projectFolder": "sdk/liftrqumulo/arm-qumulo",
"versionPolicyName": "management"
},
{
"packageName": "@azure/arm-containerservicefleet",
"projectFolder": "sdk/containerservice/arm-containerservicefleet",
"versionPolicyName": "management"
}
]
}
}
5 changes: 5 additions & 0 deletions sdk/containerservice/arm-containerservicefleet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release History

## 1.0.0-beta.1 (2023-06-06)

The package of @azure/arm-containerservicefleet is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
21 changes: 21 additions & 0 deletions sdk/containerservice/arm-containerservicefleet/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2023 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
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 273ed4d

Please sign in to comment.