Skip to content

Commit 5e4e453

Browse files
author
SDKAuto
committed
CodeGen from PR 18237 in Azure/azure-rest-api-specs
Merge 192cf0e40aef2af1d19fe78fc128796cf8e870cb into 08fa2b41d6a430eb6bb8ac49453684b6fb5c3900
1 parent 4fe8389 commit 5e4e453

19 files changed

+222
-238
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 51 additions & 36 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: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Release History
2+
3+
## 18.0.0 (2022-03-14)
4+
5+
**Breaking Changes**
26

3-
## 17.3.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Interface DiskUpdate no longer has parameter dataAccessAuthMode
8+
- Interface SnapshotUpdate no longer has parameter dataAccessAuthMode
9+
- Interface SupportedCapabilities no longer has parameter architecture
10+
- Type Alias Disk no longer has parameter dataAccessAuthMode
11+
- Type Alias GalleryImage no longer has parameter architecture
12+
- Type Alias GalleryImageUpdate no longer has parameter architecture
13+
- Type Alias Snapshot no longer has parameter dataAccessAuthMode
14+
- Removed Enum KnownArchitecture
15+
- Removed Enum KnownDataAccessAuthMode
16+
17+
1318
## 17.3.0 (2022-03-02)
1419

1520
**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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"commit": "4042a47cff72c950d35dd72149895b044ed79713",
2+
"commit": "c7e0bbd2eae063ca701b000d99b68f729a54543c",
33
"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=D:\\mydev\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\compute\\resource-manager\\readme.md --use=@autorest/[email protected].20220225.1 --generate-sample=true",
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=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/compute/resource-manager/readme.md --use=@autorest/[email protected].20220105.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"use": "@autorest/[email protected]"
6+
"release_tool": "@azure-tools/[email protected]",
7+
"use": "@autorest/[email protected]"
78
}

0 commit comments

Comments
 (0)