You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few APIM resources that are created with a PUT and no body. This causes them to not be generated.
Examples can be found in /workspaces/azure-service-operator/v2/specs/azure-rest-api-specs/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2022-08-01/apimproducts.json
ProductApi
ProductGroup
ProductSubscription
ProductPolicy
ProductTag
ProductWiki
We could change the generator to generate these types.
The text was updated successfully, but these errors were encountered:
I have this fixed locally but realized that one gotcha is that these resources don't actually have a GET, which we rely on in the reconciler currently. We need to fix that too.
Need some way to indicate at codegen time what operations a resource supports and then hook the operator in to looking at that. Shouldn't be too hard, will work on this as well.
There are a few APIM resources that are created with a PUT and no body. This causes them to not be generated.
Examples can be found in
/workspaces/azure-service-operator/v2/specs/azure-rest-api-specs/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2022-08-01/apimproducts.json
We could change the generator to generate these types.
The text was updated successfully, but these errors were encountered: