Skip to content

Commit 24121a2

Browse files
author
SDKAuto
committed
CodeGen from PR 22613 in Azure/azure-rest-api-specs
Merge 16e1473d6cfa6dc40569620ab79138b5a15d4961 into 8539fe23e90aff363869fd21321b775ce2ccca8b
1 parent cac26eb commit 24121a2

File tree

12 files changed

+499
-49
lines changed

12 files changed

+499
-49
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/CHANGELOG.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
# Release History
2+
3+
## 5.1.0 (2023-03-06)
4+
5+
**Features**
26

3-
## 5.0.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added Interface A2AFabricSpecificLocationDetails
8+
- Added Interface VMwareCbtSecurityProfileProperties
9+
- Added Type Alias SecurityType
10+
- Interface AzureFabricSpecificDetails has a new optional parameter locationDetails
11+
- Interface FabricQueryParameter has a new optional parameter extendedLocationMappings
12+
- Interface FabricQueryParameter has a new optional parameter locationDetails
13+
- Interface VMwareCbtEnableMigrationInput has a new optional parameter confidentialVmKeyVaultId
14+
- Interface VMwareCbtEnableMigrationInput has a new optional parameter targetVmSecurityProfile
15+
- Interface VMwareCbtMigrateInput has a new optional parameter osUpgradeVersion
16+
- Interface VMwareCbtMigrationDetails has a new optional parameter confidentialVmKeyVaultId
17+
- Interface VMwareCbtMigrationDetails has a new optional parameter osName
18+
- Interface VMwareCbtMigrationDetails has a new optional parameter supportedOSVersions
19+
- Interface VMwareCbtMigrationDetails has a new optional parameter targetVmSecurityProfile
20+
- Interface VMwareCbtProtectionContainerMappingDetails has a new optional parameter excludedSkus
21+
- Interface VMwareCbtTestMigrateInput has a new optional parameter osUpgradeVersion
22+
- Added Enum KnownSecurityType
23+
1324
## 5.0.1 (2023-01-05)
1425

1526
**Migration Guide**

sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Microsoft
3+
Copyright (c) 2023 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "1be09531e4c6edeafde41d6562371566d39669e8",
2+
"commit": "539c2fd5385a294c167e1c058f127c11bbc2ac31",
33
"readme": "specification/recoveryservicessiterecovery/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\recoveryservicessiterecovery\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.4 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/recoveryservicessiterecovery/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.5",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.2",
7-
"use": "@autorest/typescript@6.0.0-rc.4"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
7+
"use": "@autorest/typescript@6.0.0-rc.5"
88
}

sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/package.json

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for SiteRecoveryManagementClient.",
6-
"version": "5.0.2",
6+
"version": "5.1.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -29,9 +29,9 @@
2929
"types": "./types/arm-recoveryservices-siterecovery.d.ts",
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.31.1",
32-
"@rollup/plugin-commonjs": "^24.0.0",
33-
"@rollup/plugin-json": "^6.0.0",
34-
"@rollup/plugin-multi-entry": "^6.0.0",
32+
"@rollup/plugin-commonjs": "^21.0.1",
33+
"@rollup/plugin-json": "^4.1.0",
34+
"@rollup/plugin-multi-entry": "^4.1.0",
3535
"@rollup/plugin-node-resolve": "^13.1.3",
3636
"mkdirp": "^1.0.4",
3737
"rollup": "^2.66.1",
@@ -40,7 +40,7 @@
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
4242
"@azure/identity": "^2.0.1",
43-
"@azure-tools/test-recorder": "^3.0.0",
43+
"@azure-tools/test-recorder": "^2.0.0",
4444
"@azure-tools/test-credential": "^1.0.0",
4545
"mocha": "^7.1.1",
4646
"@types/chai": "^4.2.8",
@@ -110,13 +110,5 @@
110110
}
111111
]
112112
},
113-
"autoPublish": true,
114-
"//sampleConfiguration": {
115-
"productName": "",
116-
"productSlugs": [
117-
"azure"
118-
],
119-
"disableDocsMs": true,
120-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-recoveryservices-siterecovery?view=azure-node-preview"
121-
}
122-
}
113+
"autoPublish": true
114+
}

0 commit comments

Comments
 (0)