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

Add support for Microsoft.App #4517

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

super-harsh
Copy link
Collaborator

What this PR does

This PR adds support for Microsoft.App resources below:

  • ContainerApps
  • ContainerApps/AuthConfig
  • Jobs
  • ManagedEnvironments

How does this PR make you feel?

gif

Checklist

  • this PR contains documentation
  • this PR contains tests
  • this PR contains YAML Samples


| Resource | ARM Version | CRD Version | Supported From | Sample |
|--------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------|
| ManagedEnvironment | 2024-03-01 | v1api20240301 | 2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20240301/v1api20240301_managedenvironment.yaml) |
Copy link
Member

Choose a reason for hiding this comment

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

How come this shows as released, when v2.12.0 is still in development?

$isSecret: false
ManagedEnvironment:
$export: true
$supportedFrom: 2.12.0
Copy link
Member

Choose a reason for hiding this comment

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

I think this missing v is why it shows up as already released.

Suggested change
$supportedFrom: 2.12.0
$supportedFrom: v2.12.0

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch! I've made changes above and regenerated the documentation.

- maximumCount: 2
minimumCount: 1
name: profile1
workloadProfileType: D4
Copy link
Member

Choose a reason for hiding this comment

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

Missing EoLn at the end of each of these samples.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants