Skip to content

Commit 00d9018

Browse files
author
SDKAuto
committed
CodeGen from PR 18503 in Azure/azure-rest-api-specs
Merge 6c7c84ebd2cea94559f40a53927562bc9e90a8cb into 028cb20e0e2e6adc55caf531676be97c2e8ba460
1 parent aafe54e commit 00d9018

File tree

164 files changed

+3474
-8137
lines changed

Some content is hidden

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

164 files changed

+3474
-8137
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/app/arm-app/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Release History
22

3+
## 1.0.0 (2022-04-07)
4+
5+
**Features**
6+
7+
- Added operation group Namespaces
8+
- Added operation ContainerApps.beginUpdate
9+
- Added operation ContainerApps.beginUpdateAndWait
10+
- Added operation DaprComponents.listSecrets
11+
- Added operation ManagedEnvironments.beginUpdate
12+
- Added operation ManagedEnvironments.beginUpdateAndWait
13+
- Added Interface CheckNameAvailabilityRequest
14+
- Added Interface CheckNameAvailabilityResponse
15+
- Added Interface DaprComponentsListSecretsOptionalParams
16+
- Added Interface DaprSecretsCollection
17+
- Added Interface NamespacesCheckNameAvailabilityOptionalParams
18+
- Added Type Alias CheckNameAvailabilityReason
19+
- Added Type Alias DaprComponentsListSecretsResponse
20+
- Added Type Alias NamespacesCheckNameAvailabilityResponse
21+
- Interface ContainerAppsRevisionsListRevisionsNextOptionalParams has a new optional parameter filter
22+
- Interface ContainerAppsRevisionsListRevisionsOptionalParams has a new optional parameter filter
23+
- Interface ContainerAppsUpdateOptionalParams has a new optional parameter resumeFrom
24+
- Interface ContainerAppsUpdateOptionalParams has a new optional parameter updateIntervalInMs
25+
- Interface GithubActionConfiguration has a new optional parameter contextPath
26+
- Interface GithubActionConfiguration has a new optional parameter image
27+
- Interface ManagedEnvironmentsUpdateOptionalParams has a new optional parameter resumeFrom
28+
- Interface ManagedEnvironmentsUpdateOptionalParams has a new optional parameter updateIntervalInMs
29+
- Interface TrafficWeight has a new optional parameter label
30+
- Class ContainerAppsAPIClient has a new parameter namespaces
31+
- Type Alias ManagedEnvironment has a new parameter daprAIConnectionString
32+
- Added Enum KnownCheckNameAvailabilityReason
33+
34+
**Breaking Changes**
35+
36+
- Removed operation ContainerApps.update
37+
- Removed operation ManagedEnvironments.update
38+
- Interface GithubActionConfiguration no longer has parameter dockerfilePath
39+
40+
341
## 1.0.0-beta.1 (2022-03-23)
442

543
The package of @azure/arm-app is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).

sdk/app/arm-app/README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/app/arm-app) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-app) |
9-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-app?view=azure-node-preview) |
9+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-app) |
1010
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
1111

1212
## Getting started
@@ -16,8 +16,6 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f
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 { ContainerAppsAPIClient } = require("@azure/arm-app");
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 ContainerAppsAPIClient(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 ContainerAppsAPIClient(credential, subscriptionId);
6554
```
6655

6756

sdk/app/arm-app/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "82fdf284eea880a8e027c354911a814999a77178",
2+
"commit": "8b278c5281f440f020cbad8800952d384f422aba",
33
"readme": "specification/app/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\\app\\resource-manager\\readme.md --use=@autorest/[email protected]beta.17 --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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/app/resource-manager/readme.md --use=@autorest/[email protected]alpha.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.1.3",
7-
"use": "@autorest/[email protected]beta.17"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.6",
7+
"use": "@autorest/[email protected]alpha.16.20220105.1"
88
}

sdk/app/arm-app/package.json

Lines changed: 8 additions & 24 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 ContainerAppsAPIClient.",
6-
"version": "1.0.0-beta.1",
6+
"version": "1.0.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -29,13 +29,13 @@
2929
"types": "./types/arm-app.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",
@@ -98,21 +98,5 @@
9898
"docs": "echo skipped"
9999
},
100100
"sideEffects": false,
101-
"//metadata": {
102-
"constantPaths": [
103-
{
104-
"path": "src/containerAppsAPIClient.ts",
105-
"prefix": "packageDetails"
106-
}
107-
]
108-
},
109-
"autoPublish": true,
110-
"//sampleConfiguration": {
111-
"productName": "",
112-
"productSlugs": [
113-
"azure"
114-
],
115-
"disableDocsMs": true,
116-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-app?view=azure-node-preview"
117-
}
101+
"autoPublish": true
118102
}

sdk/app/arm-app/recordings/node/my_test/recording_sample_test.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)