<#C84L4E3N1|general> I am getting the the error wh...
# general
s
#general I am getting the the error while I am trying to import the app service in the typescript. I try to import one of the existing slot to my pulumi project but the output ts file is showing two error here is the screenshot. I already import two slots previously from the same appservice and everything works fine… but while importing this slot the output ts file is showing such error error :- argument of type ‘{ clientAffinityEnabled: false; clientCertEnabled: false; clientCertMode: “Required”; containerSize: number; customDomainVerificationId: string; dailyMemoryTimeQuota: number; enabled: true; ... 18 more ...; virtualNetworkSubnetId: string; }’ is not assignable to parameter of type ‘WebAppArgs’. Object literal may only specify known properties, and ‘virtualNetworkSubnetId’ does not exist in type ‘WebAppArgs’. and Type ‘{ acrUseManagedIdentityCreds: false; alwaysOn: true; functionAppScaleLimit: number; http20Enabled: false; linuxFxVersion: string; minimumElasticInstanceCount: number; numberOfWorkers: number; }’ is not assignable to type ‘Input<SiteConfigArgs> | undefined’. Object literal may only specify known properties, and ‘acrUseManagedIdentityCreds’ does not exist in type ‘Input<SiteConfigArgs>’