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

[Microsoft.app] Release app microsoft.app 2024 10 02 preview #31066

Merged
merged 52 commits into from
Nov 18, 2024

Conversation

jijohn14
Copy link
Member

ARM (Control Plane) API Specification Update Pull Request

Tip

Overwhelmed by all this guidance? See the Getting help section at the bottom of this PR description.

PR review workflow diagram

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

spec_pr_review_workflow_diagram

Purpose of this PR

What's the purpose of this PR? Check the specific option that applies. This is mandatory!

  • New resource provider.
  • New API version for an existing resource provider. (If API spec is not defined in TypeSpec, the PR should have been created in adherence to OpenAPI specs PR creation guidance).
  • 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 OpenAPI spec quality issues in S360.
  • Convert existing OpenAPI spec to TypeSpec spec (do not combine this with implementing changes for a new API version).
  • 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:

  • I confirm this PR is modifying Azure Resource Manager (ARM) related specifications, and not data plane related specifications.
  • I have reviewed following Resource Provider guidelines, including
    ARM resource provider contract and
    REST guidelines (estimated time: 4 hours).
    I understand this is required before I can proceed to the diagram Step 2, "ARM API changes review", for this PR.

Additional information

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
suppressions guide to get approval.

Getting help

  • First, please carefully read through this PR description, from top to bottom. Please fill out the Purpose of this PR and Due diligence checklist.
  • If you don't have permissions to remove or add labels to the PR, request write access per aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositories
  • To understand what you must do next to merge this PR, see the Next Steps to Merge comment. It will appear within few minutes of submitting this PR and will continue to be up-to-date with current PR state.
  • For guidance on fixing this PR CI check failures, see the hyperlinks provided in given failure
    and https://aka.ms/ci-fix.
  • For help with ARM review (PR workflow diagram Step 2), see https://aka.ms/azsdk/pr-arm-review.
  • If the PR CI checks appear to be stuck in queued state, please add a comment with contents /azp run.
    This should result in a new comment denoting a PR validation pipeline has started and the checks should be updated after few minutes.
  • If the help provided by the previous points is not enough, post to https://aka.ms/azsdk/support/specreview-channel and link to this PR.

Juliehzl and others added 30 commits June 21, 2024 11:13
Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.
Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.
* support scg in 0802preview

* fix lint issue

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
* add scale property for jc

* swagger prettiercheck

* prettier check

* the prettier check has a bug

* edit description

* refine description

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
* add debug endpoint on replica container

* fix code style errors

* add example debug endpoint
* update

* fix example

* fix

* fix

* fix

* update examples

* use v5
* Enable DeploymentErrors for ContainerApps

* Add example

* Fix format

---------

Co-authored-by: layliu <layliu@microsoft.com>
* Add dockerfile path argument

* Fix example

* Fix example

* Fix linting errors

* Modify example

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
…Jobs (#30154)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW
…pp environment (#29987)

* Add includeDapr in traces and include keda in metrics

* pretty
* Fix sessionpool name parameter location

* Prettier
* add fields

* add

* Update Jobs.json

fix runningState and add azure-asyncoperation

* Update Jobs_Resume.json

* Update Jobs_Suspend.json

* add azure-asyncoperation

* fix lintdiff

* fix

* fix

* fix

* add

* reopen PR & add runningState states

---------

Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
…es (#30418)

* enableFips Property for workload profile

* Fix description

* Add default value for property

* run prettier

* More prettier fixes
Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
Co-authored-by: Zunli Hu <zuh@microsoft.com>
* Copy files from preview/2024-02-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-08-02-preview

Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.

* Added tag for 2024-08-02-preview in readme file

* Support spring cloud gateway (#29591)

* support scg in 0802preview

* fix lint issue

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Add scale property to java component (#29801)

* add scale property for jc

* swagger prettiercheck

* prettier check

* the prettier check has a bug

* edit description

* refine description

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* [Microsoft.App] add debug endpoint on replica container (#29778)

* add debug endpoint on replica container

* fix code style errors

* add example debug endpoint

* Update header and query parameter for source control (#29536)

* update

* fix example

* fix

* fix

* fix

* update examples

* use v5

* Enable DeploymentErrors for ContainerApps (#29822)

* Enable DeploymentErrors for ContainerApps

* Add example

* Fix format

---------

Co-authored-by: layliu <layliu@microsoft.com>

* Add dockerfile path argument (#30156)

* Add dockerfile path argument

* Fix example

* Fix example

* Fix linting errors

* Modify example

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Add KEDA cooldownPeriod/pollingInterval property for Container App & Jobs (#30154)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Make the header optional for source control (#30232)

* Add includeDapr in traces and include keda in metrics for container app environment (#29987)

* Add includeDapr in traces and include keda in metrics

* pretty

* Fix sessionpool name parameter location (#30231)

* Fix sessionpool name parameter location

* Prettier

* Add job suspend resume (#30304)

* add fields

* add

* Update Jobs.json

fix runningState and add azure-asyncoperation

* Update Jobs_Resume.json

* Update Jobs_Suspend.json

* add azure-asyncoperation

* fix lintdiff

* fix

* fix

* fix

* add

* reopen PR & add runningState states

---------

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

* add runningState change (#30464)

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

* [Microsoft.App] Add enableFips property for dedicated workload profiles (#30418)

* enableFips Property for workload profile

* Fix description

* Add default value for property

* run prettier

* More prettier fixes

* Add system data back for billingMeter (#30627)

* Fix CI check for 2024-08-02-preview (#30641)

* add suppression for patch java component (#30644)

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Fix session pool error response (#30647)

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* update

---------

Co-authored-by: Xuyang Cao <Elvis_caoxy@163.com>
Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
Co-authored-by: Yi Liu <yiliu6@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: layliu <layliu@microsoft.com>
Co-authored-by: snehapar9 <108305436+snehapar9@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Tara W <tawalke@users.noreply.github.com>
Co-authored-by: Michael Dai <michaelkira@live.cn>
Co-authored-by: yitaopan <yitaopan@microsoft.com>
Co-authored-by: bgashirabake <85650284+bgashirabake@users.noreply.github.com>
Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
Co-authored-by: Jitin John <jijohn@microsoft.com>
#30691)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Remove default for polling and cooldown to fix error-TEW
Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.
Updated the API version from preview/2024-08-02-preview to preview/2024-10-02-preview.
* Add Identity to session pool registry

* update examples

* fix
* easyauth blob token store support msi to auth

* update examples

* update

* update

* lint

* lint

* add examples
* Enable Async Operation for ConnectedEnvironment SubResources

* Fixes

* Fixes for comments

* Fix DaprComponentDefinition

* Fixes for comments

---------

Co-authored-by: layliu <layliu@microsoft.com>
* Add GPU property to container resources

* Update example

* Fix linting

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/CommonDefinitions.json

Co-authored-by: Jitin John <jijohn@microsoft.com>

* Update example

* Fix linting

---------

Co-authored-by: Jitin John <jijohn@microsoft.com>
@razvanbadea-msft razvanbadea-msft added the ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review label Nov 12, 2024
@openapi-pipeline-app openapi-pipeline-app bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Nov 12, 2024
@Juliehzl Juliehzl added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review labels Nov 13, 2024
@Juliehzl
Copy link
Contributor

@razvanbadea-msft Thanks for reviewing. Actually all changes are reviewed by ARM team previous with separate PRs to the feature branch release-app-Microsoft.App-2024-10-02-preview.

@razvanbadea-msft razvanbadea-msft added the ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review label Nov 13, 2024
@openapi-pipeline-app openapi-pipeline-app bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Nov 13, 2024
@Juliehzl Juliehzl added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review labels Nov 14, 2024
@razvanbadea-msft
Copy link
Contributor

  Session Pool is using componentType as the discriminator. While the discriminator is a required property, this rule prevent it being present in the patch request body.

In the session pool the patch is using SessionPoolUpdatableProperties, is this suppression really needed? I do not see a discriminator used in this case


Refers to: specification/app/resource-manager/readme.md:86 in 8575f62. [](commit_id = 8575f62, deletion_comment = False)

@razvanbadea-msft razvanbadea-msft added the ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review label Nov 14, 2024
@openapi-pipeline-app openapi-pipeline-app bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Nov 14, 2024
@HAKIMBIBI67A
Copy link

ALI MUHAMMAD IHSAN

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

Microsoft.App

@najian
Copy link
Member

najian commented Nov 14, 2024

@razvanbadea-msft from PR add ManagedIdentitySettings to session pool 2024-10-02-preview by najian · Pull Request #30771 · Azure/azure-rest-api-specs (github.com)
ARM reviewer rkmanda commented on Oct 5 suggest "For the patch... rule that is breaking please add a suppression.."

  Session Pool is using componentType as the discriminator. While the discriminator is a required property, this rule prevent it being present in the patch request body.

In the session pool the patch is using SessionPoolUpdatableProperties, is this suppression really needed? I do not see a discriminator used in this case

Refers to: specification/app/resource-manager/readme.md:86 in 8575f62. [](commit_id = 8575f62, deletion_comment = False)

@najian najian added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Nov 14, 2024
@Juliehzl Juliehzl removed the ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review label Nov 14, 2024
@razvanbadea-msft razvanbadea-msft added Approved-Suppression ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review labels Nov 14, 2024
@openapi-pipeline-app openapi-pipeline-app bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Nov 14, 2024
@Juliehzl Juliehzl disabled auto-merge November 18, 2024 01:33
@Juliehzl Juliehzl merged commit e838027 into main Nov 18, 2024
29 of 31 checks passed
mikeharder pushed a commit to mikeharder/azure-rest-api-specs that referenced this pull request Nov 27, 2024
…1066)

* Copy files from preview/2024-02-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-08-02-preview

Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.

* Added tag for 2024-08-02-preview in readme file

* Support spring cloud gateway (Azure#29591)

* support scg in 0802preview

* fix lint issue

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Add scale property to java component (Azure#29801)

* add scale property for jc

* swagger prettiercheck

* prettier check

* the prettier check has a bug

* edit description

* refine description

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* [Microsoft.App] add debug endpoint on replica container (Azure#29778)

* add debug endpoint on replica container

* fix code style errors

* add example debug endpoint

* Update header and query parameter for source control (Azure#29536)

* update

* fix example

* fix

* fix

* fix

* update examples

* use v5

* Enable DeploymentErrors for ContainerApps (Azure#29822)

* Enable DeploymentErrors for ContainerApps

* Add example

* Fix format

---------

Co-authored-by: layliu <layliu@microsoft.com>

* Add dockerfile path argument (Azure#30156)

* Add dockerfile path argument

* Fix example

* Fix example

* Fix linting errors

* Modify example

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Add KEDA cooldownPeriod/pollingInterval property for Container App & Jobs (Azure#30154)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Make the header optional for source control (Azure#30232)

* Add includeDapr in traces and include keda in metrics for container app environment (Azure#29987)

* Add includeDapr in traces and include keda in metrics

* pretty

* Fix sessionpool name parameter location (Azure#30231)

* Fix sessionpool name parameter location

* Prettier

* Add job suspend resume (Azure#30304)

* add fields

* add

* Update Jobs.json

fix runningState and add azure-asyncoperation

* Update Jobs_Resume.json

* Update Jobs_Suspend.json

* add azure-asyncoperation

* fix lintdiff

* fix

* fix

* fix

* add

* reopen PR & add runningState states

---------

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

* add runningState change (Azure#30464)

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

* [Microsoft.App] Add enableFips property for dedicated workload profiles (Azure#30418)

* enableFips Property for workload profile

* Fix description

* Add default value for property

* run prettier

* More prettier fixes

* Add system data back for billingMeter (Azure#30627)

* Fix CI check for 2024-08-02-preview (Azure#30641)

* add suppression for patch java component (Azure#30644)

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Fix session pool error response (Azure#30647)

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Fix Swagger PrettierCheck for examples (Azure#30674)

* Copy files from preview/2024-02-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-08-02-preview

Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.

* Added tag for 2024-08-02-preview in readme file

* Support spring cloud gateway (Azure#29591)

* support scg in 0802preview

* fix lint issue

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Add scale property to java component (Azure#29801)

* add scale property for jc

* swagger prettiercheck

* prettier check

* the prettier check has a bug

* edit description

* refine description

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* [Microsoft.App] add debug endpoint on replica container (Azure#29778)

* add debug endpoint on replica container

* fix code style errors

* add example debug endpoint

* Update header and query parameter for source control (Azure#29536)

* update

* fix example

* fix

* fix

* fix

* update examples

* use v5

* Enable DeploymentErrors for ContainerApps (Azure#29822)

* Enable DeploymentErrors for ContainerApps

* Add example

* Fix format

---------

Co-authored-by: layliu <layliu@microsoft.com>

* Add dockerfile path argument (Azure#30156)

* Add dockerfile path argument

* Fix example

* Fix example

* Fix linting errors

* Modify example

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Add KEDA cooldownPeriod/pollingInterval property for Container App & Jobs (Azure#30154)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Make the header optional for source control (Azure#30232)

* Add includeDapr in traces and include keda in metrics for container app environment (Azure#29987)

* Add includeDapr in traces and include keda in metrics

* pretty

* Fix sessionpool name parameter location (Azure#30231)

* Fix sessionpool name parameter location

* Prettier

* Add job suspend resume (Azure#30304)

* add fields

* add

* Update Jobs.json

fix runningState and add azure-asyncoperation

* Update Jobs_Resume.json

* Update Jobs_Suspend.json

* add azure-asyncoperation

* fix lintdiff

* fix

* fix

* fix

* add

* reopen PR & add runningState states

---------

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

* add runningState change (Azure#30464)

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

* [Microsoft.App] Add enableFips property for dedicated workload profiles (Azure#30418)

* enableFips Property for workload profile

* Fix description

* Add default value for property

* run prettier

* More prettier fixes

* Add system data back for billingMeter (Azure#30627)

* Fix CI check for 2024-08-02-preview (Azure#30641)

* add suppression for patch java component (Azure#30644)

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Fix session pool error response (Azure#30647)

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* update

---------

Co-authored-by: Xuyang Cao <Elvis_caoxy@163.com>
Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
Co-authored-by: Yi Liu <yiliu6@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: layliu <layliu@microsoft.com>
Co-authored-by: snehapar9 <108305436+snehapar9@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Tara W <tawalke@users.noreply.github.com>
Co-authored-by: Michael Dai <michaelkira@live.cn>
Co-authored-by: yitaopan <yitaopan@microsoft.com>
Co-authored-by: bgashirabake <85650284+bgashirabake@users.noreply.github.com>
Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
Co-authored-by: Jitin John <jijohn@microsoft.com>

* revert change (Azure#30700)

* Fix default value property error for keda properties - 08.2024 release (Azure#30691)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Remove default for polling and cooldown to fix error-TEW

* Copy files from preview/2024-08-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-10-02-preview

Updated the API version from preview/2024-08-02-preview to preview/2024-10-02-preview.

* Added tag for 2024-10-02-preview in readme file

* Add Identity to session pool 2024-08-02-preview (Azure#30770)

* Add Identity to session pool registry

* update examples

* fix

* Easyauth blob token store support msi to auth (Azure#30923)

* easyauth blob token store support msi to auth

* update examples

* update

* update

* lint

* lint

* add examples

* Enable Async Operation for ConnectedEnvironment SubResources (Azure#30782)

* Enable Async Operation for ConnectedEnvironment SubResources

* Fixes

* Fixes for comments

* Fix DaprComponentDefinition

* Fixes for comments

---------

Co-authored-by: layliu <layliu@microsoft.com>

* [Microsoft.App] Add gpu property to container resource (Azure#30852)

* Add GPU property to container resources

* Update example

* Fix linting

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/CommonDefinitions.json

Co-authored-by: Jitin John <jijohn@microsoft.com>

* Update example

* Fix linting

---------

Co-authored-by: Jitin John <jijohn@microsoft.com>

* revision transition threshold (Azure#30978)

* add revisionTransitionThreshold

* run npx prettier

* npx prettier second time

* run npx prettier

* switch from DaprComponent to DaprComponentProperties

* run npx prettier

* add min and max to description

* add minumum and maximum

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* [Microsoft.App] targetLabel and Labels revision mode (Azure#30802)

* copy over changes to 10-02

* add targetLabel

* ran npx prettier

* ran npx prettier

* update examples

* add patterns to parameter defns

* add x-ms-pageable to label history required for all list api

* fix next link properties

* add null next link

* fix wrong label history ref

* update readme file to correct alphabetical order

* fix npx prettier

* fix examples

* run npx prettier

* fix get object reference

* fix label history structure

* fix label history item schema

* fix examples

* fix label history list

* fix label history record item properties

* fix label history model

* add resource id to labels history

* fix resource id

* run npx prettier

* fix resource id

* fix labels example

* fix label history json

* fix label history uri

* rename containerapp name example and remove from container app create

* move containerappname parameter to common defns

* Trigger checks

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* [Microsoft.App] Add availabilityZones property to managed environment (Azure#30781)

* Add availabilityZones

* Fix prettier

* Fix prettier part 2

* prettier-3

* Rename to zones

* zones must be a top level property

* Switch property to availabilityZones

* Add auto bind as an option for custom domain cert binding (Azure#30993)

* Add auto bind as an option for custom domain cert binding

* fix prettier ci

---------

Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>

* add ManagedIdentitySettings to session pool 2024-10-02-preview (Azure#30771)

* add ManagedIdentitySettings to session pool 2024-10-02-preview

* fix

* fix prettier

* fix

* add identity to sessionpool

* fix PatchIdentityProperty

* fix description

* fix lint

* fix patch error

* fix prettier

* fix model

* fix comments

* revert useless change

---------

Co-authored-by: Nan Jiang <naji@microsoft.com>

* [Microsoft.App] Planned Maintenance feature for managed environment (Azure#30769)

* first iteration

* Fix and update example

* prettier fix

* Update parameter references

* Fix list reference

* Add definitions

* Update reference to scheduled entries

* Use ScheduleEntries

* Another attempt

* Fix typo

* Update readme

* Remove ManagedEnvironmentScheduleList

* Remove location and unwanted tags

* Remove un-needed code

* Make it a proxy resource

* Fix lint errors

* Use v5 type

* Fix json

* Fix sub example

* Rename envelope variable

* Fix name in example

* Use weekday

* Use scheduledEntries

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Rename file

* Add main file

---------

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* [Microsoft.App] Advanced Ingress ACA - 2024-10-02-preview (Azure#30862)

* Advanced Ingress ACA - 2024-10-02-preview

* use existing custom domain reference

* make containerAppName required

* Resolve comments

* fix prettier check. update patch to allow more prop updates

* update patch

* fix ci, add patch envelope

* add description field to route rules

* update examples

* remove long running operation reference

* mark put as non long running

* resolve comments, refactor

* separet PATCH out again

* add 201 back due to arm validations requirement, rename to `containerApp` && `revision` under targets

* rename

* prettier ci fix

* fix pretty ci

* change to proxy resource, resolve comments, rename, fix merge conflict

* remove tag support, patch same as create/update

---------

Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
Co-authored-by: Taher Huzefa <taherhuzefa@Tahers-MacBook-Pro-2.local>
Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Fix managed service identity duplicated schema issue (Azure#31100)

* update

* fix check

* Run prettier for json files (Azure#31142)

* Move java component suppression to global position (Azure#31165)

* FIx AppLogsConfiguration property description (Azure#31185)

* [Microsoft.App] Add running status property for container apps (Azure#31096)

* Add running status

* prettier fix

* fix pretier issues (Azure#31196)

* Make duration a required property (Azure#31164)

* Add jijohn14 as owner (Azure#31183)

* Fix prettier issues (Azure#31226)

* Ran prettier command for all examples

* Add back x-ms-client-flatten to ConnectedEnvironmentsDaprComponents.json (Azure#31389)

* [Microsoft.App] Add private link default domain for managed environment (Azure#31216)

* update

* add example

* fix prettier

* fix example

---------

Co-authored-by: Jitin John <jijohn@microsoft.com>

* Use v5 resource types(Azure#31545)

---------

Co-authored-by: Juliehzl <zuh@microsoft.com>
Co-authored-by: Xuyang Cao <Elvis_caoxy@163.com>
Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
Co-authored-by: Yi Liu <yiliu6@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: layliu <layliu@microsoft.com>
Co-authored-by: snehapar9 <108305436+snehapar9@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Tara W <tawalke@users.noreply.github.com>
Co-authored-by: Michael Dai <michaelkira@live.cn>
Co-authored-by: yitaopan <yitaopan@microsoft.com>
Co-authored-by: bgashirabake <85650284+bgashirabake@users.noreply.github.com>
Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
Co-authored-by: najian <jiangnan8924@gmail.com>
Co-authored-by: njucz <740360112@qq.com>
Co-authored-by: Stacy Zeng <42949747+smzeng@users.noreply.github.com>
Co-authored-by: Taher Darolywala <41846928+tdaroly@users.noreply.github.com>
Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
Co-authored-by: Nan Jiang <naji@microsoft.com>
Co-authored-by: Taher Huzefa <taherhuzefa@Tahers-MacBook-Pro-2.local>
danieljurek pushed a commit to danieljurek/azure-rest-api-specs that referenced this pull request Dec 9, 2024
…1066)

* Copy files from preview/2024-02-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-08-02-preview

Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.

* Added tag for 2024-08-02-preview in readme file

* Support spring cloud gateway (Azure#29591)

* support scg in 0802preview

* fix lint issue

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Add scale property to java component (Azure#29801)

* add scale property for jc

* swagger prettiercheck

* prettier check

* the prettier check has a bug

* edit description

* refine description

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* [Microsoft.App] add debug endpoint on replica container (Azure#29778)

* add debug endpoint on replica container

* fix code style errors

* add example debug endpoint

* Update header and query parameter for source control (Azure#29536)

* update

* fix example

* fix

* fix

* fix

* update examples

* use v5

* Enable DeploymentErrors for ContainerApps (Azure#29822)

* Enable DeploymentErrors for ContainerApps

* Add example

* Fix format

---------

Co-authored-by: layliu <layliu@microsoft.com>

* Add dockerfile path argument (Azure#30156)

* Add dockerfile path argument

* Fix example

* Fix example

* Fix linting errors

* Modify example

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Add KEDA cooldownPeriod/pollingInterval property for Container App & Jobs (Azure#30154)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Make the header optional for source control (Azure#30232)

* Add includeDapr in traces and include keda in metrics for container app environment (Azure#29987)

* Add includeDapr in traces and include keda in metrics

* pretty

* Fix sessionpool name parameter location (Azure#30231)

* Fix sessionpool name parameter location

* Prettier

* Add job suspend resume (Azure#30304)

* add fields

* add

* Update Jobs.json

fix runningState and add azure-asyncoperation

* Update Jobs_Resume.json

* Update Jobs_Suspend.json

* add azure-asyncoperation

* fix lintdiff

* fix

* fix

* fix

* add

* reopen PR & add runningState states

---------

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

* add runningState change (Azure#30464)

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

* [Microsoft.App] Add enableFips property for dedicated workload profiles (Azure#30418)

* enableFips Property for workload profile

* Fix description

* Add default value for property

* run prettier

* More prettier fixes

* Add system data back for billingMeter (Azure#30627)

* Fix CI check for 2024-08-02-preview (Azure#30641)

* add suppression for patch java component (Azure#30644)

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Fix session pool error response (Azure#30647)

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Fix Swagger PrettierCheck for examples (Azure#30674)

* Copy files from preview/2024-02-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-08-02-preview

Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.

* Added tag for 2024-08-02-preview in readme file

* Support spring cloud gateway (Azure#29591)

* support scg in 0802preview

* fix lint issue

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Add scale property to java component (Azure#29801)

* add scale property for jc

* swagger prettiercheck

* prettier check

* the prettier check has a bug

* edit description

* refine description

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* [Microsoft.App] add debug endpoint on replica container (Azure#29778)

* add debug endpoint on replica container

* fix code style errors

* add example debug endpoint

* Update header and query parameter for source control (Azure#29536)

* update

* fix example

* fix

* fix

* fix

* update examples

* use v5

* Enable DeploymentErrors for ContainerApps (Azure#29822)

* Enable DeploymentErrors for ContainerApps

* Add example

* Fix format

---------

Co-authored-by: layliu <layliu@microsoft.com>

* Add dockerfile path argument (Azure#30156)

* Add dockerfile path argument

* Fix example

* Fix example

* Fix linting errors

* Modify example

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Add KEDA cooldownPeriod/pollingInterval property for Container App & Jobs (Azure#30154)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Make the header optional for source control (Azure#30232)

* Add includeDapr in traces and include keda in metrics for container app environment (Azure#29987)

* Add includeDapr in traces and include keda in metrics

* pretty

* Fix sessionpool name parameter location (Azure#30231)

* Fix sessionpool name parameter location

* Prettier

* Add job suspend resume (Azure#30304)

* add fields

* add

* Update Jobs.json

fix runningState and add azure-asyncoperation

* Update Jobs_Resume.json

* Update Jobs_Suspend.json

* add azure-asyncoperation

* fix lintdiff

* fix

* fix

* fix

* add

* reopen PR & add runningState states

---------

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

* add runningState change (Azure#30464)

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

* [Microsoft.App] Add enableFips property for dedicated workload profiles (Azure#30418)

* enableFips Property for workload profile

* Fix description

* Add default value for property

* run prettier

* More prettier fixes

* Add system data back for billingMeter (Azure#30627)

* Fix CI check for 2024-08-02-preview (Azure#30641)

* add suppression for patch java component (Azure#30644)

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Fix session pool error response (Azure#30647)

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* update

---------

Co-authored-by: Xuyang Cao <Elvis_caoxy@163.com>
Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
Co-authored-by: Yi Liu <yiliu6@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: layliu <layliu@microsoft.com>
Co-authored-by: snehapar9 <108305436+snehapar9@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Tara W <tawalke@users.noreply.github.com>
Co-authored-by: Michael Dai <michaelkira@live.cn>
Co-authored-by: yitaopan <yitaopan@microsoft.com>
Co-authored-by: bgashirabake <85650284+bgashirabake@users.noreply.github.com>
Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
Co-authored-by: Jitin John <jijohn@microsoft.com>

* revert change (Azure#30700)

* Fix default value property error for keda properties - 08.2024 release (Azure#30691)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Remove default for polling and cooldown to fix error-TEW

* Copy files from preview/2024-08-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-10-02-preview

Updated the API version from preview/2024-08-02-preview to preview/2024-10-02-preview.

* Added tag for 2024-10-02-preview in readme file

* Add Identity to session pool 2024-08-02-preview (Azure#30770)

* Add Identity to session pool registry

* update examples

* fix

* Easyauth blob token store support msi to auth (Azure#30923)

* easyauth blob token store support msi to auth

* update examples

* update

* update

* lint

* lint

* add examples

* Enable Async Operation for ConnectedEnvironment SubResources (Azure#30782)

* Enable Async Operation for ConnectedEnvironment SubResources

* Fixes

* Fixes for comments

* Fix DaprComponentDefinition

* Fixes for comments

---------

Co-authored-by: layliu <layliu@microsoft.com>

* [Microsoft.App] Add gpu property to container resource (Azure#30852)

* Add GPU property to container resources

* Update example

* Fix linting

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/CommonDefinitions.json

Co-authored-by: Jitin John <jijohn@microsoft.com>

* Update example

* Fix linting

---------

Co-authored-by: Jitin John <jijohn@microsoft.com>

* revision transition threshold (Azure#30978)

* add revisionTransitionThreshold

* run npx prettier

* npx prettier second time

* run npx prettier

* switch from DaprComponent to DaprComponentProperties

* run npx prettier

* add min and max to description

* add minumum and maximum

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* [Microsoft.App] targetLabel and Labels revision mode (Azure#30802)

* copy over changes to 10-02

* add targetLabel

* ran npx prettier

* ran npx prettier

* update examples

* add patterns to parameter defns

* add x-ms-pageable to label history required for all list api

* fix next link properties

* add null next link

* fix wrong label history ref

* update readme file to correct alphabetical order

* fix npx prettier

* fix examples

* run npx prettier

* fix get object reference

* fix label history structure

* fix label history item schema

* fix examples

* fix label history list

* fix label history record item properties

* fix label history model

* add resource id to labels history

* fix resource id

* run npx prettier

* fix resource id

* fix labels example

* fix label history json

* fix label history uri

* rename containerapp name example and remove from container app create

* move containerappname parameter to common defns

* Trigger checks

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* [Microsoft.App] Add availabilityZones property to managed environment (Azure#30781)

* Add availabilityZones

* Fix prettier

* Fix prettier part 2

* prettier-3

* Rename to zones

* zones must be a top level property

* Switch property to availabilityZones

* Add auto bind as an option for custom domain cert binding (Azure#30993)

* Add auto bind as an option for custom domain cert binding

* fix prettier ci

---------

Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>

* add ManagedIdentitySettings to session pool 2024-10-02-preview (Azure#30771)

* add ManagedIdentitySettings to session pool 2024-10-02-preview

* fix

* fix prettier

* fix

* add identity to sessionpool

* fix PatchIdentityProperty

* fix description

* fix lint

* fix patch error

* fix prettier

* fix model

* fix comments

* revert useless change

---------

Co-authored-by: Nan Jiang <naji@microsoft.com>

* [Microsoft.App] Planned Maintenance feature for managed environment (Azure#30769)

* first iteration

* Fix and update example

* prettier fix

* Update parameter references

* Fix list reference

* Add definitions

* Update reference to scheduled entries

* Use ScheduleEntries

* Another attempt

* Fix typo

* Update readme

* Remove ManagedEnvironmentScheduleList

* Remove location and unwanted tags

* Remove un-needed code

* Make it a proxy resource

* Fix lint errors

* Use v5 type

* Fix json

* Fix sub example

* Rename envelope variable

* Fix name in example

* Use weekday

* Use scheduledEntries

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Rename file

* Add main file

---------

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* [Microsoft.App] Advanced Ingress ACA - 2024-10-02-preview (Azure#30862)

* Advanced Ingress ACA - 2024-10-02-preview

* use existing custom domain reference

* make containerAppName required

* Resolve comments

* fix prettier check. update patch to allow more prop updates

* update patch

* fix ci, add patch envelope

* add description field to route rules

* update examples

* remove long running operation reference

* mark put as non long running

* resolve comments, refactor

* separet PATCH out again

* add 201 back due to arm validations requirement, rename to `containerApp` && `revision` under targets

* rename

* prettier ci fix

* fix pretty ci

* change to proxy resource, resolve comments, rename, fix merge conflict

* remove tag support, patch same as create/update

---------

Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
Co-authored-by: Taher Huzefa <taherhuzefa@Tahers-MacBook-Pro-2.local>
Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Fix managed service identity duplicated schema issue (Azure#31100)

* update

* fix check

* Run prettier for json files (Azure#31142)

* Move java component suppression to global position (Azure#31165)

* FIx AppLogsConfiguration property description (Azure#31185)

* [Microsoft.App] Add running status property for container apps (Azure#31096)

* Add running status

* prettier fix

* fix pretier issues (Azure#31196)

* Make duration a required property (Azure#31164)

* Add jijohn14 as owner (Azure#31183)

* Fix prettier issues (Azure#31226)

* Ran prettier command for all examples

* Add back x-ms-client-flatten to ConnectedEnvironmentsDaprComponents.json (Azure#31389)

* [Microsoft.App] Add private link default domain for managed environment (Azure#31216)

* update

* add example

* fix prettier

* fix example

---------

Co-authored-by: Jitin John <jijohn@microsoft.com>

* Use v5 resource types(Azure#31545)

---------

Co-authored-by: Juliehzl <zuh@microsoft.com>
Co-authored-by: Xuyang Cao <Elvis_caoxy@163.com>
Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
Co-authored-by: Yi Liu <yiliu6@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: layliu <layliu@microsoft.com>
Co-authored-by: snehapar9 <108305436+snehapar9@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Tara W <tawalke@users.noreply.github.com>
Co-authored-by: Michael Dai <michaelkira@live.cn>
Co-authored-by: yitaopan <yitaopan@microsoft.com>
Co-authored-by: bgashirabake <85650284+bgashirabake@users.noreply.github.com>
Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
Co-authored-by: najian <jiangnan8924@gmail.com>
Co-authored-by: njucz <740360112@qq.com>
Co-authored-by: Stacy Zeng <42949747+smzeng@users.noreply.github.com>
Co-authored-by: Taher Darolywala <41846928+tdaroly@users.noreply.github.com>
Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
Co-authored-by: Nan Jiang <naji@microsoft.com>
Co-authored-by: Taher Huzefa <taherhuzefa@Tahers-MacBook-Pro-2.local>
danieljurek pushed a commit to danieljurek/azure-rest-api-specs that referenced this pull request Dec 9, 2024
…1066)

* Copy files from preview/2024-02-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-08-02-preview

Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.

* Added tag for 2024-08-02-preview in readme file

* Support spring cloud gateway (Azure#29591)

* support scg in 0802preview

* fix lint issue

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Add scale property to java component (Azure#29801)

* add scale property for jc

* swagger prettiercheck

* prettier check

* the prettier check has a bug

* edit description

* refine description

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* [Microsoft.App] add debug endpoint on replica container (Azure#29778)

* add debug endpoint on replica container

* fix code style errors

* add example debug endpoint

* Update header and query parameter for source control (Azure#29536)

* update

* fix example

* fix

* fix

* fix

* update examples

* use v5

* Enable DeploymentErrors for ContainerApps (Azure#29822)

* Enable DeploymentErrors for ContainerApps

* Add example

* Fix format

---------

Co-authored-by: layliu <layliu@microsoft.com>

* Add dockerfile path argument (Azure#30156)

* Add dockerfile path argument

* Fix example

* Fix example

* Fix linting errors

* Modify example

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Add KEDA cooldownPeriod/pollingInterval property for Container App & Jobs (Azure#30154)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Make the header optional for source control (Azure#30232)

* Add includeDapr in traces and include keda in metrics for container app environment (Azure#29987)

* Add includeDapr in traces and include keda in metrics

* pretty

* Fix sessionpool name parameter location (Azure#30231)

* Fix sessionpool name parameter location

* Prettier

* Add job suspend resume (Azure#30304)

* add fields

* add

* Update Jobs.json

fix runningState and add azure-asyncoperation

* Update Jobs_Resume.json

* Update Jobs_Suspend.json

* add azure-asyncoperation

* fix lintdiff

* fix

* fix

* fix

* add

* reopen PR & add runningState states

---------

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

* add runningState change (Azure#30464)

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

* [Microsoft.App] Add enableFips property for dedicated workload profiles (Azure#30418)

* enableFips Property for workload profile

* Fix description

* Add default value for property

* run prettier

* More prettier fixes

* Add system data back for billingMeter (Azure#30627)

* Fix CI check for 2024-08-02-preview (Azure#30641)

* add suppression for patch java component (Azure#30644)

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Fix session pool error response (Azure#30647)

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Fix Swagger PrettierCheck for examples (Azure#30674)

* Copy files from preview/2024-02-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-08-02-preview

Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.

* Added tag for 2024-08-02-preview in readme file

* Support spring cloud gateway (Azure#29591)

* support scg in 0802preview

* fix lint issue

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Add scale property to java component (Azure#29801)

* add scale property for jc

* swagger prettiercheck

* prettier check

* the prettier check has a bug

* edit description

* refine description

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* [Microsoft.App] add debug endpoint on replica container (Azure#29778)

* add debug endpoint on replica container

* fix code style errors

* add example debug endpoint

* Update header and query parameter for source control (Azure#29536)

* update

* fix example

* fix

* fix

* fix

* update examples

* use v5

* Enable DeploymentErrors for ContainerApps (Azure#29822)

* Enable DeploymentErrors for ContainerApps

* Add example

* Fix format

---------

Co-authored-by: layliu <layliu@microsoft.com>

* Add dockerfile path argument (Azure#30156)

* Add dockerfile path argument

* Fix example

* Fix example

* Fix linting errors

* Modify example

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Add KEDA cooldownPeriod/pollingInterval property for Container App & Jobs (Azure#30154)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Make the header optional for source control (Azure#30232)

* Add includeDapr in traces and include keda in metrics for container app environment (Azure#29987)

* Add includeDapr in traces and include keda in metrics

* pretty

* Fix sessionpool name parameter location (Azure#30231)

* Fix sessionpool name parameter location

* Prettier

* Add job suspend resume (Azure#30304)

* add fields

* add

* Update Jobs.json

fix runningState and add azure-asyncoperation

* Update Jobs_Resume.json

* Update Jobs_Suspend.json

* add azure-asyncoperation

* fix lintdiff

* fix

* fix

* fix

* add

* reopen PR & add runningState states

---------

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

* add runningState change (Azure#30464)

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

* [Microsoft.App] Add enableFips property for dedicated workload profiles (Azure#30418)

* enableFips Property for workload profile

* Fix description

* Add default value for property

* run prettier

* More prettier fixes

* Add system data back for billingMeter (Azure#30627)

* Fix CI check for 2024-08-02-preview (Azure#30641)

* add suppression for patch java component (Azure#30644)

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Fix session pool error response (Azure#30647)

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* update

---------

Co-authored-by: Xuyang Cao <Elvis_caoxy@163.com>
Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
Co-authored-by: Yi Liu <yiliu6@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: layliu <layliu@microsoft.com>
Co-authored-by: snehapar9 <108305436+snehapar9@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Tara W <tawalke@users.noreply.github.com>
Co-authored-by: Michael Dai <michaelkira@live.cn>
Co-authored-by: yitaopan <yitaopan@microsoft.com>
Co-authored-by: bgashirabake <85650284+bgashirabake@users.noreply.github.com>
Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
Co-authored-by: Jitin John <jijohn@microsoft.com>

* revert change (Azure#30700)

* Fix default value property error for keda properties - 08.2024 release (Azure#30691)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Remove default for polling and cooldown to fix error-TEW

* Copy files from preview/2024-08-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-10-02-preview

Updated the API version from preview/2024-08-02-preview to preview/2024-10-02-preview.

* Added tag for 2024-10-02-preview in readme file

* Add Identity to session pool 2024-08-02-preview (Azure#30770)

* Add Identity to session pool registry

* update examples

* fix

* Easyauth blob token store support msi to auth (Azure#30923)

* easyauth blob token store support msi to auth

* update examples

* update

* update

* lint

* lint

* add examples

* Enable Async Operation for ConnectedEnvironment SubResources (Azure#30782)

* Enable Async Operation for ConnectedEnvironment SubResources

* Fixes

* Fixes for comments

* Fix DaprComponentDefinition

* Fixes for comments

---------

Co-authored-by: layliu <layliu@microsoft.com>

* [Microsoft.App] Add gpu property to container resource (Azure#30852)

* Add GPU property to container resources

* Update example

* Fix linting

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/CommonDefinitions.json

Co-authored-by: Jitin John <jijohn@microsoft.com>

* Update example

* Fix linting

---------

Co-authored-by: Jitin John <jijohn@microsoft.com>

* revision transition threshold (Azure#30978)

* add revisionTransitionThreshold

* run npx prettier

* npx prettier second time

* run npx prettier

* switch from DaprComponent to DaprComponentProperties

* run npx prettier

* add min and max to description

* add minumum and maximum

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* [Microsoft.App] targetLabel and Labels revision mode (Azure#30802)

* copy over changes to 10-02

* add targetLabel

* ran npx prettier

* ran npx prettier

* update examples

* add patterns to parameter defns

* add x-ms-pageable to label history required for all list api

* fix next link properties

* add null next link

* fix wrong label history ref

* update readme file to correct alphabetical order

* fix npx prettier

* fix examples

* run npx prettier

* fix get object reference

* fix label history structure

* fix label history item schema

* fix examples

* fix label history list

* fix label history record item properties

* fix label history model

* add resource id to labels history

* fix resource id

* run npx prettier

* fix resource id

* fix labels example

* fix label history json

* fix label history uri

* rename containerapp name example and remove from container app create

* move containerappname parameter to common defns

* Trigger checks

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* [Microsoft.App] Add availabilityZones property to managed environment (Azure#30781)

* Add availabilityZones

* Fix prettier

* Fix prettier part 2

* prettier-3

* Rename to zones

* zones must be a top level property

* Switch property to availabilityZones

* Add auto bind as an option for custom domain cert binding (Azure#30993)

* Add auto bind as an option for custom domain cert binding

* fix prettier ci

---------

Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>

* add ManagedIdentitySettings to session pool 2024-10-02-preview (Azure#30771)

* add ManagedIdentitySettings to session pool 2024-10-02-preview

* fix

* fix prettier

* fix

* add identity to sessionpool

* fix PatchIdentityProperty

* fix description

* fix lint

* fix patch error

* fix prettier

* fix model

* fix comments

* revert useless change

---------

Co-authored-by: Nan Jiang <naji@microsoft.com>

* [Microsoft.App] Planned Maintenance feature for managed environment (Azure#30769)

* first iteration

* Fix and update example

* prettier fix

* Update parameter references

* Fix list reference

* Add definitions

* Update reference to scheduled entries

* Use ScheduleEntries

* Another attempt

* Fix typo

* Update readme

* Remove ManagedEnvironmentScheduleList

* Remove location and unwanted tags

* Remove un-needed code

* Make it a proxy resource

* Fix lint errors

* Use v5 type

* Fix json

* Fix sub example

* Rename envelope variable

* Fix name in example

* Use weekday

* Use scheduledEntries

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Rename file

* Add main file

---------

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* [Microsoft.App] Advanced Ingress ACA - 2024-10-02-preview (Azure#30862)

* Advanced Ingress ACA - 2024-10-02-preview

* use existing custom domain reference

* make containerAppName required

* Resolve comments

* fix prettier check. update patch to allow more prop updates

* update patch

* fix ci, add patch envelope

* add description field to route rules

* update examples

* remove long running operation reference

* mark put as non long running

* resolve comments, refactor

* separet PATCH out again

* add 201 back due to arm validations requirement, rename to `containerApp` && `revision` under targets

* rename

* prettier ci fix

* fix pretty ci

* change to proxy resource, resolve comments, rename, fix merge conflict

* remove tag support, patch same as create/update

---------

Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
Co-authored-by: Taher Huzefa <taherhuzefa@Tahers-MacBook-Pro-2.local>
Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Fix managed service identity duplicated schema issue (Azure#31100)

* update

* fix check

* Run prettier for json files (Azure#31142)

* Move java component suppression to global position (Azure#31165)

* FIx AppLogsConfiguration property description (Azure#31185)

* [Microsoft.App] Add running status property for container apps (Azure#31096)

* Add running status

* prettier fix

* fix pretier issues (Azure#31196)

* Make duration a required property (Azure#31164)

* Add jijohn14 as owner (Azure#31183)

* Fix prettier issues (Azure#31226)

* Ran prettier command for all examples

* Add back x-ms-client-flatten to ConnectedEnvironmentsDaprComponents.json (Azure#31389)

* [Microsoft.App] Add private link default domain for managed environment (Azure#31216)

* update

* add example

* fix prettier

* fix example

---------

Co-authored-by: Jitin John <jijohn@microsoft.com>

* Use v5 resource types(Azure#31545)

---------

Co-authored-by: Juliehzl <zuh@microsoft.com>
Co-authored-by: Xuyang Cao <Elvis_caoxy@163.com>
Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
Co-authored-by: Yi Liu <yiliu6@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: layliu <layliu@microsoft.com>
Co-authored-by: snehapar9 <108305436+snehapar9@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Tara W <tawalke@users.noreply.github.com>
Co-authored-by: Michael Dai <michaelkira@live.cn>
Co-authored-by: yitaopan <yitaopan@microsoft.com>
Co-authored-by: bgashirabake <85650284+bgashirabake@users.noreply.github.com>
Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
Co-authored-by: najian <jiangnan8924@gmail.com>
Co-authored-by: njucz <740360112@qq.com>
Co-authored-by: Stacy Zeng <42949747+smzeng@users.noreply.github.com>
Co-authored-by: Taher Darolywala <41846928+tdaroly@users.noreply.github.com>
Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
Co-authored-by: Nan Jiang <naji@microsoft.com>
Co-authored-by: Taher Huzefa <taherhuzefa@Tahers-MacBook-Pro-2.local>
digvijaymali94 pushed a commit to digvijaymali94/azure-rest-api-specs that referenced this pull request Dec 17, 2024
…1066)

* Copy files from preview/2024-02-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-08-02-preview

Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.

* Added tag for 2024-08-02-preview in readme file

* Support spring cloud gateway (Azure#29591)

* support scg in 0802preview

* fix lint issue

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Add scale property to java component (Azure#29801)

* add scale property for jc

* swagger prettiercheck

* prettier check

* the prettier check has a bug

* edit description

* refine description

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* [Microsoft.App] add debug endpoint on replica container (Azure#29778)

* add debug endpoint on replica container

* fix code style errors

* add example debug endpoint

* Update header and query parameter for source control (Azure#29536)

* update

* fix example

* fix

* fix

* fix

* update examples

* use v5

* Enable DeploymentErrors for ContainerApps (Azure#29822)

* Enable DeploymentErrors for ContainerApps

* Add example

* Fix format

---------

Co-authored-by: layliu <layliu@microsoft.com>

* Add dockerfile path argument (Azure#30156)

* Add dockerfile path argument

* Fix example

* Fix example

* Fix linting errors

* Modify example

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Add KEDA cooldownPeriod/pollingInterval property for Container App & Jobs (Azure#30154)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Make the header optional for source control (Azure#30232)

* Add includeDapr in traces and include keda in metrics for container app environment (Azure#29987)

* Add includeDapr in traces and include keda in metrics

* pretty

* Fix sessionpool name parameter location (Azure#30231)

* Fix sessionpool name parameter location

* Prettier

* Add job suspend resume (Azure#30304)

* add fields

* add

* Update Jobs.json

fix runningState and add azure-asyncoperation

* Update Jobs_Resume.json

* Update Jobs_Suspend.json

* add azure-asyncoperation

* fix lintdiff

* fix

* fix

* fix

* add

* reopen PR & add runningState states

---------

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

* add runningState change (Azure#30464)

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

* [Microsoft.App] Add enableFips property for dedicated workload profiles (Azure#30418)

* enableFips Property for workload profile

* Fix description

* Add default value for property

* run prettier

* More prettier fixes

* Add system data back for billingMeter (Azure#30627)

* Fix CI check for 2024-08-02-preview (Azure#30641)

* add suppression for patch java component (Azure#30644)

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Fix session pool error response (Azure#30647)

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Fix Swagger PrettierCheck for examples (Azure#30674)

* Copy files from preview/2024-02-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-08-02-preview

Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.

* Added tag for 2024-08-02-preview in readme file

* Support spring cloud gateway (Azure#29591)

* support scg in 0802preview

* fix lint issue

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Add scale property to java component (Azure#29801)

* add scale property for jc

* swagger prettiercheck

* prettier check

* the prettier check has a bug

* edit description

* refine description

---------

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* [Microsoft.App] add debug endpoint on replica container (Azure#29778)

* add debug endpoint on replica container

* fix code style errors

* add example debug endpoint

* Update header and query parameter for source control (Azure#29536)

* update

* fix example

* fix

* fix

* fix

* update examples

* use v5

* Enable DeploymentErrors for ContainerApps (Azure#29822)

* Enable DeploymentErrors for ContainerApps

* Add example

* Fix format

---------

Co-authored-by: layliu <layliu@microsoft.com>

* Add dockerfile path argument (Azure#30156)

* Add dockerfile path argument

* Fix example

* Fix example

* Fix linting errors

* Modify example

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Add KEDA cooldownPeriod/pollingInterval property for Container App & Jobs (Azure#30154)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Make the header optional for source control (Azure#30232)

* Add includeDapr in traces and include keda in metrics for container app environment (Azure#29987)

* Add includeDapr in traces and include keda in metrics

* pretty

* Fix sessionpool name parameter location (Azure#30231)

* Fix sessionpool name parameter location

* Prettier

* Add job suspend resume (Azure#30304)

* add fields

* add

* Update Jobs.json

fix runningState and add azure-asyncoperation

* Update Jobs_Resume.json

* Update Jobs_Suspend.json

* add azure-asyncoperation

* fix lintdiff

* fix

* fix

* fix

* add

* reopen PR & add runningState states

---------

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

* add runningState change (Azure#30464)

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

* [Microsoft.App] Add enableFips property for dedicated workload profiles (Azure#30418)

* enableFips Property for workload profile

* Fix description

* Add default value for property

* run prettier

* More prettier fixes

* Add system data back for billingMeter (Azure#30627)

* Fix CI check for 2024-08-02-preview (Azure#30641)

* add suppression for patch java component (Azure#30644)

Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>

* Fix session pool error response (Azure#30647)

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* update

---------

Co-authored-by: Xuyang Cao <Elvis_caoxy@163.com>
Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
Co-authored-by: Yi Liu <yiliu6@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: layliu <layliu@microsoft.com>
Co-authored-by: snehapar9 <108305436+snehapar9@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Tara W <tawalke@users.noreply.github.com>
Co-authored-by: Michael Dai <michaelkira@live.cn>
Co-authored-by: yitaopan <yitaopan@microsoft.com>
Co-authored-by: bgashirabake <85650284+bgashirabake@users.noreply.github.com>
Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
Co-authored-by: Jitin John <jijohn@microsoft.com>

* revert change (Azure#30700)

* Fix default value property error for keda properties - 08.2024 release (Azure#30691)

* Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW

* PR Feedback: Run prettier on json file for PR check-TEW

* PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW

* PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"

* PR Feedback: Re-ran prettier on files noted in PR Check-TEW

* Removing cooldownPeriod from Jobs.json and Jobs examples-TEW

* Remove default for polling and cooldown to fix error-TEW

* Copy files from preview/2024-08-02-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-10-02-preview

Updated the API version from preview/2024-08-02-preview to preview/2024-10-02-preview.

* Added tag for 2024-10-02-preview in readme file

* Add Identity to session pool 2024-08-02-preview (Azure#30770)

* Add Identity to session pool registry

* update examples

* fix

* Easyauth blob token store support msi to auth (Azure#30923)

* easyauth blob token store support msi to auth

* update examples

* update

* update

* lint

* lint

* add examples

* Enable Async Operation for ConnectedEnvironment SubResources (Azure#30782)

* Enable Async Operation for ConnectedEnvironment SubResources

* Fixes

* Fixes for comments

* Fix DaprComponentDefinition

* Fixes for comments

---------

Co-authored-by: layliu <layliu@microsoft.com>

* [Microsoft.App] Add gpu property to container resource (Azure#30852)

* Add GPU property to container resources

* Update example

* Fix linting

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/CommonDefinitions.json

Co-authored-by: Jitin John <jijohn@microsoft.com>

* Update example

* Fix linting

---------

Co-authored-by: Jitin John <jijohn@microsoft.com>

* revision transition threshold (Azure#30978)

* add revisionTransitionThreshold

* run npx prettier

* npx prettier second time

* run npx prettier

* switch from DaprComponent to DaprComponentProperties

* run npx prettier

* add min and max to description

* add minumum and maximum

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* [Microsoft.App] targetLabel and Labels revision mode (Azure#30802)

* copy over changes to 10-02

* add targetLabel

* ran npx prettier

* ran npx prettier

* update examples

* add patterns to parameter defns

* add x-ms-pageable to label history required for all list api

* fix next link properties

* add null next link

* fix wrong label history ref

* update readme file to correct alphabetical order

* fix npx prettier

* fix examples

* run npx prettier

* fix get object reference

* fix label history structure

* fix label history item schema

* fix examples

* fix label history list

* fix label history record item properties

* fix label history model

* add resource id to labels history

* fix resource id

* run npx prettier

* fix resource id

* fix labels example

* fix label history json

* fix label history uri

* rename containerapp name example and remove from container app create

* move containerappname parameter to common defns

* Trigger checks

* Update sdk-suppressions.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* [Microsoft.App] Add availabilityZones property to managed environment (Azure#30781)

* Add availabilityZones

* Fix prettier

* Fix prettier part 2

* prettier-3

* Rename to zones

* zones must be a top level property

* Switch property to availabilityZones

* Add auto bind as an option for custom domain cert binding (Azure#30993)

* Add auto bind as an option for custom domain cert binding

* fix prettier ci

---------

Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>

* add ManagedIdentitySettings to session pool 2024-10-02-preview (Azure#30771)

* add ManagedIdentitySettings to session pool 2024-10-02-preview

* fix

* fix prettier

* fix

* add identity to sessionpool

* fix PatchIdentityProperty

* fix description

* fix lint

* fix patch error

* fix prettier

* fix model

* fix comments

* revert useless change

---------

Co-authored-by: Nan Jiang <naji@microsoft.com>

* [Microsoft.App] Planned Maintenance feature for managed environment (Azure#30769)

* first iteration

* Fix and update example

* prettier fix

* Update parameter references

* Fix list reference

* Add definitions

* Update reference to scheduled entries

* Use ScheduleEntries

* Another attempt

* Fix typo

* Update readme

* Remove ManagedEnvironmentScheduleList

* Remove location and unwanted tags

* Remove un-needed code

* Make it a proxy resource

* Fix lint errors

* Use v5 type

* Fix json

* Fix sub example

* Rename envelope variable

* Fix name in example

* Use weekday

* Use scheduledEntries

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Rename file

* Add main file

---------

Co-authored-by: Zunli Hu <zuh@microsoft.com>

* [Microsoft.App] Advanced Ingress ACA - 2024-10-02-preview (Azure#30862)

* Advanced Ingress ACA - 2024-10-02-preview

* use existing custom domain reference

* make containerAppName required

* Resolve comments

* fix prettier check. update patch to allow more prop updates

* update patch

* fix ci, add patch envelope

* add description field to route rules

* update examples

* remove long running operation reference

* mark put as non long running

* resolve comments, refactor

* separet PATCH out again

* add 201 back due to arm validations requirement, rename to `containerApp` && `revision` under targets

* rename

* prettier ci fix

* fix pretty ci

* change to proxy resource, resolve comments, rename, fix merge conflict

* remove tag support, patch same as create/update

---------

Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
Co-authored-by: Taher Huzefa <taherhuzefa@Tahers-MacBook-Pro-2.local>
Co-authored-by: Zunli Hu <zuh@microsoft.com>

* Fix managed service identity duplicated schema issue (Azure#31100)

* update

* fix check

* Run prettier for json files (Azure#31142)

* Move java component suppression to global position (Azure#31165)

* FIx AppLogsConfiguration property description (Azure#31185)

* [Microsoft.App] Add running status property for container apps (Azure#31096)

* Add running status

* prettier fix

* fix pretier issues (Azure#31196)

* Make duration a required property (Azure#31164)

* Add jijohn14 as owner (Azure#31183)

* Fix prettier issues (Azure#31226)

* Ran prettier command for all examples

* Add back x-ms-client-flatten to ConnectedEnvironmentsDaprComponents.json (Azure#31389)

* [Microsoft.App] Add private link default domain for managed environment (Azure#31216)

* update

* add example

* fix prettier

* fix example

---------

Co-authored-by: Jitin John <jijohn@microsoft.com>

* Use v5 resource types(Azure#31545)

---------

Co-authored-by: Juliehzl <zuh@microsoft.com>
Co-authored-by: Xuyang Cao <Elvis_caoxy@163.com>
Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
Co-authored-by: Yi Liu <yiliu6@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: layliu <layliu@microsoft.com>
Co-authored-by: snehapar9 <108305436+snehapar9@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Tara W <tawalke@users.noreply.github.com>
Co-authored-by: Michael Dai <michaelkira@live.cn>
Co-authored-by: yitaopan <yitaopan@microsoft.com>
Co-authored-by: bgashirabake <85650284+bgashirabake@users.noreply.github.com>
Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
Co-authored-by: najian <jiangnan8924@gmail.com>
Co-authored-by: njucz <740360112@qq.com>
Co-authored-by: Stacy Zeng <42949747+smzeng@users.noreply.github.com>
Co-authored-by: Taher Darolywala <41846928+tdaroly@users.noreply.github.com>
Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
Co-authored-by: Nan Jiang <naji@microsoft.com>
Co-authored-by: Taher Huzefa <taherhuzefa@Tahers-MacBook-Pro-2.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved-Suppression ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review BreakingChange-Approved-Benign Changes are not breaking at the REST API level and have at most minor impact to generated SDKs. BreakingChange-Python-Sdk-Suppression BreakingChange-Python-Sdk-Suppression-Approved BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required new-api-version PipelineBotTrigger PublishToCustomers Acknowledgement the changes will be published to Azure customers. ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test resource-manager SuppressionReviewRequired
Projects
None yet
Development

Successfully merging this pull request may close these issues.