handsome-optician-50551
04/23/2020, 9:20 AMlet service2 = new azure.apimanagement.Service("testams", {
resourceGroupName: "ddm-te-dev",
skuName: "Developer_1",
publisherName: "YourCompany",
publisherEmail: "<mailto:api@yourcompany.com|api@yourcompany.com>"
}, { customTimeouts: { create: "59m" } });
The error i get it: azure:apimanagement:Service (testams): error: unexpected unknown property value
When I run pulumi preview it doesn't complain.
Could you help me with this?broad-dog-22463
04/23/2020, 9:48 AMhandsome-optician-50551
04/23/2020, 10:46 AMbroad-dog-22463
04/23/2020, 11:40 AMhandsome-optician-50551
04/23/2020, 11:42 AMbroad-dog-22463
04/27/2020, 11:56 AMDo you want to perform this update? yes
Updating (dev):
Type Name Status Info
+ pulumi:pulumi:Stack apiservice-dev created
└─ azure:apimanagement:Service testams **failed** 1 error
Diagnostics:
azure:apimanagement:Service (testams):
error: unexpected unknown property value
handsome-optician-50551
04/27/2020, 12:40 PMbroad-dog-22463
04/27/2020, 1:12 PMcurl -fsSL https://get.pulumi.com | sh -s -- --version "2.0.0-beta.2"
handsome-optician-50551
04/27/2020, 1:14 PM