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

fix examples to use valid values #26599

Merged
merged 34 commits into from
Nov 30, 2023
Merged

fix examples to use valid values #26599

merged 34 commits into from
Nov 30, 2023

Conversation

anandanthony
Copy link
Contributor

ARM (Control Plane) API Specification Update Pull Request

PR review workflow diagram

Please understand this diagram before proceeding. It explains how to get your PR approved & merged.

diagram

[1] ARM review queue (for merge queues, see [4])
The PRs are processed by time opened, ascending. Your PR may show up on 2nd or later page.
If you addressed Step 1 from the diagram and your PR is not showing up in the queue, ensure the label ARMChangesRequested
is removed from your PR. This should cause the label WaitForARMFeedback to be added.
[2] https://aka.ms/azsdk/support/specreview-channel
[3] List of SDK breaking changes approvers in pinned Teams announcement
[4] public repo merge queue, private repo merge queue (for ARM review queue, [1])

If you need further help with anything, see Getting help section below.

Purpose of this PR

What's the purpose of this PR? Check all that apply. This is mandatory!

  • New API version. (Such PR should have been generated with OpenAPI Hub).
  • Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
  • Update existing version to fix swagger quality issues in S360.
  • Other, please clarify:
    • edit this with your clarification

Due diligence checklist

To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:

Breaking changes review (Step 1)

  • If the automation determines you have breaking changes, i.e. Step 1 from the diagram applies to you,
    you must follow the breaking changes process.
    IMPORTANT This applies even if:
    • The tool fails while it shouldn't, e.g. due to runtime exception, or incorrect detection of breaking changes.
    • You believe there is no need for you to request breaking change approval, for any reason.
      Such claims must be reviewed, and the process is the same.

ARM API changes review (Step 2)

  • If this PR is in purview of ARM review then automation will add the ARMReview label.
  • If you want to force ARM review, add the label yourself.
  • Proceed according to the diagram at the top of this comment.

Viewing API changes

For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the Generated ApiView comment added to this PR. You can use ApiView to show API versions diff.

Suppressing failures

If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
Swagger-Suppression-Process
to get approval.

Getting help

Juliehzl and others added 28 commits August 14, 2023 16:22
* Add type to Certificate

* lint
* Add gpus property to AvailableWorkloadProfiles.

* Fix.
* 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

* resolve comments
* dapr component sb-bind definition add

* fix

* ran npx prettier

* npx prettier

---------

Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
* 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>
…feature (#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 6a43aac.

---------

Signed-off-by: Bernd Verst <github@bernd.dev>
* 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

* force ci

* fix missing }

---------

