Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions sdk/app/arm-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Release History

## 1.0.0 (2022-05-11)

**Features**

- Added operation group Namespaces
- Added operation ContainerApps.beginUpdate
- Added operation ContainerApps.beginUpdateAndWait
- Added operation DaprComponents.listSecrets
- Added operation ManagedEnvironments.beginUpdate
- Added operation ManagedEnvironments.beginUpdateAndWait
- Added Interface CheckNameAvailabilityRequest
- Added Interface CheckNameAvailabilityResponse
- Added Interface DaprComponentsListSecretsOptionalParams
- Added Interface DaprSecretsCollection
- Added Interface NamespacesCheckNameAvailabilityOptionalParams
- Added Type Alias CheckNameAvailabilityReason
- Added Type Alias DaprComponentsListSecretsResponse
- Added Type Alias NamespacesCheckNameAvailabilityResponse
- Added Type Alias Scheme
- Interface ContainerAppsRevisionsListRevisionsNextOptionalParams has a new optional parameter filter
- Interface ContainerAppsRevisionsListRevisionsOptionalParams has a new optional parameter filter
- Interface ContainerAppsUpdateOptionalParams has a new optional parameter resumeFrom
- Interface ContainerAppsUpdateOptionalParams has a new optional parameter updateIntervalInMs
- Interface GithubActionConfiguration has a new optional parameter contextPath
- Interface GithubActionConfiguration has a new optional parameter image
- Interface ManagedEnvironmentsUpdateOptionalParams has a new optional parameter resumeFrom
- Interface ManagedEnvironmentsUpdateOptionalParams has a new optional parameter updateIntervalInMs
- Interface RegistryCredentials has a new optional parameter identity
- Interface TrafficWeight has a new optional parameter label
- Class ContainerAppsAPIClient has a new parameter namespaces
- Type Alias ManagedEnvironment has a new parameter daprAIConnectionString
- Type Alias ManagedEnvironment has a new parameter zoneRedundant
- Added Enum KnownCheckNameAvailabilityReason
- Added Enum KnownScheme

**Breaking Changes**

- Removed operation ContainerApps.update
- Removed operation ManagedEnvironments.update
- Interface GithubActionConfiguration no longer has parameter dockerfilePath


## 1.0.0-beta.1 (2022-03-23)

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).
2 changes: 1 addition & 1 deletion sdk/app/arm-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f

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

## Getting started
Expand Down
8 changes: 4 additions & 4 deletions sdk/app/arm-app/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "82fdf284eea880a8e027c354911a814999a77178",
"commit": "45d719fa4fa76aa63638f451f4c8cfa3bb53c0cb",
"readme": "specification/app/resource-manager/readme.md",
"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",
"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.19.20220425.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.1.3",
"use": "@autorest/[email protected]beta.17"
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/[email protected]alpha.19.20220425.1"
}
26 changes: 10 additions & 16 deletions sdk/app/arm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ContainerAppsAPIClient.",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.0.0",
"@azure/core-client": "^1.5.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.1.0",
"@azure/core-rest-pipeline": "^1.8.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand All @@ -40,9 +40,11 @@
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^1.0.0",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"cross-env": "^7.0.2"
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/app/arm-app",
"repository": {
Expand Down Expand Up @@ -93,7 +95,7 @@
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "mocha -r esm --require ts-node/register --timeout 1200000 --full-trace test/*.ts --reporter ../../../common/tools/mocha-multi-reporter.js",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped",
"docs": "echo skipped"
},
Expand All @@ -106,13 +108,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-app?view=azure-node-preview"
}
}
"autoPublish": true
}

This file was deleted.

Loading