Skip to content

Conversation

@Caoxuyang
Copy link
Contributor

@Caoxuyang Caoxuyang commented Mar 6, 2024

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.

Note

As of January 2024 there is no PR assignee. This is expected. See https://aka.ms/azsdk/pr-arm-review.

PR review workflow diagram

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

diagram

Click here to see the details of Step 1

Breaking changes review (Diagram 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.
Click here to see the details of Step 2

ARM API changes review (Diagram Step 2)

Click here to see the diagram footnotes

Diagram footnotes

[1] See ARM review queue (for PR merge queues, see [2]).
[2] public repo merge queue, private repo merge queue (for ARM review queue, [1])
The ARM reviewer on-call engineer visits the merge queue twice a day, so the approximate ETA for merges is 12 - 24 hours.

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 generated using 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 OpenAPI spec 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:

  • 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.
  • 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 PR workflow diagram Step 2 (ARM review), 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.

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Mar 6, 2024

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).

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Mar 6, 2024

Swagger Validation Report

️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
️⚠️Breaking Change(Cross-Version): 4 Warnings warning [Detail]
Compared specs (v0.10.5) new version base version
JavaComponents.json 2024-02-02-preview(9b51b7b) 2023-11-02-preview(main)

The following breaking changes are detected by comparison with the latest preview version:

Rule Message
⚠️ 1017 - ReferenceRedirection The '$ref' property points to different models in the old and new versions.
New: Microsoft.App/preview/2024-02-02-preview/JavaComponents.json#L401:9
Old: Microsoft.App/preview/2023-11-02-preview/JavaComponents.json#L401:9
⚠️ 1025 - RequiredStatusChange The 'required' status changed from the old version('False') to the new version('True').
New: Microsoft.App/preview/2024-02-02-preview/JavaComponents.json#L414:7
Old: Microsoft.App/preview/2023-11-02-preview/JavaComponents.json#L404:11
⚠️ 1030 - DifferentDiscriminator The new version has a different discriminator than the previous one.
New: Microsoft.App/preview/2024-02-02-preview/JavaComponents.json#L401:9
Old: Microsoft.App/preview/2023-11-02-preview/JavaComponents.json#L401:9
⚠️ 1034 - AddedRequiredProperty The new version has new required property 'componentType' that was not found in the old version.
New: Microsoft.App/preview/2024-02-02-preview/JavaComponents.json#L401:9
Old: Microsoft.App/preview/2023-11-02-preview/JavaComponents.json#L401:9
️⚠️LintDiff: 0 Warnings warning [Detail]
Compared specs (v2.2.0) new version base version
package-preview-2024-02 package-preview-2024-02(9b51b7b) package-preview-2024-02(release-app-Microsoft.App-2024-02-02-preview)

The following errors/warnings exist before current PR submission:

Rule Message
⚠️ MissingSegmentsInNestedResourceListOperation A nested resource type's List operation must include all the parent segments in its api path.
Location: Microsoft.App/preview/2024-02-02-preview/JavaComponents.json#L36
⚠️ SummaryAndDescriptionMustNotBeSame The summary and description values should not be same.
Location: Microsoft.App/preview/2024-02-02-preview/JavaComponents.json#L297
⚠️ LatestVersionOfCommonTypesMustBeUsed Use the latest version v5 of types.json.
Location: Microsoft.App/preview/2024-02-02-preview/JavaComponents.json#L397
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️SwaggerAPIView succeeded [Detail] [Expand]
️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️PR Summary succeeded [Detail] [Expand]
Validation passes for Summary.
️️✔️Automated merging requirements met succeeded [Detail] [Expand]
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Mar 6, 2024

Swagger Generation Artifacts

️️✔️ApiDocPreview succeeded [Detail] [Expand]
 Please click here to preview with your @microsoft account. 
️️✔️SDK Breaking Change Tracking succeeded [Detail] [Expand]

Breaking Changes Tracking



