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
26 changes: 4 additions & 22 deletions sdk/appcontainers/arm-appcontainers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# Release History

## 2.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.0-beta.1 (2022-10-12)

## 1.2.0-beta.1 (2022-11-08)

**Features**

Expand Down Expand Up @@ -147,6 +137,7 @@
- Added Type Alias ContainerAppsDiagnosticsListRevisionsNextResponse
- Added Type Alias ContainerAppsDiagnosticsListRevisionsResponse
- Added Type Alias ContainerAppsGetAuthTokenResponse
- Added Type Alias ContainerAppsUpdateResponse
- Added Type Alias ExtendedLocationTypes
- Added Type Alias LogLevel
- Added Type Alias ManagedEnvironmentDiagnosticsGetDetectorResponse
Expand All @@ -156,6 +147,7 @@
- Added Type Alias ManagedEnvironmentsGetAuthTokenResponse
- Added Type Alias ManagedEnvironmentsListWorkloadProfileStatesNextResponse
- Added Type Alias ManagedEnvironmentsListWorkloadProfileStatesResponse
- Added Type Alias ManagedEnvironmentsUpdateResponse
- Added Type Alias SkuName
- Interface CertificateProperties has a new optional parameter subjectAlternativeNames
- Interface Configuration has a new optional parameter maxInactiveRevisions
Expand Down Expand Up @@ -200,16 +192,6 @@
- Added Enum KnownSkuName
- Enum KnownContainerAppProvisioningState has a new value Deleting
- Enum KnownIngressTransportMethod has a new value Tcp

**Breaking Changes**

- Interface Container no longer has parameter args
- Interface Container no longer has parameter command
- Interface Container no longer has parameter env
- Interface Container no longer has parameter image
- Interface Container no longer has parameter name
- Interface Container no longer has parameter resources
- Interface Container no longer has parameter volumeMounts

## 1.1.2 (2022-10-08)

Expand Down
2 changes: 1 addition & 1 deletion sdk/appcontainers/arm-appcontainers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f

### Currently supported environments

- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
- Latest versions of Safari, Chrome, Edge and Firefox.

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
Expand Down
8 changes: 4 additions & 4 deletions sdk/appcontainers/arm-appcontainers/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "d0965e7f28fc087c87c7411a14d8acdc8f37252e",
"commit": "d5dc8085de1c64ba6629f60970bf0dff929aeba3",
"readme": "specification/app/resource-manager/readme.md",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\app\\resource-manager\\readme.md --use=@autorest/[email protected].1.20220727.1 --generate-sample=true",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --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].2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/[email protected].1.20220727.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1",
"use": "@autorest/[email protected].2"
}
14 changes: 3 additions & 11 deletions sdk/appcontainers/arm-appcontainers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ContainerAppsAPIClient.",
"version": "2.0.0-beta.2",
"version": "1.2.0-beta.1",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -109,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading