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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
99 changes: 99 additions & 0 deletions sdk/appcontainers/arm-appcontainers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,104 @@
# Release History

## 3.0.0-beta.1 (2024-04-04)

**Features**

- Added operation group ContainerAppsBuilds
- Added operation group ContainerAppsBuildsByContainerApp
- Added operation group ContainerAppsPatches
- Added operation group FunctionsExtension
- Added Interface ContainerAppPropertiesPatchingConfiguration
- Added Interface ContainerAppsBuildCollection
- Added Interface ContainerAppsBuildConfiguration
- Added Interface ContainerAppsBuildResource
- Added Interface ContainerAppsBuildsByContainerAppListNextOptionalParams
- Added Interface ContainerAppsBuildsByContainerAppListOptionalParams
- Added Interface ContainerAppsBuildsDeleteHeaders
- Added Interface ContainerAppsBuildsDeleteOptionalParams
- Added Interface ContainerAppsBuildsGetOptionalParams
- Added Interface ContainerAppsPatchesApplyHeaders
- Added Interface ContainerAppsPatchesApplyOptionalParams
- Added Interface ContainerAppsPatchesDeleteHeaders
- Added Interface ContainerAppsPatchesDeleteOptionalParams
- Added Interface ContainerAppsPatchesGetOptionalParams
- Added Interface ContainerAppsPatchesListByContainerAppNextOptionalParams
- Added Interface ContainerAppsPatchesListByContainerAppOptionalParams
- Added Interface ContainerAppsPatchesSkipConfigureHeaders
- Added Interface ContainerAppsPatchesSkipConfigureOptionalParams
- Added Interface ContainerAppsPatchResource
- Added Interface ContainerExecutionStatus
- Added Interface ExecutionStatus
- Added Interface FunctionsExtensionInvokeFunctionsHostOptionalParams
- Added Interface JavaComponentIngress
- Added Interface JavaComponentProperties
- Added Interface LogLevelSetting
- Added Interface ManagedEnvironmentPropertiesPeerTrafficConfiguration
- Added Interface ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption
- Added Interface NacosComponent
- Added Interface PatchCollection
- Added Interface PatchDetails
- Added Interface PatchDetailsNewLayer
- Added Interface PatchDetailsOldLayer
- Added Interface PatchProperties
- Added Interface PatchSkipConfig
- Added Interface ProxyResourceAutoGenerated
- Added Interface ReplicaExecutionStatus
- Added Interface ResourceAutoGenerated
- Added Interface Runtime
- Added Interface RuntimeDotnet
- Added Interface RuntimeJava
- Added Interface RuntimeJavaAgent
- Added Interface SpringBootAdminComponent
- Added Interface SpringCloudConfigComponent
- Added Interface SpringCloudEurekaComponent
- Added Type Alias ContainerAppsBuildsByContainerAppListNextResponse
- Added Type Alias ContainerAppsBuildsByContainerAppListResponse
- Added Type Alias ContainerAppsBuildsDeleteResponse
- Added Type Alias ContainerAppsBuildsGetResponse
- Added Type Alias ContainerAppsPatchesApplyResponse
- Added Type Alias ContainerAppsPatchesDeleteResponse
- Added Type Alias ContainerAppsPatchesGetResponse
- Added Type Alias ContainerAppsPatchesListByContainerAppNextResponse
- Added Type Alias ContainerAppsPatchesListByContainerAppResponse
- Added Type Alias ContainerAppsPatchesSkipConfigureResponse
- Added Type Alias DetectionStatus
- Added Type Alias FunctionsExtensionInvokeFunctionsHostResponse
- Added Type Alias ImageType
- Added Type Alias JavaComponentPropertiesUnion
- Added Type Alias Kind
- Added Type Alias PatchApplyStatus
- Added Type Alias PatchingMode
- Added Type Alias PatchType
- Interface BaseContainer has a new optional parameter imageType
- Interface Configuration has a new optional parameter runtime
- Interface ContainerApp has a new optional parameter kind
- Interface ContainerApp has a new optional parameter patchingConfiguration
- Interface CustomScaleRule has a new optional parameter identity
- Interface HttpScaleRule has a new optional parameter identity
- Interface JavaComponent has a new optional parameter properties
- Interface JobExecution has a new optional parameter detailedStatus
- Interface JobScaleRule has a new optional parameter identity
- Interface ManagedEnvironment has a new optional parameter peerTrafficConfiguration
- Interface QueueScaleRule has a new optional parameter identity
- Interface TcpScaleRule has a new optional parameter identity
- Added Enum KnownDetectionStatus
- Added Enum KnownImageType
- Added Enum KnownKind
- Added Enum KnownPatchApplyStatus
- Added Enum KnownPatchingMode
- Added Enum KnownPatchType
- Enum KnownJavaComponentType has a new value Nacos

**Breaking Changes**

- Interface JavaComponent no longer has parameter componentType
- Interface JavaComponent no longer has parameter configurations
- Interface JavaComponent no longer has parameter provisioningState
- Interface JavaComponent no longer has parameter serviceBinds
- Enum KnownDotNetComponentType no longer has value AspireResourceServerApi


## 2.1.0-beta.1 (2024-03-18)

**Features**
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 @@ -2,7 +2,7 @@

This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure ContainerApps API client.


Functions is an extension resource to revisions and the api listed is used to proxy the call from Web RP to the function app's host process, this api is not exposed to users and only Web RP is allowed to invoke functions extension resource.

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appcontainers/arm-appcontainers) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-appcontainers) |
Expand Down
6 changes: 3 additions & 3 deletions sdk/appcontainers/arm-appcontainers/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "0cca8953ec713d8cc0e940c37e865d36b43d18f8",
"commit": "5cf69a37552ac171f9c335c59732637e1f51cc85",
"readme": "specification/app/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.7 --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].17 --generate-sample=true",
"autorest_command": "autorest --version=3.9.7 --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/typescript@^6.0.12",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected]",
"use": "@autorest/[email protected].17"
"use": "@autorest/typescript@^6.0.12"
}
6 changes: 0 additions & 6 deletions sdk/appcontainers/arm-appcontainers/assets.json

This file was deleted.

12 changes: 2 additions & 10 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.1.0-beta.1",
"version": "3.0.0-beta.1",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -106,13 +106,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appcontainers/arm-appcontainers",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers?view=azure-node-preview"
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appcontainers/arm-appcontainers"
}
Loading