️⚠️ azure-sdk-for-python-track2 warning [Detail]
  • ⚠️Warning [Logs] Generate from e360999c5af90871bad152cf79f7fe729976e5ef. 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]  notice
    cmderr	[automation_generate.sh] npm notice New minor version of npm available! 10.2.4 -> 10.5.0
    cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.5.0>
    cmderr	[automation_generate.sh] npm notice Run `npm install -g [email protected]` 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 BuildAuthTokenOperations
    info	[Changelog]   - Added operation group BuildersOperations
    info	[Changelog]   - Added operation group BuildsByBuilderResourceOperations
    info	[Changelog]   - Added operation group BuildsOperations
    info	[Changelog]   - Added operation group DaprComponentResiliencyPoliciesOperations
    info	[Changelog]   - Added operation group DaprSubscriptionsOperations
    info	[Changelog]   - Added operation group DotNetComponentsOperations
    info	[Changelog]   - Added operation group FunctionsExtensionOperations
    info	[Changelog]   - Added operation group JavaComponentsOperations
    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_key_vault_properties
    info	[Changelog]   - Model CertificateProperties has a new parameter certificate_type
    info	[Changelog]   - Model Configuration has a new parameter runtime
    info	[Changelog]   - Model CustomDomainConfiguration has a new parameter certificate_key_vault_properties
    info	[Changelog]   - Model DaprComponent has a new parameter service_component_bind
    info	[Changelog]   - Model GithubActionConfiguration has a new parameter build_environment_variables
    info	[Changelog]   - Model Ingress has a new parameter additional_port_mappings
    info	[Changelog]   - Model Ingress has a new parameter target_port_http_scheme
    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 identity
    info	[Changelog]   - Model ManagedEnvironment has a new parameter open_telemetry_configuration
    info	[Changelog]   - Model ManagedEnvironmentStorageProperties has a new parameter nfs_azure_file
    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 e360999c5af90871bad152cf79f7fe729976e5ef. 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 -> 24.0
    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 -> 24.0
    cmderr	[init.sh] [notice] To update, run: pip install --upgrade pip
    cmderr	[init.sh]   Time  Current
    cmderr	[init.sh]                                  Dload  Upload   Total   Spent    Left  Speed
    cmderr	[init.sh] 
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     00   971k      0 --:--:-- --:--:-- --:--:--  971k
    cmderr	[init.sh] Downloading https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.xz...
    cmderr	[init.sh] Computing checksum with sha256sum
    cmderr	[init.sh] Checksums matched!
    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 e360999c5af90871bad152cf79f7fe729976e5ef. 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]
