Skip to content

Commit 408eee9

Browse files
authored
commerce-datamigration-healthcareapis-hybridcompute-hybridkubernetes-… (Azure#19891)
1 parent 9713c4d commit 408eee9

File tree

495 files changed

+50159
-24569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

495 files changed

+50159
-24569
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 130 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/ignore-links.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ https://docs.microsoft.com/javascript/api/@azure/arm-deploymentmanager?view=azur
1919
https://docs.microsoft.com/javascript/api/@azure/arm-hanaonazure?view=azure-node-preview
2020
https://docs.microsoft.com/javascript/api/@azure/arm-kubernetesconfiguration?view=azure-node-preview
2121
https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview
22+
https://docs.microsoft.com/javascript/api/@azure/arm-datamigration?view=azure-node-preview
23+
https://docs.microsoft.com/javascript/api/@azure/arm-healthcareapis?view=azure-node-preview
24+
https://docs.microsoft.com/javascript/api/@azure/arm-hybridkubernetes?view=azure-node-preview
25+
https://docs.microsoft.com/javascript/api/@azure/arm-healthcareapis
26+
https://docs.microsoft.com/javascript/api/@azure/arm-hybridkubernetes

rush.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,31 @@
13351335
"packageName": "@azure/arm-machinelearningexperimentation",
13361336
"projectFolder": "sdk/machinelearningexperimentation/arm-machinelearningexperimentation",
13371337
"versionPolicyName": "management"
1338+
},
1339+
{
1340+
"packageName": "@azure/arm-commerce",
1341+
"projectFolder": "sdk/commerce/arm-commerce",
1342+
"versionPolicyName": "management"
1343+
},
1344+
{
1345+
"packageName": "@azure/arm-datamigration",
1346+
"projectFolder": "sdk/datamigration/arm-datamigration",
1347+
"versionPolicyName": "management"
1348+
},
1349+
{
1350+
"packageName": "@azure/arm-healthcareapis",
1351+
"projectFolder": "sdk/healthcareapis/arm-healthcareapis",
1352+
"versionPolicyName": "management"
1353+
},
1354+
{
1355+
"packageName": "@azure/arm-hybridcompute",
1356+
"projectFolder": "sdk/hybridcompute/arm-hybridcompute",
1357+
"versionPolicyName": "management"
1358+
},
1359+
{
1360+
"packageName": "@azure/arm-hybridkubernetes",
1361+
"projectFolder": "sdk/hybridkubernetes/arm-hybridkubernetes",
1362+
"versionPolicyName": "management"
13381363
}
13391364
]
1340-
}
1365+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release History
2+
3+
## 4.0.0-beta.1 (2022-01-18)
4+
5+
The package of @azure/arm-commerce is using our next generation design principles since version 4.0.0-beta.1, which contains breaking changes.
6+
7+
To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
8+
9+
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
10+
11+
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).

sdk/commerce/arm-commerce/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2022 Microsoft
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)