Skip to content

Commit 41ca12f

Browse files
author
SDKAuto
committed
CodeGen from PR 18581 in Azure/azure-rest-api-specs
Merge 7f29b38856774493127a162f283bc09623b7ef42 into a7f91f93af6a62ddfe7f3b37a69645e90acdb65e
1 parent b835e0b commit 41ca12f

Some content is hidden

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

62 files changed

+11148
-11137
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/compute/arm-compute/CHANGELOG.md

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,36 @@
11
# Release History
2+
3+
## 18.0.0 (2022-04-18)
4+
5+
**Features**
26

3-
## 17.3.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added Interface DedicatedHostGroupPropertiesAdditionalCapabilities
8+
- Added Interface LinuxVMGuestPatchAutomaticByPlatformSettings
9+
- Added Interface ProximityPlacementGroupPropertiesIntent
10+
- Added Interface WindowsVMGuestPatchAutomaticByPlatformSettings
11+
- Added Type Alias LinuxVMGuestPatchAutomaticByPlatformRebootSetting
12+
- Added Type Alias WindowsVMGuestPatchAutomaticByPlatformRebootSetting
13+
- Interface AutomaticOSUpgradePolicy has a new optional parameter useRollingUpgradePolicy
14+
- Interface LinuxPatchSettings has a new optional parameter automaticByPlatformSettings
15+
- Interface PatchSettings has a new optional parameter automaticByPlatformSettings
16+
- Type Alias DedicatedHostGroup has a new parameter additionalCapabilities
17+
- Type Alias DedicatedHostGroupUpdate has a new parameter additionalCapabilities
18+
- Type Alias ProximityPlacementGroup has a new parameter zones
19+
- Type Alias ProximityPlacementGroup has a new parameter intent
20+
- Added Enum KnownLinuxVMGuestPatchAutomaticByPlatformRebootSetting
21+
- Added Enum KnownWindowsVMGuestPatchAutomaticByPlatformRebootSetting
22+
23+
**Breaking Changes**
24+
25+
- Interface DiskUpdate no longer has parameter dataAccessAuthMode
26+
- Interface SnapshotUpdate no longer has parameter dataAccessAuthMode
27+
- Interface SupportedCapabilities no longer has parameter architecture
28+
- Type Alias Disk no longer has parameter dataAccessAuthMode
29+
- Type Alias Snapshot no longer has parameter dataAccessAuthMode
30+
- Type Alias VirtualMachineImage no longer has parameter architecture
31+
- Removed Enum KnownArchitectureTypes
32+
- Removed Enum KnownDataAccessAuthMode
33+
1334
## 17.3.1 (2022-04-06)
1435

1536
**features**

sdk/compute/arm-compute/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Compute Client
1616
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
1717
- Latest versions of Safari, Chrome, Edge and Firefox.
1818

19-
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
20-
2119
### Prerequisites
2220

2321
- An [Azure subscription][azure_sub].
@@ -51,17 +49,8 @@ For more information about how to create an Azure AD Application check out [this
5149
```javascript
5250
const { ComputeManagementClient } = require("@azure/arm-compute");
5351
const { DefaultAzureCredential } = require("@azure/identity");
54-
// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
55-
5652
const subscriptionId = "00000000-0000-0000-0000-000000000000";
5753
const client = new ComputeManagementClient(new DefaultAzureCredential(), subscriptionId);
58-
59-
// For client-side applications running in the browser, use this code instead:
60-
// const credential = new InteractiveBrowserCredential({
61-
// tenantId: "<YOUR_TENANT_ID>",
62-
// clientId: "<YOUR_CLIENT_ID>"
63-
// });
64-
// const client = new ComputeManagementClient(credential, subscriptionId);
6554
```
6655

6756

sdk/compute/arm-compute/_meta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "b8cae07c799a07f2e779a9e301f639e9b85124b1",
3-
"readme": "specification\\apimanagement\\resource-manager\\readme.md",
4-
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\apimanagement\\resource-manager\\readme.md --use=@autorest/[email protected].18.20220329.1",
2+
"commit": "2b2825e52b1d68a0f320a4269ffdcfe3f2d1b079",
3+
"readme": "specification/compute/resource-manager/readme.md",
4+
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --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/compute/resource-manager/readme.md --use=@autorest/[email protected].16.20220105.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.1",
7-
"use": "@autorest/[email protected].18.20220329.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
7+
"use": "@autorest/[email protected].16.20220105.1"
88
}

sdk/compute/arm-compute/package.json

Lines changed: 10 additions & 27 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 ComputeManagementClient.",
6-
"version": "17.3.2",
6+
"version": "18.0.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -29,21 +29,20 @@
2929
"types": "./types/arm-compute.d.ts",
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.18.11",
32-
"@rollup/plugin-commonjs": "^21.0.1",
33-
"@rollup/plugin-json": "^4.1.0",
34-
"@rollup/plugin-multi-entry": "^4.1.0",
35-
"@rollup/plugin-node-resolve": "^13.1.3",
32+
"@rollup/plugin-commonjs": "11.0.2",
33+
"@rollup/plugin-json": "^4.0.0",
34+
"@rollup/plugin-multi-entry": "^3.0.0",
35+
"@rollup/plugin-node-resolve": "^8.0.0",
3636
"mkdirp": "^1.0.4",
37-
"rollup": "^2.66.1",
38-
"rollup-plugin-sourcemaps": "^0.6.3",
37+
"rollup": "^1.16.3",
38+
"rollup-plugin-sourcemaps": "^0.4.2",
3939
"typescript": "~4.2.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
4242
"@azure/identity": "^2.0.1",
4343
"@azure-tools/test-recorder": "^1.0.0",
4444
"mocha": "^7.1.1",
45-
"cross-env": "^7.0.2",
46-
"@azure/arm-network": "^26.0.0"
45+
"cross-env": "^7.0.2"
4746
},
4847
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute",
4948
"repository": {
@@ -99,21 +98,5 @@
9998
"docs": "echo skipped"
10099
},
101100
"sideEffects": false,
102-
"//metadata": {
103-
"constantPaths": [
104-
{
105-
"path": "src/computeManagementClient.ts",
106-
"prefix": "packageDetails"
107-
}
108-
]
109-
},
110-
"autoPublish": true,
111-
"//sampleConfiguration": {
112-
"productName": "",
113-
"productSlugs": [
114-
"azure"
115-
],
116-
"disableDocsMs": true,
117-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-compute?view=azure-node-preview"
118-
}
119-
}
101+
"autoPublish": true
102+
}

0 commit comments

Comments
 (0)