Co-authored-by: Ahmed ElSayed <ahmels@microsoft.com>
…se app microsoft.app 2023 08 01 preview` (#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 8ce1a74.

---------

Signed-off-by: Bernd Verst <github@bernd.dev>
Signed-off-by: Hal Spang <halspang@microsoft.com>
* Add extendedlocation for job

* Add sample for container apps on connectedEnvironment

* Fixes for examples

* Fix connected environment example

* Update old examples
* Add diagnostic routes to Container App Jobs

* Update

* Update

* Update

* Update

* Update

* Update

* Update operationIds

---------

Co-authored-by: Michimune Kohno <mikono@microsoft.com>
Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
* Fix SDK build error for Microsoft.App

* Update

* update

* update

* update

---------

Co-authored-by: Michimune Kohno <mikono@microsoft.com>
* 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 dynamicJsonColumn for log analysis configuration

* Add missed s

* Fix code style
Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
* fix warning

* fix warning

* upate
Copy link

openapi-pipeline-app bot commented Nov 7, 2023

Next Steps to Merge

✔️ All automated merging requirements have been met! Refer to step 4 in the PR workflow diagram (even if your PR is for data plane, not ARM).

Copy link

openapi-pipeline-app bot commented Nov 7, 2023

Swagger Generation Artifacts

️️✔️ApiDocPreview succeeded [Detail] [Expand]
️️✔️SDK Breaking Change Tracking succeeded [Detail] [Expand]

Breaking Changes Tracking




️⚠️ azure-sdk-for-python-track2 warning [Detail]
  • ⚠️Warning [Logs] Generate from dd41af02c461b64609af0fb29c3022e9817288fa. SDK Automation 14.0.0
    command	sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
    cmderr	[automation_init.sh] WARNING: azure-devtools 1.2.1 does not provide the extra 'ci-tools'
    cmderr	[automation_init.sh] WARNING: azure-devtools 1.2.1 does not provide the extra 'ci-tools'
    cmderr	[automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed.
    command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
    cmderr	[automation_generate.sh]
    cmderr	[automation_generate.sh] npm notice New major version of npm available! 9.8.1 -> 10.2.4
    cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.4>
    cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@10.2.4` to update!
    cmderr	[automation_generate.sh] npm notice
  • ️✔️track2_azure-mgmt-appcontainers [View full logs]  [Preview SDK Changes]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog]   - Added operation ContainerAppsAPIClientOperationsMixin.get_custom_domain_verification_id
    info	[Changelog]   - Added operation JobsOperations.get_detector
    info	[Changelog]   - Added operation JobsOperations.list_detectors
    info	[Changelog]   - Added operation JobsOperations.proxy_get
    info	[Changelog]   - Added operation group AppResiliencyOperations
    info	[Changelog]   - Added operation group BuildersOperations
    info	[Changelog]   - Added operation group BuildsOperations
    info	[Changelog]   - Added operation group DaprComponentResiliencyPoliciesOperations
    info	[Changelog]   - Added operation group DaprSubscriptionsOperations
    info	[Changelog]   - Added operation group ManagedEnvironmentUsagesOperations
    info	[Changelog]   - Added operation group UsagesOperations
    info	[Changelog]   - Model AuthConfig has a new parameter encryption_settings
    info	[Changelog]   - Model AvailableWorkloadProfileProperties has a new parameter gpus
    info	[Changelog]   - Model CertificateProperties has a new parameter certificate_type
    info	[Changelog]   - Model DaprComponent has a new parameter service_component_bind
    info	[Changelog]   - Model Ingress has a new parameter additional_port_mappings
    info	[Changelog]   - Model Job has a new parameter extended_location
    info	[Changelog]   - Model JobPatchProperties has a new parameter extended_location
    info	[Changelog]   - Model LogAnalyticsConfiguration has a new parameter dynamic_json_columns
    info	[Changelog]   - Model Login has a new parameter token_store
    info	[Changelog]   - Model ManagedEnvironment has a new parameter app_insights_configuration
    info	[Changelog]   - Model ManagedEnvironment has a new parameter open_telemetry_configuration
    info	[Changelog]   - Model ServiceBind has a new parameter client_type
    info	[Changelog]   - Model ServiceBind has a new parameter customized_keys
️⚠️ azure-sdk-for-java warning [Detail]
  • ⚠️Warning [Logs] Generate from dd41af02c461b64609af0fb29c3022e9817288fa. SDK Automation 14.0.0
    command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
    cmderr	[init.sh] [notice] A new release of pip is available: 23.0.1 -> 23.3.1
    cmderr	[init.sh] [notice] To update, run: pip install --upgrade pip
    cmderr	[init.sh] [notice] A new release of pip is available: 23.0.1 -> 23.3.1
    cmderr	[init.sh] [notice] To update, run: pip install --upgrade pip
    command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
  • ️✔️azure-resourcemanager-appcontainers [View full logs]  [Preview SDK Changes]
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from dd41af02c461b64609af0fb29c3022e9817288fa. SDK Automation 14.0.0
    command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
    command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
  • ️✔️sdk/resourcemanager/appcontainers/armappcontainers [View full logs]  [Preview SDK Changes]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New enum type `BuildProvisioningState` with values `BuildProvisioningStateCanceled`, `BuildProvisioningStateCreating`, `BuildProvisioningStateDeleting`, `BuildProvisioningStateFailed`, `BuildProvisioningStateSucceeded`, `BuildProvisioningStateUpdating`
    info	[Changelog] - New enum type `BuildStatus` with values `BuildStatusCanceled`, `BuildStatusFailed`, `BuildStatusInProgress`, `BuildStatusNotStarted`, `BuildStatusSucceeded`
    info	[Changelog] - New enum type `BuilderProvisioningState` with values `BuilderProvisioningStateCanceled`, `BuilderProvisioningStateCreating`, `BuilderProvisioningStateDeleting`, `BuilderProvisioningStateFailed`, `BuilderProvisioningStateSucceeded`, `BuilderProvisioningStateUpdating`
    info	[Changelog] - New enum type `CertificateType` with values `CertificateTypeImagePullTrustedCA`, `CertificateTypeServerSSLCertificate`
    info	[Changelog] - New function `NewAppResiliencyClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AppResiliencyClient, error)`
    info	[Changelog] - New function `*AppResiliencyClient.CreateOrUpdate(context.Context, string, string, string, AppResiliency, *AppResiliencyClientCreateOrUpdateOptions) (AppResiliencyClientCreateOrUpdateResponse, error)`
    info	[Changelog] - New function `*AppResiliencyClient.Delete(context.Context, string, string, string, *AppResiliencyClientDeleteOptions) (AppResiliencyClientDeleteResponse, error)`
    info	[Changelog] - New function `*AppResiliencyClient.Get(context.Context, string, string, string, *AppResiliencyClientGetOptions) (AppResiliencyClientGetResponse, error)`
    info	[Changelog] - New function `*AppResiliencyClient.NewListPager(string, string, *AppResiliencyClientListOptions) *runtime.Pager[AppResiliencyClientListResponse]`
    info	[Changelog] - New function `*AppResiliencyClient.Update(context.Context, string, string, string, AppResiliency, *AppResiliencyClientUpdateOptions) (AppResiliencyClientUpdateResponse, error)`
    info	[Changelog] - New function `NewBuildersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*BuildersClient, error)`
    info	[Changelog] - New function `*BuildersClient.BeginCreateOrUpdate(context.Context, string, string, BuilderResource, *BuildersClientBeginCreateOrUpdateOptions) (*runtime.Poller[BuildersClientCreateOrUpdateResponse], error)`
    info	[Changelog] - New function `*BuildersClient.BeginDelete(context.Context, string, string, *BuildersClientBeginDeleteOptions) (*runtime.Poller[BuildersClientDeleteResponse], error)`
    info	[Changelog] - New function `*BuildersClient.Get(context.Context, string, string, *BuildersClientGetOptions) (BuildersClientGetResponse, error)`
    info	[Changelog] - New function `*BuildersClient.NewListByResourceGroupPager(string, *BuildersClientListByResourceGroupOptions) *runtime.Pager[BuildersClientListByResourceGroupResponse]`
    info	[Changelog] - New function `*BuildersClient.NewListBySubscriptionPager(*BuildersClientListBySubscriptionOptions) *runtime.Pager[BuildersClientListBySubscriptionResponse]`
    info	[Changelog] - New function `*BuildersClient.BeginUpdate(context.Context, string, string, BuilderResourceUpdate, *BuildersClientBeginUpdateOptions) (*runtime.Poller[BuildersClientUpdateResponse], error)`
    info	[Changelog] - New function `NewBuildsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*BuildsClient, error)`
    info	[Changelog] - New function `*BuildsClient.BeginCreateOrUpdate(context.Context, string, string, string, BuildResource, *BuildsClientBeginCreateOrUpdateOptions) (*runtime.Poller[BuildsClientCreateOrUpdateResponse], error)`
    info	[Changelog] - New function `*BuildsClient.BeginDelete(context.Context, string, string, string, *BuildsClientBeginDeleteOptions) (*runtime.Poller[BuildsClientDeleteResponse], error)`
    info	[Changelog] - New function `*BuildsClient.Get(context.Context, string, string, string, *BuildsClientGetOptions) (BuildsClientGetResponse, error)`
    info	[Changelog] - New function `*BuildsClient.ListAuthToken(context.Context, string, string, string, *BuildsClientListAuthTokenOptions) (BuildsClientListAuthTokenResponse, error)`
    info	[Changelog] - New function `*BuildsClient.NewListByBuilderResourcePager(string, string, *BuildsClientListByBuilderResourceOptions) *runtime.Pager[BuildsClientListByBuilderResourceResponse]`
    info	[Changelog] - New function `*ClientFactory.NewAppResiliencyClient() *AppResiliencyClient`
    info	[Changelog] - New function `*ClientFactory.NewBuildersClient() *BuildersClient`
    info	[Changelog] - New function `*ClientFactory.NewBuildsClient() *BuildsClient`
    info	[Changelog] - New function `*ClientFactory.NewDaprComponentResiliencyPoliciesClient() *DaprComponentResiliencyPoliciesClient`
    info	[Changelog] - New function `*ClientFactory.NewDaprSubscriptionsClient() *DaprSubscriptionsClient`
    info	[Changelog] - New function `*ClientFactory.NewManagedEnvironmentUsagesClient() *ManagedEnvironmentUsagesClient`
    info	[Changelog] - New function `*ClientFactory.NewUsagesClient() *UsagesClient`
    info	[Changelog] - New function `*ContainerAppsAPIClient.GetCustomDomainVerificationID(context.Context, *ContainerAppsAPIClientGetCustomDomainVerificationIDOptions) (ContainerAppsAPIClientGetCustomDomainVerificationIDResponse, error)`
    info	[Changelog] - New function `NewDaprComponentResiliencyPoliciesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DaprComponentResiliencyPoliciesClient, error)`
    info	[Changelog] - New function `*DaprComponentResiliencyPoliciesClient.CreateOrUpdate(context.Context, string, string, string, string, DaprComponentResiliencyPolicy, *DaprComponentResiliencyPoliciesClientCreateOrUpdateOptions) (DaprComponentResiliencyPoliciesClientCreateOrUpdateResponse, error)`
    info	[Changelog] - New function `*DaprComponentResiliencyPoliciesClient.Delete(context.Context, string, string, string, string, *DaprComponentResiliencyPoliciesClientDeleteOptions) (DaprComponentResiliencyPoliciesClientDeleteResponse, error)`
    info	[Changelog] - New function `*DaprComponentResiliencyPoliciesClient.Get(context.Context, string, string, string, string, *DaprComponentResiliencyPoliciesClientGetOptions) (DaprComponentResiliencyPoliciesClientGetResponse, error)`
    info	[Changelog] - New function `*DaprComponentResiliencyPoliciesClient.NewListPager(string, string, string, *DaprComponentResiliencyPoliciesClientListOptions) *runtime.Pager[DaprComponentResiliencyPoliciesClientListResponse]`
    info	[Changelog] - New function `NewDaprSubscriptionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DaprSubscriptionsClient, error)`
    info	[Changelog] - New function `*DaprSubscriptionsClient.CreateOrUpdate(context.Context, string, string, string, DaprSubscription, *DaprSubscriptionsClientCreateOrUpdateOptions) (DaprSubscriptionsClientCreateOrUpdateResponse, error)`
    info	[Changelog] - New function `*DaprSubscriptionsClient.Delete(context.Context, string, string, string, *DaprSubscriptionsClientDeleteOptions) (DaprSubscriptionsClientDeleteResponse, error)`
    info	[Changelog] - New function `*DaprSubscriptionsClient.Get(context.Context, string, string, string, *DaprSubscriptionsClientGetOptions) (DaprSubscriptionsClientGetResponse, error)`
    info	[Changelog] - New function `*DaprSubscriptionsClient.NewListPager(string, string, *DaprSubscriptionsClientListOptions) *runtime.Pager[DaprSubscriptionsClientListResponse]`
    info	[Changelog] - New function `*JobsClient.GetDetector(context.Context, string, string, string, *JobsClientGetDetectorOptions) (JobsClientGetDetectorResponse, error)`
    info	[Changelog] - New function `*JobsClient.ListDetectors(context.Context, string, string, *JobsClientListDetectorsOptions) (JobsClientListDetectorsResponse, error)`
    info	[Changelog] - New function `*JobsClient.ProxyGet(context.Context, string, string, *JobsClientProxyGetOptions) (JobsClientProxyGetResponse, error)`
    info	[Changelog] - New function `NewManagedEnvironmentUsagesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedEnvironmentUsagesClient, error)`
    info	[Changelog] - New function `*ManagedEnvironmentUsagesClient.NewListPager(string, string, *ManagedEnvironmentUsagesClientListOptions) *runtime.Pager[ManagedEnvironmentUsagesClientListResponse]`
    info	[Changelog] - New function `NewUsagesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UsagesClient, error)`
    info	[Changelog] - New function `*UsagesClient.NewListPager(string, *UsagesClientListOptions) *runtime.Pager[UsagesClientListResponse]`
    info	[Changelog] - New struct `AppInsightsConfiguration`
    info	[Changelog] - New struct `AppResiliency`
    info	[Changelog] - New struct `AppResiliencyCollection`
    info	[Changelog] - New struct `AppResiliencyProperties`
    info	[Changelog] - New struct `BlobStorageTokenStore`
    info	[Changelog] - New struct `BuildCollection`
    info	[Changelog] - New struct `BuildConfiguration`
    info	[Changelog] - New struct `BuildProperties`
    info	[Changelog] - New struct `BuildResource`
    info	[Changelog] - New struct `BuildToken`
    info	[Changelog] - New struct `BuilderCollection`
    info	[Changelog] - New struct `BuilderProperties`
    info	[Changelog] - New struct `BuilderResource`
    info	[Changelog] - New struct `BuilderResourceUpdate`
    info	[Changelog] - New struct `BuilderResourceUpdateProperties`
    info	[Changelog] - New struct `CircuitBreakerPolicy`
    info	[Changelog] - New struct `ContainerRegistry`
    info	[Changelog] - New struct `ContainerRegistryWithCustomImage`
    info	[Changelog] - New struct `DaprComponentResiliencyPoliciesCollection`
    info	[Changelog] - New struct `DaprComponentResiliencyPolicy`
    info	[Changelog] - New struct `DaprComponentResiliencyPolicyConfiguration`
    info	[Changelog] - New struct `DaprComponentResiliencyPolicyHTTPRetryBackOffConfiguration`
    info	[Changelog] - New struct `DaprComponentResiliencyPolicyHTTPRetryPolicyConfiguration`
    info	[Changelog] - New struct `DaprComponentResiliencyPolicyProperties`
    info	[Changelog] - New struct `DaprComponentResiliencyPolicyTimeoutPolicyConfiguration`
    info	[Changelog] - New struct `DaprComponentServiceBinding`
    info	[Changelog] - New struct `DaprServiceBindMetadata`
    info	[Changelog] - New struct `DaprSubscription`
    info	[Changelog] - New struct `DaprSubscriptionBulkSubscribeOptions`
    info	[Changelog] - New struct `DaprSubscriptionProperties`
    info	[Changelog] - New struct `DaprSubscriptionRouteRule`
    info	[Changelog] - New struct `DaprSubscriptionRoutes`
    info	[Changelog] - New struct `DaprSubscriptionsCollection`
    info	[Changelog] - New struct `DataDogConfiguration`
    info	[Changelog] - New struct `DestinationsConfiguration`
    info	[Changelog] - New struct `EncryptionSettings`
    info	[Changelog] - New struct `EnvironmentVariable`
    info	[Changelog] - New struct `HTTPConnectionPool`
    info	[Changelog] - New struct `HTTPGet`
    info	[Changelog] - New struct `HTTPRetryPolicy`
    info	[Changelog] - New struct `HTTPRetryPolicyMatches`
    info	[Changelog] - New struct `HTTPRetryPolicyRetryBackOff`
    info	[Changelog] - New struct `HeaderMatch`
    info	[Changelog] - New struct `HeaderMatchMatch`
    info	[Changelog] - New struct `IngressPortMapping`
    info	[Changelog] - New struct `ListUsagesResult`
    info	[Changelog] - New struct `LogsConfiguration`
    info	[Changelog] - New struct `MetricsConfiguration`
    info	[Changelog] - New struct `OpenTelemetryConfiguration`
    info	[Changelog] - New struct `PreBuildStep`
    info	[Changelog] - New struct `TCPConnectionPool`
    info	[Changelog] - New struct `TCPRetryPolicy`
    info	[Changelog] - New struct `TimeoutPolicy`
    info	[Changelog] - New struct `TokenStore`
    info	[Changelog] - New struct `TracesConfiguration`
    info	[Changelog] - New struct `Usage`
    info	[Changelog] - New struct `UsageName`
    info	[Changelog] - New field `EncryptionSettings` in struct `AuthConfigProperties`
    info	[Changelog] - New field `Gpus` in struct `AvailableWorkloadProfileProperties`
    info	[Changelog] - New field `CertificateType` in struct `CertificateProperties`
    info	[Changelog] - New field `ServiceComponentBind` in struct `DaprComponentProperties`
    info	[Changelog] - New field `AdditionalPortMappings` in struct `Ingress`
    info	[Changelog] - New field `ExtendedLocation` in struct `Job`
    info	[Changelog] - New field `ExtendedLocation` in struct `JobPatchProperties`
    info	[Changelog] - New field `DynamicJSONColumns` in struct `LogAnalyticsConfiguration`
    info	[Changelog] - New field `TokenStore` in struct `Login`
    info	[Changelog] - New field `AppInsightsConfiguration`, `OpenTelemetryConfiguration` in struct `ManagedEnvironmentProperties`
    info	[Changelog] - New field `ClientType`, `CustomizedKeys` in struct `ServiceBind`
    info	[Changelog]
    info	[Changelog] Total 0 breaking change(s), 192 additive change(s).
️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from dd41af02c461b64609af0fb29c3022e9817288fa. SDK Automation 14.0.0
    command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
    warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
    command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
  • ️✔️@azure/arm-appcontainers [View full logs]  [Preview SDK Changes]
    Only show 120 items here, please refer to log for details.
    info	[Changelog]   - Added Interface BuildsCreateOrUpdateHeaders
    info	[Changelog]   - Added Interface BuildsCreateOrUpdateOptionalParams
    info	[Changelog]   - Added Interface BuildsDeleteHeaders
    info	[Changelog]   - Added Interface BuildsDeleteOptionalParams
    info	[Changelog]   - Added Interface BuildsGetOptionalParams
    info	[Changelog]   - Added Interface BuildsListAuthTokenOptionalParams
    info	[Changelog]   - Added Interface BuildsListByBuilderResourceNextOptionalParams
    info	[Changelog]   - Added Interface BuildsListByBuilderResourceOptionalParams
    info	[Changelog]   - Added Interface BuildToken
    info	[Changelog]   - Added Interface CircuitBreakerPolicy
    info	[Changelog]   - Added Interface ContainerRegistry
    info	[Changelog]   - Added Interface ContainerRegistryWithCustomImage
    info	[Changelog]   - Added Interface DaprComponentResiliencyPoliciesCollection
    info	[Changelog]   - Added Interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams
    info	[Changelog]   - Added Interface DaprComponentResiliencyPoliciesDeleteOptionalParams
    info	[Changelog]   - Added Interface DaprComponentResiliencyPoliciesGetOptionalParams
    info	[Changelog]   - Added Interface DaprComponentResiliencyPoliciesListNextOptionalParams
    info	[Changelog]   - Added Interface DaprComponentResiliencyPoliciesListOptionalParams
    info	[Changelog]   - Added Interface DaprComponentResiliencyPolicy
    info	[Changelog]   - Added Interface DaprComponentResiliencyPolicyConfiguration
    info	[Changelog]   - Added Interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration
    info	[Changelog]   - Added Interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration
    info	[Changelog]   - Added Interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration
    info	[Changelog]   - Added Interface DaprComponentServiceBinding
    info	[Changelog]   - Added Interface DaprServiceBindMetadata
    info	[Changelog]   - Added Interface DaprSubscription
    info	[Changelog]   - Added Interface DaprSubscriptionBulkSubscribeOptions
    info	[Changelog]   - Added Interface DaprSubscriptionRouteRule
    info	[Changelog]   - Added Interface DaprSubscriptionRoutes
    info	[Changelog]   - Added Interface DaprSubscriptionsCollection
    info	[Changelog]   - Added Interface DaprSubscriptionsCreateOrUpdateOptionalParams
    info	[Changelog]   - Added Interface DaprSubscriptionsDeleteOptionalParams
    info	[Changelog]   - Added Interface DaprSubscriptionsGetOptionalParams
    info	[Changelog]   - Added Interface DaprSubscriptionsListNextOptionalParams
    info	[Changelog]   - Added Interface DaprSubscriptionsListOptionalParams
    info	[Changelog]   - Added Interface DataDogConfiguration
    info	[Changelog]   - Added Interface DestinationsConfiguration
    info	[Changelog]   - Added Interface EncryptionSettings
    info	[Changelog]   - Added Interface EnvironmentVariable
    info	[Changelog]   - Added Interface GetCustomDomainVerificationIdOptionalParams
    info	[Changelog]   - Added Interface HeaderMatch
    info	[Changelog]   - Added Interface HttpConnectionPool
    info	[Changelog]   - Added Interface HttpGet
    info	[Changelog]   - Added Interface HttpRetryPolicy
    info	[Changelog]   - Added Interface IngressPortMapping
    info	[Changelog]   - Added Interface JobsGetDetectorOptionalParams
    info	[Changelog]   - Added Interface JobsListDetectorsOptionalParams
    info	[Changelog]   - Added Interface JobsProxyGetOptionalParams
    info	[Changelog]   - Added Interface ListUsagesResult
    info	[Changelog]   - Added Interface LogsConfiguration
    info	[Changelog]   - Added Interface ManagedEnvironmentUsagesListNextOptionalParams
    info	[Changelog]   - Added Interface ManagedEnvironmentUsagesListOptionalParams
    info	[Changelog]   - Added Interface MetricsConfiguration
    info	[Changelog]   - Added Interface OpenTelemetryConfiguration
    info	[Changelog]   - Added Interface PreBuildStep
    info	[Changelog]   - Added Interface TcpConnectionPool
    info	[Changelog]   - Added Interface TcpRetryPolicy
    info	[Changelog]   - Added Interface TimeoutPolicy
    info	[Changelog]   - Added Interface TokenStore
    info	[Changelog]   - Added Interface TracesConfiguration
    info	[Changelog]   - Added Interface Usage
    info	[Changelog]   - Added Interface UsageName
    info	[Changelog]   - Added Interface UsagesListNextOptionalParams
    info	[Changelog]   - Added Interface UsagesListOptionalParams
    info	[Changelog]   - Added Type Alias AppResiliencyCreateOrUpdateResponse
    info	[Changelog]   - Added Type Alias AppResiliencyGetResponse
    info	[Changelog]   - Added Type Alias AppResiliencyListNextResponse
    info	[Changelog]   - Added Type Alias AppResiliencyListResponse
    info	[Changelog]   - Added Type Alias AppResiliencyUpdateResponse
    info	[Changelog]   - Added Type Alias BuilderProvisioningState
    info	[Changelog]   - Added Type Alias BuildersCreateOrUpdateResponse
    info	[Changelog]   - Added Type Alias BuildersDeleteResponse
    info	[Changelog]   - Added Type Alias BuildersGetResponse
    info	[Changelog]   - Added Type Alias BuildersListByResourceGroupNextResponse
    info	[Changelog]   - Added Type Alias BuildersListByResourceGroupResponse
    info	[Changelog]   - Added Type Alias BuildersListBySubscriptionNextResponse
    info	[Changelog]   - Added Type Alias BuildersListBySubscriptionResponse
    info	[Changelog]   - Added Type Alias BuildersUpdateResponse
    info	[Changelog]   - Added Type Alias BuildProvisioningState
    info	[Changelog]   - Added Type Alias BuildsCreateOrUpdateResponse
    info	[Changelog]   - Added Type Alias BuildsDeleteResponse
    info	[Changelog]   - Added Type Alias BuildsGetResponse
    info	[Changelog]   - Added Type Alias BuildsListAuthTokenResponse
    info	[Changelog]   - Added Type Alias BuildsListByBuilderResourceNextResponse
    info	[Changelog]   - Added Type Alias BuildsListByBuilderResourceResponse
    info	[Changelog]   - Added Type Alias BuildStatus
    info	[Changelog]   - Added Type Alias CertificateType
    info	[Changelog]   - Added Type Alias DaprComponentResiliencyPoliciesCreateOrUpdateResponse
    info	[Changelog]   - Added Type Alias DaprComponentResiliencyPoliciesGetResponse
    info	[Changelog]   - Added Type Alias DaprComponentResiliencyPoliciesListNextResponse
    info	[Changelog]   - Added Type Alias DaprComponentResiliencyPoliciesListResponse
    info	[Changelog]   - Added Type Alias DaprSubscriptionsCreateOrUpdateResponse
    info	[Changelog]   - Added Type Alias DaprSubscriptionsGetResponse
    info	[Changelog]   - Added Type Alias DaprSubscriptionsListNextResponse
    info	[Changelog]   - Added Type Alias DaprSubscriptionsListResponse
    info	[Changelog]   - Added Type Alias GetCustomDomainVerificationIdResponse
    info	[Changelog]   - Added Type Alias JobsGetDetectorResponse
    info	[Changelog]   - Added Type Alias JobsListDetectorsResponse
    info	[Changelog]   - Added Type Alias JobsProxyGetResponse
    info	[Changelog]   - Added Type Alias ManagedEnvironmentUsagesListNextResponse
    info	[Changelog]   - Added Type Alias ManagedEnvironmentUsagesListResponse
    info	[Changelog]   - Added Type Alias UsagesListNextResponse
    info	[Changelog]   - Added Type Alias UsagesListResponse
    info	[Changelog]   - Interface AuthConfig has a new optional parameter encryptionSettings
    info	[Changelog]   - Interface AvailableWorkloadProfileProperties has a new optional parameter gpus
    info	[Changelog]   - Interface CertificateProperties has a new optional parameter certificateType
    info	[Changelog]   - Interface DaprComponent has a new optional parameter serviceComponentBind
    info	[Changelog]   - Interface Ingress has a new optional parameter additionalPortMappings
    info	[Changelog]   - Interface Job has a new optional parameter extendedLocation
    info	[Changelog]   - Interface JobPatchProperties has a new optional parameter extendedLocation
    info	[Changelog]   - Interface LogAnalyticsConfiguration has a new optional parameter dynamicJsonColumns
    info	[Changelog]   - Interface Login has a new optional parameter tokenStore
    info	[Changelog]   - Interface ManagedEnvironment has a new optional parameter appInsightsConfiguration
    info	[Changelog]   - Interface ManagedEnvironment has a new optional parameter openTelemetryConfiguration
    info	[Changelog]   - Interface ServiceBind has a new optional parameter clientType
    info	[Changelog]   - Interface ServiceBind has a new optional parameter customizedKeys
    info	[Changelog]   - Added Enum KnownBuilderProvisioningState
    info	[Changelog]   - Added Enum KnownBuildProvisioningState
    info	[Changelog]   - Added Enum KnownBuildStatus
    info	[Changelog]   - Added Enum KnownCertificateType
