Skip to content

Commit

Permalink
CodeGen from PR 25350 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 7c1f0fae9ec161937e28b221291b49ba4602e9ab into 4ee601a2f862baeb763e3b611efa97f82f5f6c77
  • Loading branch information
SDKAuto committed Aug 25, 2023
1 parent 77c0cac commit 5f490a3
Show file tree
Hide file tree
Showing 320 changed files with 1,266 additions and 15,923 deletions.
46 changes: 36 additions & 10 deletions sdk/appcontainers/arm-appcontainers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,41 @@
# Release History

## 2.1.0-beta.1 (2023-08-25)

**Features**

## 2.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group ManagedEnvironmentUsages
- Added operation group Usages
- Added Interface AppInsightsConfiguration
- Added Interface BlobStorageTokenStore
- Added Interface DataDogConfiguration
- Added Interface DestinationsConfiguration
- Added Interface EncryptionSettings
- Added Interface GetCustomDomainVerificationIdOptionalParams
- Added Interface IngressPortMapping
- Added Interface ListUsagesResult
- Added Interface LogsConfiguration
- Added Interface ManagedEnvironmentUsagesListNextOptionalParams
- Added Interface ManagedEnvironmentUsagesListOptionalParams
- Added Interface MetricsConfiguration
- Added Interface OpenTelemetryConfiguration
- Added Interface TokenStore
- Added Interface TracesConfiguration
- Added Interface Usage
- Added Interface UsageName
- Added Interface UsagesListNextOptionalParams
- Added Interface UsagesListOptionalParams
- Added Type Alias GetCustomDomainVerificationIdResponse
- Added Type Alias ManagedEnvironmentUsagesListNextResponse
- Added Type Alias ManagedEnvironmentUsagesListResponse
- Added Type Alias UsagesListNextResponse
- Added Type Alias UsagesListResponse
- Interface AuthConfig has a new optional parameter encryptionSettings
- Interface Ingress has a new optional parameter additionalPortMappings
- Interface Login has a new optional parameter tokenStore
- Interface ManagedEnvironment has a new optional parameter appInsightsConfiguration
- Interface ManagedEnvironment has a new optional parameter openTelemetryConfiguration

## 2.0.0 (2023-08-08)

**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 @@ -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/appcontainers/arm-appcontainers) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-appcontainers) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers?view=azure-node-preview) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)

## Getting started
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": "2888f49ff0b4ce0587780b83530a7974dae71015",
"commit": "429352f7a75ab3af64a164d7bf01b898d166d6dd",
"readme": "specification/app/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --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/typescript@6.0.5 --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.4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
"use": "@autorest/typescript@6.0.5"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.2",
"use": "@autorest/typescript@^6.0.4"
}
6 changes: 0 additions & 6 deletions sdk/appcontainers/arm-appcontainers/assets.json

This file was deleted.

22 changes: 7 additions & 15 deletions sdk/appcontainers/arm-appcontainers/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": "2.0.1",
"version": "2.1.0-beta.1",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.3",
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"@azure/core-rest-pipeline": "^1.12.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand Down Expand Up @@ -48,8 +48,8 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0",
"ts-node": "^10.0.0"
"ts-node": "^10.0.0",
"@azure/dev-tool": "^1.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -112,13 +112,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

0 comments on commit 5f490a3

Please sign in to comment.