Skip to content

Commit

Permalink
CodeGen from PR 31129 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 01bd978ed6d906f2a1cbe3a3a0ad41fa6802ca81 into 366aaa13cdd218b9adac716680e49473673410c8
  • Loading branch information
SDKAuto committed Oct 22, 2024
1 parent 5d53a80 commit 710e63d
Show file tree
Hide file tree
Showing 34 changed files with 7,944 additions and 24 deletions.
76 changes: 54 additions & 22 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-workloads-sapmonitors",
"projectFolder": "sdk/workloads/sapmonitors",
"versionPolicyName": "management"
}
]
}
}
4 changes: 4 additions & 0 deletions sdk/workloads/ci.mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ trigger:
- sdk/workloads/arm-workloads
- sdk/workloads/ci.mgmt.yml
- sdk/workloads/arm-workloadssapvirtualinstance
- sdk/workloads/sapmonitors
pr:
branches:
include:
Expand All @@ -28,6 +29,7 @@ pr:
- sdk/workloads/arm-workloads
- sdk/workloads/ci.mgmt.yml
- sdk/workloads/arm-workloadssapvirtualinstance
- sdk/workloads/sapmonitors
extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
Expand All @@ -37,3 +39,5 @@ extends:
safeName: azurearmworkloads
- name: azure-arm-workloadssapvirtualinstance
safeName: azurearmworkloadssapvirtualinstance
- name: azure-arm-workloads-sapmonitors
safeName: azurearmworkloadssapmonitors
7 changes: 7 additions & 0 deletions sdk/workloads/sapmonitors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release History

## 1.0.0-beta.1 (2024-10-22)

### Features Added

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

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
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 710e63d

Please sign in to comment.