-
Notifications
You must be signed in to change notification settings - Fork 205
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
base: main
Are you sure you want to change the base?
Conversation
|
||
| 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) | |
There was a problem hiding this comment.
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?
v2/azure-arm.yaml
Outdated
$isSecret: false | ||
ManagedEnvironment: | ||
$export: true | ||
$supportedFrom: 2.12.0 |
There was a problem hiding this comment.
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.
$supportedFrom: 2.12.0 | |
$supportedFrom: v2.12.0 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
What this PR does
This PR adds support for Microsoft.App resources below:
How does this PR make you feel?
Checklist