️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from e360999c5af90871bad152cf79f7fe729976e5ef. 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]
️⚠️ azure-resource-manager-schemas warning [Detail]
  • ⚠️Warning [Logs] Generate from e360999c5af90871bad152cf79f7fe729976e5ef. 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]  notice
    cmderr	[initScript.sh] npm notice New minor version of npm available! 10.2.4 -> 10.5.0
    cmderr	[initScript.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.5.0>
    cmderr	[initScript.sh] npm notice Run `npm install -g [email protected]` 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 succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from e360999c5af90871bad152cf79f7fe729976e5ef. 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
  • ️✔️Az.app.DefaultTag [View full logs]  [Preview SDK Changes]
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Mar 6, 2024

@Caoxuyang Caoxuyang changed the title Make the JavaComponent definitions polymorphism Make the JavaComponent definitions polymorphism and expose fqdn for sba and eureka Mar 6, 2024
@Caoxuyang
Copy link
Contributor Author

Caoxuyang commented Mar 8, 2024

Hi @Juliehzl @jijohn14 ,

I have problem resolving the lint check of this pr.
I want to do some refactor to the JavaComponent definition, which makes the Type into a discriminator and make the definition polymorphism.

image

The discriminator has to be a required property while the failed check is "No required property in Patch Body". Can I somehow bypass/suppress this check for this pr?

@openapi-workflow-bot
Copy link

Please address or respond to feedback from the ARM API reviewer.
When you are ready to continue the ARM API review, please remove the ARMChangesRequested label.
This will notify the reviewer to have another look.
If the feedback provided needs further discussion, please use this Teams channel to post your questions - aka.ms/azsdk/support/specreview-channel.
Please include [ARM Query] in the title of your question to indicate that it is ARM-related.

@raosuhas
Copy link

Hi @Juliehzl @jijohn14 ,

I have problem resolving the lint check of this pr. I want to do some refactor to the JavaComponent definition, which makes the Type into a discriminator and make the definition polymorphism.

image

The discriminator has to be a required property while the failed check is "No required property in Patch Body". Can I somehow bypass/suppress this check for this pr?

For PATCH this should not be bypassed since you must allow single property PATCH. If you need this as mandatory in a PUT, you need to separate out the objects so that the PATCH has a different definition from the PUT. Check this repo many teams have a separate definition for PATCH objects with _Update definition.

@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 Mar 11, 2024
@Caoxuyang
Copy link
Contributor Author

Caoxuyang commented Mar 12, 2024

Hi @Juliehzl @jijohn14 ,
I have problem resolving the lint check of this pr. I want to do some refactor to the JavaComponent definition, which makes the Type into a discriminator and make the definition polymorphism.
image
The discriminator has to be a required property while the failed check is "No required property in Patch Body". Can I somehow bypass/suppress this check for this pr?

For PATCH this should not be bypassed since you must allow single property PATCH. If you need this as mandatory in a PUT, you need to separate out the objects so that the PATCH has a different definition from the PUT. Check this repo many teams have a separate definition for PATCH objects with _Update definition.

Hey @raosuhas,
I know how to seperate a Patch object, but that won't help in this case.

we need this discriminator value to decide what 'kind' of resource this request body is trying to patch.

For example here are two JavaComponent resource definitions with ComponentType as the discriminator:

In this "componentType": "SpringBootAdmin", the fqdn & httpEndpoint are unique properties belongs to SpringBootAdmin

"properties": {
          "componentType": "SpringBootAdmin",
          "configurations": [
            {
              "propertyName": "spring.boot.admin.ui.enable-toasts",
              "value": "true"
            },
            {
              "propertyName": "spring.boot.admin.monitor.status-interval",
              "value": "10000ms"
            }
          ],
          "httpEndpoint": "External",
          "fqdn": "myjavacomponent.myenvironment.test.net"
        }

And another Java Component: SpringCloudConfig, and it has its own unique property configUniqueProperty

"properties": {
          "componentType": "SpringCloudConfig",
          "configurations": [
            {
              "propertyName": "spring.boot.admin.ui.enable-toasts",
              "value": "true"
            },
            {
              "propertyName": "spring.boot.admin.monitor.status-interval",
              "value": "10000ms"
            }
          ],
          "configUniqueProperty": "abcdefg",
        }

So when there is a Patch request that comes in, we need the ComponentType to know what properties should be allowed in this patch request body, right? For example, if the componentType = SpringBootAdmin, the allowed properties to be patched should include fqdn & httpEndpoint, butconfigUniquePropert should not exist in the request body.

It's just like polymorphism. In the PUT request, I can use the componentType to distinguish which sub-class of the JavaComponentProperties I'm trying to create. I want to do the same thing in the PATCH requests.

@TimLovellSmith
Copy link
Member

The suppression reason makes sense to me.

@openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 12, 2024
@raosuhas
Copy link

@Caoxuyang Sorry I am not following. If the resource is getting PATCHED then you already know what resource it is in your storage. You can still fail it based on the saved resource type right ?

for eg : The customer should be able to only specify fqdn in the body , but you can fail it if the saved is not of type SpringBootAdmin.

@TimLovellSmith please let me know if you disagree on this.

@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 Mar 12, 2024
"description": "Container App Ingress configuration.",
"type": "object",
"properties": {
"fqdn": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it better to be dashboardFqdn since it will enforce AAD auth and block the APP/SDK calls?

@Caoxuyang
Copy link
Contributor Author

Caoxuyang commented Mar 13, 2024

@Caoxuyang Sorry I am not following. If the resource is getting PATCHED then you already know what resource it is in your storage. You can still fail it based on the saved resource type right ?

for eg : The customer should be able to only specify fqdn in the body , but you can fail it if the saved is not of type SpringBootAdmin.

@TimLovellSmith please let me know if you disagree on this.

Hey @raosuhas, you are right. Of course we can verify the request body based on our resource provider's DB information.
But in my opinion, the meaning of our swagger is just to reduce the ambiguity and provide customers a clear view of what should their requests be like.

In your proposal, what we should do is that we put every single property from different JavaComponents into one big PatchObjectDefinition, even though they are not compatible with each other. In the customer's point of view, they have so much choice to be put into Patch body but they will be really possible to get a 400 Bad Request from the server for adding invalid properties to a not compatible ComponentType. What's more, this can also bring much confusion to toolset developers like terraform.

I hope this makes sense to you. I don't think an all-in-one Patch model can provide good customer experience in this case. cc @bowen5 @TimLovellSmith

@openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 13, 2024
@raosuhas
Copy link

@Caoxuyang Sorry I am not following. If the resource is getting PATCHED then you already know what resource it is in your storage. You can still fail it based on the saved resource type right ?
for eg : The customer should be able to only specify fqdn in the body , but you can fail it if the saved is not of type SpringBootAdmin.
@TimLovellSmith please let me know if you disagree on this.

Hey @raosuhas, you are right. Of course we can verify the request body based on our resource provider's DB information. But in my opinion, the meaning of our swagger is just to reduce the ambiguity and provide customers a clear view of what should their requests be like.

In your proposal, what we should do is that we put every single property from different JavaComponents into one big PatchObjectDefinition, even though they are not compatible with each other. In the customer's point of view, they have so much choice to be put into Patch body but they will be really possible to get a 400 Bad Request from the server for adding invalid properties to a not compatible ComponentType. What's more, this can also bring much confusion to toolset developers like terraform.

I hope this makes sense to you. I don't think an all-in-one Patch model can provide good customer experience in this case. cc @bowen5 @TimLovellSmith

OK yeah makes sense. Approving this

@raosuhas raosuhas added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Mar 13, 2024
@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 Mar 13, 2024
@Caoxuyang Caoxuyang merged commit 2012023 into release-app-Microsoft.App-2024-02-02-preview Mar 15, 2024
@Caoxuyang Caoxuyang deleted the xuyang/0202p-jcrefactor branch March 15, 2024 04:39
Juliehzl pushed a commit to Juliehzl/azure-rest-api-specs that referenced this pull request Jun 4, 2024
…ba and eureka (Azure#28102)

* Make the JavaComponent definitions polymorphism

* fix api version

* revert error response change

* refine examples

* fix default value

* fix

* fix

* try to remove required

* try remove require in patch body

* fix

* try fix lint

* fix

* add suppression for discriminator

* fix

---------

Co-authored-by: Xuyang Cao <[email protected]>
mentat9 pushed a commit that referenced this pull request Jun 17, 2024
* Adds base for updating Microsoft.App from version preview/2023-11-02-preview to version 2024-02-02-preview

* Updates readme

* Updates API version in new specs and examples

* Functions Extension endpoint for Web RP (#27873)

* Functions extension api-spec commit

* merge with latest

* Functions Extension in 2024-02-02-preview

* correcetd version in readme

* avacado fail fix - version

* pattern addition

* fix for PathForResourceAction

* lint diff and model validation checks

* AutoRest exception fix

* endpoint response as string and not schema

* response schema with string

* example schema

* example within spec

* extension example with data

* extensions example with body

* body as string

* [Microsoft.App] add runtime attribute to app configuration (#27892)

* add configuration.runtime for apps

* Add Nacos For Java Component. (#28045)

* Add Nacos For Java Component.

* fix spell check.

* [Container Apps] Update Runtime to add DotNet support (#28001)

* [Container Apps] Update Runtime to add DotNet support

* Remove default value

* Rename dotNet to dotnet

* [Container Apps] Remove AspireResourceServerApi type for DotNetComponent (#28005)

* [Container Apps] Remove AspireResourceServerApi type for DotNetComponent

* Only keep changes to 2024-02-02-preview

* [ContainerApp] Support peer traffic encryption. (#28129)

* Make the JavaComponent definitions polymorphism and expose fqdn for sba and eureka (#28102)

* Make the JavaComponent definitions polymorphism

* fix api version

* revert error response change

* refine examples

* fix default value

* fix

* fix

* try to remove required

* try remove require in patch body

* fix

* try fix lint

* fix

* add suppression for discriminator

* fix

---------

Co-authored-by: Xuyang Cao <[email protected]>

* ContainerAppsBuild and ContainerAppsPatch API (#27982)

* Added CloudBuild and CloudPatch

* Fixed pipeline errors

* Added ContainerApp example

* Fixed typo in example

* Fixed linting error

* Fixed spacing

* Addressed comments

* Addressed comments and modified sample

* Fixed linting error

* Addressed comments

* Linting

* Fixed typo

* Fixed Typo

* Resolving model validation error

* [Microsoft.App] add java agent related properties (#28192)

* add java agent related properties

* fix build error

* fix format

* re-run pipeline

* update enum list and fix typo

* revert cspell config

* update level field type from enum to string

* add identifiers for array prop

* Fix error response for aca (#28425)

* fix

* fix

* Adding identity for scale rules (#28283)

* Adding identity for scale rules

* fix scale example

* Fix schema issue for Microsoft.App in 2024-02-02-preview (#28454)

* fix

* fix

* fix

* fix

* fix

* fix

* Update Container Apps Swagger Schema to include kind property  (#28405)

* Added support for KIND property to container apps schema

* added reference to example request schema

* prettier check

* changes to example conforming to swagger

* used enum for app kind

* minor fixes

* merged main

* Revert "merged main"

This reverts commit 2437d60.

* fixed checks

* Add detailed job execution to api (#27977)

* Add detailed job execution to api

* Add fields

* address comment

* add x-ms-identifiers

* prettier

* address comments

* Address comments

* Address comments

* update example

* Fix property name

* Fix example

* [Microsoft.App] optimize java agent related properties (#28573)

* optimize java agent related props

* fix

* adding logging property to include logger settings

---------

Co-authored-by: Bowen Wan <[email protected]>

* Add accountName for queueScaler (#28672)

* add accountName for queueScaler

* updated example

* updated

* updated

* updated

* Adding identity settings (#28117)

* Adding identity settings

* fix casing in examples

* Switch to array since ARM doesn't allow dictionaries.

* identity property should be required.

* prettier

* Updating description

* Adding Jobs spec

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

Co-authored-by: Jitin John <[email protected]>

* Move IdentitySettings to CommonDefinitions

---------

Co-authored-by: Jitin John <[email protected]>

* Add SessionPools and Sessions (#28047)

* Add SessionPools.json and Sessions.json

* Add private endpoint connections for managed environment (#28775)

* add pe

* fix

* fix

* fix

* fix

* fix

* fix

* use v5

* fix

* fix

* Add support for SMB storage in connectedEnvironment (#29158)

* Add support for SMB storage in connectedEnvironment

* move smb properties to common

* fix reference

---------

Co-authored-by: [email protected] <[email protected]>

* API spec for LogicApps extension on Microsoft.App (#29083)

* API spec for LogicApps extension on Microsoft.App

* format

* fix typos

* fix issues

* fix example references

* fix more issues

* fix issues

* fix more model validation

* fix

* fix model

* fix format

* fix lintdiff

* fix example

* fix headers

* add delete

* add missing file

---------

Co-authored-by: Anand G Menon <[email protected]>

* Add publicNetworkAccess in managed environment (#29092)

* fix

* fix

* fix example

* fix lint

* revert previous change for patch

* fix go sdk duplicate schema

* fix go sdk duplicate schema

* fix billing meter

* fix billing meter

---------

Co-authored-by: Jitin John <[email protected]>
Co-authored-by: SushmithaVReddy <[email protected]>
Co-authored-by: sonwan2020 <[email protected]>
Co-authored-by: Xiangyang Yu <[email protected]>
Co-authored-by: daniv-msft <[email protected]>
Co-authored-by: Xuyang Cao <[email protected]>
Co-authored-by: Xuyang Cao <[email protected]>
Co-authored-by: Harry Li <[email protected]>
Co-authored-by: Jimmy Fang <[email protected]>
Co-authored-by: Vaclav Turecek <[email protected]>
Co-authored-by: Shubham Sachdeva <[email protected]>
Co-authored-by: lihaMSFT <[email protected]>
Co-authored-by: Bowen Wan <[email protected]>
Co-authored-by: njucz <[email protected]>
Co-authored-by: yitaopan <[email protected]>
Co-authored-by: anandgmenon <[email protected]>
Co-authored-by: [email protected] <[email protected]>
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 resource-manager SuppressionReviewRequired

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants