Azure / bicep-types-az

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

endToEndEncryptionEnabled: The property "endToEndEncryptionEnabled" is not allowed on objects of type "SiteProperties" #2299

Open jorjoh opened 1 month ago

jorjoh commented 1 month ago

Resource Type

Microsoft.Web/sites

Api Version

2023-12-01

Issue Type

Type is unavailable

Other Notes

Uable to update to later api-versions than 2023-12-01 and getting:

The property "endToEndEncryptionEnabled" is not allowed on objects of type "SiteProperties". Permissible properties include "clientCertEnabled", "clientCertExclusionPaths", "clientCertMode", "cloningInfo", "containerSize", "customDomainVerificationId", "dailyMemoryTimeQuota", "daprConfig", "dnsConfiguration", "enabled", "functionAppConfig", "hostingEnvironmentProfile", "hostNamesDisabled", "hostNameSslStates", "hyperV", "isXenon", "keyVaultReferenceIdentity", "managedEnvironmentId", "publicNetworkAccess", "redundancyMode", "reserved", "resourceConfig", "scmSiteAlsoStopped", "storageAccountRequired", "virtualNetworkSubnetId", "vnetBackupRestoreEnabled", "vnetContentShareEnabled", "vnetImagePullEnabled", "vnetRouteAllEnabled", "workloadProfileName". If this is a resource type definition inaccuracy, report it using https://aka.ms/bicep-type-issues.bicep[BCP037](https://aka.ms/bicep/core-diagnostics#BCP037)

Bicep Repro

No response

Confirm