️⚠️ azure-resource-manager-schemas warning [Detail]
  • ⚠️Warning [Logs] Generate from dd41af02c461b64609af0fb29c3022e9817288fa. Schema Automation 14.0.0
    command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
    cmderr	[initScript.sh]
    cmderr	[initScript.sh] npm notice New major version of npm available! 8.19.4 -> 10.2.4
    cmderr	[initScript.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.4>
    cmderr	[initScript.sh] npm notice Run `npm install -g npm@10.2.4` to update!
    cmderr	[initScript.sh] npm notice
    warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
    command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
️❌ azure-powershell failed [Detail]
  • Pipeline Framework Failed [Logs] Generate from dd41af02c461b64609af0fb29c3022e9817288fa. SDK Automation 14.0.0
    command	sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json
    command	pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json
    SSL error: syscall failure: Broken pipe
    Error: SSL error: syscall failure: Broken pipe
  • ️✔️Az.app.DefaultTag [View full logs
    error	Fatal error: SSL error: syscall failure: Broken pipe
    error	The following packages are still pending:
    error		Az.app.DefaultTag
Posted by Swagger Pipeline | How to fix these errors?

Copy link

openapi-pipeline-app bot commented Nov 7, 2023

Generated ApiView

Language Package Name ApiView Link
Go sdk/resourcemanager/appcontainers/armappcontainers https://apiview.dev/Assemblies/Review/374b8f783d02495ea88bd6fbbf5848c4
Java azure-resourcemanager-appcontainers https://apiview.dev/Assemblies/Review/91a8a6bf0d184023ab53d1a8413fe909
JavaScript @azure/arm-appcontainers https://apiview.dev/Assemblies/Review/1d2c16c577eb43d193f686c0dc43e7d6

@zizw123 zizw123 added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Nov 7, 2023
@openapi-workflow-bot openapi-workflow-bot bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Nov 7, 2023
Base automatically changed from release-app-Microsoft.App-2023-08-01-preview to main November 9, 2023 17:57
@AzureRestAPISpecReview AzureRestAPISpecReview added the ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test label Nov 9, 2023
@anandanthony anandanthony changed the title update tests for jobs fix examples to use valid values Nov 17, 2023
@Alancere Alancere added the Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go label Nov 21, 2023
@anandanthony
Copy link
Contributor Author

/pr RequestMerge

@sjanamma sjanamma merged commit 6bffca2 into main Nov 30, 2023
29 of 30 checks passed
@sjanamma sjanamma deleted the anfranci/fixnamingusedintests branch November 30, 2023 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved-SdkBreakingChange-Go Approve the breaking change tracking for azure-sdk-for-go ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Go ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test resource-manager
Projects
None yet
Development

Successfully merging this pull request may close these issues.