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

Azure Spring Cloud needs Enum for SKU.name and SKU.tier #932

Closed
markgar opened this issue Nov 17, 2020 · 2 comments
Closed

Azure Spring Cloud needs Enum for SKU.name and SKU.tier #932

markgar opened this issue Nov 17, 2020 · 2 comments

Comments

@markgar
Copy link

markgar commented Nov 17, 2020

Bicep version
0.2.14 of the VSIX

Describe the bug
Whenever I'm trying to define an Azure Spring Cloud cluster (Microsoft.AppPlatform/Spring@2020-07-01), I'm not given an enum for sku.name or sku.tier

resource mySpring 'Microsoft.AppPlatform/Spring@2020-07-01' = {
  name: 'myCluster'
  location: resourceGroup().location
  sku: {
    name: ''
    tier: ''
  } 
}
@ghost ghost added the Needs: Triage 🔍 label Nov 17, 2020
@alex-frankel
Copy link
Collaborator

This is an issue with this resource type's api definition. Can you add it to issue #784 and close this one?

@alex-frankel
Copy link
Collaborator

Thanks - closing

@ghost ghost locked as resolved and limited conversation to collaborators May 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants