Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-appcontainers] Add swagger for client cert & CORS policy #2491

Closed
wants to merge 1 commit into from
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
56 changes: 27 additions & 29 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 11 additions & 12 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)

## 2.0.0 (2022-10-14)

**Features**

Expand Down Expand Up @@ -75,6 +65,7 @@
- Added Interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams
- Added Interface ContainerAppsDiagnosticsListRevisionsOptionalParams
- Added Interface ContainerAppsGetAuthTokenOptionalParams
- Added Interface CorsPolicy
- Added Interface CustomDomainConfiguration
- Added Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo
- Added Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem
Expand Down Expand Up @@ -113,6 +104,7 @@
- Added Interface WorkloadProfileStatesProperties
- Added Type Alias Action
- Added Type Alias Applicability
- Added Type Alias AppState
- Added Type Alias AvailableWorkloadProfilesGetNextResponse
- Added Type Alias AvailableWorkloadProfilesGetResponse
- Added Type Alias BillingMetersGetResponse
Expand Down Expand Up @@ -148,6 +140,7 @@
- Added Type Alias ContainerAppsDiagnosticsListRevisionsResponse
- Added Type Alias ContainerAppsGetAuthTokenResponse
- Added Type Alias ExtendedLocationTypes
- Added Type Alias IngressClientCertificateMode
- Added Type Alias LogLevel
- Added Type Alias ManagedEnvironmentDiagnosticsGetDetectorResponse
- Added Type Alias ManagedEnvironmentDiagnosticsListDetectorsResponse
Expand All @@ -159,16 +152,20 @@
- Added Type Alias SkuName
- Interface CertificateProperties has a new optional parameter subjectAlternativeNames
- Interface Configuration has a new optional parameter maxInactiveRevisions
- Interface ContainerApp has a new optional parameter appState
- Interface ContainerApp has a new optional parameter environmentId
- Interface ContainerApp has a new optional parameter eventStreamEndpoint
- Interface ContainerApp has a new optional parameter extendedLocation
- Interface ContainerApp has a new optional parameter latestReadyRevisionName
- Interface ContainerApp has a new optional parameter workloadProfileType
- Interface CustomHostnameAnalysisResult has a new optional parameter conflictWithEnvironmentCustomDomain
- Interface Dapr has a new optional parameter enableApiLogging
- Interface Dapr has a new optional parameter httpMaxRequestSize
- Interface Dapr has a new optional parameter httpReadBufferSize
- Interface Dapr has a new optional parameter logLevel
- Interface DaprComponent has a new optional parameter secretStoreComponent
- Interface Ingress has a new optional parameter clientCertificateMode
- Interface Ingress has a new optional parameter corsPolicy
- Interface Ingress has a new optional parameter exposedPort
- Interface Ingress has a new optional parameter ipSecurityRestrictions
- Interface ManagedEnvironment has a new optional parameter customDomainConfiguration
Expand All @@ -192,9 +189,11 @@
- Class ContainerAppsAPIClient has a new parameter managedEnvironmentsDiagnostics
- Added Enum KnownAction
- Added Enum KnownApplicability
- Added Enum KnownAppState
- Added Enum KnownCategory
- Added Enum KnownConnectedEnvironmentProvisioningState
- Added Enum KnownExtendedLocationTypes
- Added Enum KnownIngressClientCertificateMode
- Added Enum KnownLogLevel
- Added Enum KnownManagedEnvironmentOutBoundType
- Added Enum KnownSkuName
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?view=azure-node-preview) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers) |
[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": "d0965e7f28fc087c87c7411a14d8acdc8f37252e",
"commit": "702cd76a9d3c0132f22ca8d1b36e835adf434fab",
"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/typescript@6.0.0-rc.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/typescript@6.0.0-rc.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/typescript@6.0.0-rc.1.20220727.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.3",
"use": "@autorest/typescript@6.0.0-rc.1"
}
18 changes: 5 additions & 13 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": "2.0.0",
"engines": {
"node": ">=12.0.0"
},
Expand All @@ -28,15 +28,15 @@
"module": "./dist-esm/src/index.js",
"types": "./types/arm-appcontainers.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@microsoft/api-extractor": "7.18.11",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.6.0",
"typescript": "~4.2.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
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