Skip to content

Commit

Permalink
CodeGen from PR 26352 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Release app microsoft.app 2023 08 01 preview (Azure#26352)

* Adds base for updating Microsoft.App from version preview/2023-05-02-preview to version 2023-08-01-preview

* Updates readme

* Updates API version in new specs and examples

* Add type to Certificate (Azure#25380)

* Add type to Certificate

* lint

* Add gpus property to AvailableWorkloadProfiles. (Azure#25328)

* Add gpus property to AvailableWorkloadProfiles.

* Fix.

* Pauld/re add build and builder (Azure#25442)

* cherry picked the build and builder updates

* some more cleanup

* added arm id format, removed extra properties, and named the resource provisioning states

* Add OT and AI config (Azure#25350)

* Add OT and AI config

* resolve comments

* Add service bind properties to dapr component (Azure#25781)

* dapr component sb-bind definition add

* fix

* ran npx prettier

* npx prettier

---------

Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>

* Adding patching scenario ARM API (Azure#25446)

* cherry picked the build and builder updates

* some more cleanup

* Adding patching scenario and samples

* Added to readme

* Lint fix

* Linting

* Linting error fix

* Addressed comments and added extra properties

* Linting

* Fixing patch skip post action

* Linting

* Addressing comments

* Reverting patchDetails changes

* Fixing pipeline error

* Linting

* Removed invalid required tag

* Fixed examples

* Addressed comments

---------

Co-authored-by: Paul Dorsch <107068277+pauld-msft@users.noreply.github.com>
Co-authored-by: Paul Dorsch <pauldorsch@microsoft.com>

* Update microsoft.app 2023-08-01-preview for new DaprSubscription API feature (Azure#25631)

* ACA Dapr Subscription: WIP

Signed-off-by: Bernd Verst <github@bernd.dev>

* Add Dapr Subscription examples

Signed-off-by: Bernd Verst <github@bernd.dev>

* complete examples

Signed-off-by: Bernd Verst <github@bernd.dev>

* Add DaprSubscription descriptions

Signed-off-by: Bernd Verst <github@bernd.dev>

* include updated readme

Signed-off-by: Bernd Verst <github@bernd.dev>

* fix casing

Signed-off-by: Bernd Verst <github@bernd.dev>

* formatting

Signed-off-by: Bernd Verst <github@bernd.dev>

* Use Types v5

Signed-off-by: Bernd Verst <github@bernd.dev>

* Revert "Use Types v5"

v5 causes several mysterious SDK build errors in this branch on this PR. To avoid this error we will stick to v3 for now. We will upgrade to v5 in a future net new branch.

This reverts commit 6a43aacf16132ff1918cbeb9d9b15c74b3a55a78.

---------

Signed-off-by: Bernd Verst <github@bernd.dev>

* Support log streaming on build resource (Azure#25902)

* updated the build resource to support build upload and log streaming, with a token to be passed in via header

* add x-ms-secret and update buildendpoint -> endpoint

* retrieve log stream and upload endpoint tokens through post requests, as they are secrets

* remove secret flag from tokenendpoint property, as we expect users to retrieve it

* rename file

* updated format of how build object returns auth token

* fix example

* added expiration date to token response

* fix auth token to also include build resource information

* renamed getAuthToken -> listAuthToken and removed resource information from token response

* fix examples

* updated samples to be more accurate

* Update serviceBinds with clientType and customizedKeys (Azure#26111)

* Update serviceBinds with clientType and customizedKeys

* force ci

* fix missing }

---------

Co-authored-by: Ahmed ElSayed <ahmels@microsoft.com>

* Adds new Dapr Component Resiliency Feature to existing version `Release app microsoft.app 2023 08 01 preview` (Azure#26107)

* Add Dapr Component Resiliency Policies APIs to ContainerApps 2023-08-01-preview

Signed-off-by: Bernd Verst <github@bernd.dev>

* Update deletion return code

* Fix variable name

* Remove invalid status code from example

* prettify

* Register new resource in readme

* Remove existing import cycle

* Use integers not integer strings

* Fix delete status codes

* More changes

* Update examples

* Revert "Remove existing import cycle" which causes unrelated failures

This reverts commit 8ce1a74f9d12b333c43c324f1b2250a64a0f1add.

---------

Signed-off-by: Bernd Verst <github@bernd.dev>

* Add API spec for ContainerApp Resiliency (Azure#25732)

Signed-off-by: Hal Spang <halspang@microsoft.com>

* Add extendedlocation for job (Azure#26196)

* Add extendedlocation for job

* Add sample for container apps on connectedEnvironment

* Fixes for examples

* Fix connected environment example

* Update old examples

* removing SourceToCloud patching from 08-01-preview (Azure#26245)

* Add diagnostic routes to Container App Jobs (Azure#26227)

* Add diagnostic routes to Container App Jobs

* Update

* Update

* Update

* Update

* Update

* Update

* Update operationIds

---------

Co-authored-by: Michimune Kohno <mikono@microsoft.com>

* Update app resiliency rest api spec (Azure#26357)

Signed-off-by: Yash Nisar <yashnisar@microsoft.com>

* Fix ACA component resiliency examples (Azure#26441)

* Fix arm review comments for container app (Azure#26455)

* update

* update

* update

* Fix SDK build error for Microsoft.App (Azure#26416)

* Fix SDK build error for Microsoft.App

* Update

* update

* update

* update

---------

Co-authored-by: Michimune Kohno <mikono@microsoft.com>

* Fix arm review comments for container app (Azure#26479)

* fix

* update

* update

* Fix detectorProperties request path (Azure#26431)

* fix list exception

* change param to enum

* fix lint error

* revert not working changes

* fix enum

* rearrange

---------

Co-authored-by: Chenghui Yu <chenghuiyu@microsoft.com>

* Enable dynamicJsonColumns for log analytics configuration (Azure#26432)

* Enable dynamicJsonColumn for log analysis configuration

* Add missed s

* Fix code style

* Update container app usages value to float (Azure#26448)

* update

* update

* update

* Fix App Resiliency retry example (Azure#26560)

Signed-off-by: Yash Nisar <yashnisar@microsoft.com>

* Fix lint warning for container app (Azure#26523)

* fix warning

* fix warning

* upate

---------

Signed-off-by: Bernd Verst <github@bernd.dev>
Signed-off-by: Hal Spang <halspang@microsoft.com>
Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
Co-authored-by: zhenqxuMSFT <zhenqxu@microsoft.com>
Co-authored-by: yalixiang <88011184+yalixiang@users.noreply.github.com>
Co-authored-by: Paul Dorsch <107068277+pauld-msft@users.noreply.github.com>
Co-authored-by: Michael Dai <michaelkira@live.cn>
Co-authored-by: bgashirabake <85650284+bgashirabake@users.noreply.github.com>
Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
Co-authored-by: Harry Li <110055355+harryli0108@users.noreply.github.com>
Co-authored-by: Paul Dorsch <pauldorsch@microsoft.com>
Co-authored-by: Bernd Verst <bernd.verst@microsoft.com>
Co-authored-by: Ahmed ElSayed <ahmed@elsayed.io>
Co-authored-by: Ahmed ElSayed <ahmels@microsoft.com>
Co-authored-by: halspang <70976921+halspang@users.noreply.github.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: michimune <michimune@outlook.com>
Co-authored-by: Michimune Kohno <mikono@microsoft.com>
Co-authored-by: Yash Nisar <yashnisar@microsoft.com>
Co-authored-by: Seris370 <38371667+Seris370@users.noreply.github.com>
Co-authored-by: Chenghui Yu <chenghuiyu@microsoft.com>
  • Loading branch information
19 people committed Nov 9, 2023
1 parent d33220b commit 0d913f7
Show file tree
Hide file tree
Showing 348 changed files with 8,300 additions and 17,024 deletions.
742 changes: 372 additions & 370 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

174 changes: 163 additions & 11 deletions sdk/appcontainers/arm-appcontainers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,167 @@
# Release History

## 2.1.0-beta.1 (2023-11-09)

**Features**

## 2.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group AppResiliencyOperations
- Added operation group Builders
- Added operation group Builds
- Added operation group DaprComponentResiliencyPolicies
- Added operation group DaprSubscriptions
- Added operation group ManagedEnvironmentUsages
- Added operation group Usages
- Added operation Jobs.getDetector
- Added operation Jobs.listDetectors
- Added operation Jobs.proxyGet
- Added Interface AppInsightsConfiguration
- Added Interface AppResiliency
- Added Interface AppResiliencyCollection
- Added Interface AppResiliencyCreateOrUpdateOptionalParams
- Added Interface AppResiliencyDeleteOptionalParams
- Added Interface AppResiliencyGetOptionalParams
- Added Interface AppResiliencyListNextOptionalParams
- Added Interface AppResiliencyListOptionalParams
- Added Interface AppResiliencyUpdateOptionalParams
- Added Interface BlobStorageTokenStore
- Added Interface BuildCollection
- Added Interface BuildConfiguration
- Added Interface BuilderCollection
- Added Interface BuilderResource
- Added Interface BuilderResourceUpdate
- Added Interface BuildersCreateOrUpdateHeaders
- Added Interface BuildersCreateOrUpdateOptionalParams
- Added Interface BuildersDeleteHeaders
- Added Interface BuildersDeleteOptionalParams
- Added Interface BuildersGetOptionalParams
- Added Interface BuildersListByResourceGroupNextOptionalParams
- Added Interface BuildersListByResourceGroupOptionalParams
- Added Interface BuildersListBySubscriptionNextOptionalParams
- Added Interface BuildersListBySubscriptionOptionalParams
- Added Interface BuildersUpdateHeaders
- Added Interface BuildersUpdateOptionalParams
- Added Interface BuildResource
- Added Interface BuildsCreateOrUpdateHeaders
- Added Interface BuildsCreateOrUpdateOptionalParams
- Added Interface BuildsDeleteHeaders
- Added Interface BuildsDeleteOptionalParams
- Added Interface BuildsGetOptionalParams
- Added Interface BuildsListAuthTokenOptionalParams
- Added Interface BuildsListByBuilderResourceNextOptionalParams
- Added Interface BuildsListByBuilderResourceOptionalParams
- Added Interface BuildToken
- Added Interface CircuitBreakerPolicy
- Added Interface ContainerRegistry
- Added Interface ContainerRegistryWithCustomImage
- Added Interface DaprComponentResiliencyPoliciesCollection
- Added Interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams
- Added Interface DaprComponentResiliencyPoliciesDeleteOptionalParams
- Added Interface DaprComponentResiliencyPoliciesGetOptionalParams
- Added Interface DaprComponentResiliencyPoliciesListNextOptionalParams
- Added Interface DaprComponentResiliencyPoliciesListOptionalParams
- Added Interface DaprComponentResiliencyPolicy
- Added Interface DaprComponentResiliencyPolicyConfiguration
- Added Interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration
- Added Interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration
- Added Interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration
- Added Interface DaprComponentServiceBinding
- Added Interface DaprServiceBindMetadata
- Added Interface DaprSubscription
- Added Interface DaprSubscriptionBulkSubscribeOptions
- Added Interface DaprSubscriptionRouteRule
- Added Interface DaprSubscriptionRoutes
- Added Interface DaprSubscriptionsCollection
- Added Interface DaprSubscriptionsCreateOrUpdateOptionalParams
- Added Interface DaprSubscriptionsDeleteOptionalParams
- Added Interface DaprSubscriptionsGetOptionalParams
- Added Interface DaprSubscriptionsListNextOptionalParams
- Added Interface DaprSubscriptionsListOptionalParams
- Added Interface DataDogConfiguration
- Added Interface DestinationsConfiguration
- Added Interface EncryptionSettings
- Added Interface EnvironmentVariable
- Added Interface GetCustomDomainVerificationIdOptionalParams
- Added Interface HeaderMatch
- Added Interface HttpConnectionPool
- Added Interface HttpGet
- Added Interface HttpRetryPolicy
- Added Interface IngressPortMapping
- Added Interface JobsGetDetectorOptionalParams
- Added Interface JobsListDetectorsOptionalParams
- Added Interface JobsProxyGetOptionalParams
- Added Interface ListUsagesResult
- Added Interface LogsConfiguration
- Added Interface ManagedEnvironmentUsagesListNextOptionalParams
- Added Interface ManagedEnvironmentUsagesListOptionalParams
- Added Interface MetricsConfiguration
- Added Interface OpenTelemetryConfiguration
- Added Interface PreBuildStep
- Added Interface TcpConnectionPool
- Added Interface TcpRetryPolicy
- Added Interface TimeoutPolicy
- Added Interface TokenStore
- Added Interface TracesConfiguration
- Added Interface Usage
- Added Interface UsageName
- Added Interface UsagesListNextOptionalParams
- Added Interface UsagesListOptionalParams
- Added Type Alias AppResiliencyCreateOrUpdateResponse
- Added Type Alias AppResiliencyGetResponse
- Added Type Alias AppResiliencyListNextResponse
- Added Type Alias AppResiliencyListResponse
- Added Type Alias AppResiliencyUpdateResponse
- Added Type Alias BuilderProvisioningState
- Added Type Alias BuildersCreateOrUpdateResponse
- Added Type Alias BuildersDeleteResponse
- Added Type Alias BuildersGetResponse
- Added Type Alias BuildersListByResourceGroupNextResponse
- Added Type Alias BuildersListByResourceGroupResponse
- Added Type Alias BuildersListBySubscriptionNextResponse
- Added Type Alias BuildersListBySubscriptionResponse
- Added Type Alias BuildersUpdateResponse
- Added Type Alias BuildProvisioningState
- Added Type Alias BuildsCreateOrUpdateResponse
- Added Type Alias BuildsDeleteResponse
- Added Type Alias BuildsGetResponse
- Added Type Alias BuildsListAuthTokenResponse
- Added Type Alias BuildsListByBuilderResourceNextResponse
- Added Type Alias BuildsListByBuilderResourceResponse
- Added Type Alias BuildStatus
- Added Type Alias CertificateType
- Added Type Alias DaprComponentResiliencyPoliciesCreateOrUpdateResponse
- Added Type Alias DaprComponentResiliencyPoliciesGetResponse
- Added Type Alias DaprComponentResiliencyPoliciesListNextResponse
- Added Type Alias DaprComponentResiliencyPoliciesListResponse
- Added Type Alias DaprSubscriptionsCreateOrUpdateResponse
- Added Type Alias DaprSubscriptionsGetResponse
- Added Type Alias DaprSubscriptionsListNextResponse
- Added Type Alias DaprSubscriptionsListResponse
- Added Type Alias GetCustomDomainVerificationIdResponse
- Added Type Alias JobsGetDetectorResponse
- Added Type Alias JobsListDetectorsResponse
- Added Type Alias JobsProxyGetResponse
- 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 AvailableWorkloadProfileProperties has a new optional parameter gpus
- Interface CertificateProperties has a new optional parameter certificateType
- Interface DaprComponent has a new optional parameter serviceComponentBind
- Interface Ingress has a new optional parameter additionalPortMappings
- Interface Job has a new optional parameter extendedLocation
- Interface JobPatchProperties has a new optional parameter extendedLocation
- Interface LogAnalyticsConfiguration has a new optional parameter dynamicJsonColumns
- Interface Login has a new optional parameter tokenStore
- Interface ManagedEnvironment has a new optional parameter appInsightsConfiguration
- Interface ManagedEnvironment has a new optional parameter openTelemetryConfiguration
- Interface ServiceBind has a new optional parameter clientType
- Interface ServiceBind has a new optional parameter customizedKeys
- Added Enum KnownBuilderProvisioningState
- Added Enum KnownBuildProvisioningState
- Added Enum KnownBuildStatus
- Added Enum KnownCertificateType

## 2.0.0 (2023-08-08)

**Features**
Expand Down Expand Up @@ -361,4 +513,4 @@

## 1.0.0 (2022-05-20)

The package of @azure/arm-appcontainers is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
The package of @azure/arm-appcontainers 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/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": "0235efbc79f71f77932a7df73fbda71351524f9a",
"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.12",
"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.4",
"use": "@autorest/typescript@^6.0.12"
}
6 changes: 0 additions & 6 deletions sdk/appcontainers/arm-appcontainers/assets.json

This file was deleted.

26 changes: 10 additions & 16 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": ">=18.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 All @@ -32,17 +32,19 @@
"mkdirp": "^2.1.2",
"typescript": "~5.2.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^3.3.0",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"esm": "^3.2.18",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^18.0.0",
"@azure/dev-tool": "^1.0.0",
"ts-node": "^10.0.0"
},
"repository": {
Expand Down Expand Up @@ -77,7 +79,7 @@
"extract-api": "api-extractor run --local",
"lint": "echo skipped",
"audit": "echo skipped",
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:browser": "echo skipped",
"build:test": "echo skipped",
Expand Down Expand Up @@ -105,13 +107,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 0d913f7

Please sign in to comment.