Skip to content

Commit

Permalink
CodeGen from PR 17535 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 08947cc23c6fb0bce3b641da65a13bc5278e80c7 into e30fc401f10f3ed0f3320d34899f5ea330f442dc
  • Loading branch information
SDKAuto committed Jan 31, 2022
1 parent fcf87ee commit d1da489
Show file tree
Hide file tree
Showing 33 changed files with 7,564 additions and 32 deletions.
88 changes: 57 additions & 31 deletions common/config/rush/pnpm-lock.yaml

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

7 changes: 6 additions & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -1579,6 +1579,11 @@
"packageName": "@azure/arm-kusto",
"projectFolder": "sdk/kusto/arm-kusto",
"versionPolicyName": "management"
},
{
"packageName": "@azure/arm-app",
"projectFolder": "sdk/app/arm-app",
"versionPolicyName": "management"
}
]
}
}
5 changes: 5 additions & 0 deletions sdk/app/arm-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release History

## 1.0.0-beta.1 (2022-01-31)

The package of @azure/arm-app 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/app/arm-app/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2022 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 d1da489

Please sign in to comment.