Skip to content

Commit 3c4be05

Browse files
author
SDKAuto
committed
CodeGen from PR 18660 in Azure/azure-rest-api-specs
Merge 3c4872f4a43fbe1a285830461f48d8c0a5ffeee8 into f560f78c86eaf6dfdee064d3a36d0a12c653efa0
1 parent b0f6450 commit 3c4be05

File tree

170 files changed

+3794
-8417
lines changed

Some content is hidden

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

170 files changed

+3794
-8417
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 36 additions & 37 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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Release History
22

3+
## 1.0.0 (2022-04-12)
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+
- Type Alias ManagedEnvironment has a new parameter zoneRedundant
33+
- Added Enum KnownCheckNameAvailabilityReason
34+
35+
**Breaking Changes**
36+
37+
- Removed operation ContainerApps.update
38+
- Removed operation ManagedEnvironments.update
39+
- Interface GithubActionConfiguration no longer has parameter dockerfilePath
40+
41+
342
## 1.0.0-beta.1 (2022-03-23)
443

544
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": "f27a39e1cbc269c09a056b897c450ea6bfbea279",
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
}

0 commit comments

Comments
 (0)