Azure / bicep-types-az

Bicep type definitions for ARM resources
MIT License
84 stars 27 forks source link

Microsoft.MachineLearningServices/workspaces: The property "managedNetwork" is not allowed on objects of type "WorkspaceProperties" #2005

Open anildwarepo opened 9 months ago

anildwarepo commented 9 months ago

Resource Type

Microsoft.MachineLearningServices/workspaces

Api Version

2023-02-01-preview

Issue Type

Missing property(s)

Other Notes

The property "managedNetwork" is not allowed on objects of type "WorkspaceProperties". Permissible properties include "allowPublicAccessWhenBehindVnet", "description", "discoveryUrl", "encryption", "featureStoreSettings", "hbiWorkspace", "imageBuildCompute", "primaryUserAssignedIdentity", "serviceManagedResourcesSettings", "sharedPrivateLinkResources", "softDeleteRetentionInDays", "systemDatastoresAuthMode", "v1LegacyMode"

Bicep Repro

resource azureaiResource 'Microsoft.MachineLearningServices/workspaces@2023-02-01-preview' = { name: azureAIResourceName location: location kind: 'Hub' identity: { type: 'SystemAssigned' } properties: { friendlyName: azureAIResourceName storageAccount: storageAccount.id keyVault: keyVault.id applicationInsights: applicationInsights.id containerRegistry: containerRegistry.id publicNetworkAccess: peEnabled ? 'Disabled' : 'Enabled' managedNetwork: { //isolationMode: 'AllowInternetOutbound' isolationMode: 'Disabled' } workspaceHubConfig: { defaultWorkspaceResourceGroup: resourceGroup().id } }

Confirm

microsoft-github-policy-service[bot] commented 7 months ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github. Please see https://aka.ms/biceptypesinfo for troubleshooting help.