brief-pencil-59807
12/01/2022, 11:52 AMmany-telephone-49025
12/01/2022, 11:59 AMbrief-pencil-59807
12/01/2022, 12:00 PMmany-telephone-49025
12/01/2022, 12:01 PMbrief-pencil-59807
12/01/2022, 12:02 PMmany-telephone-49025
12/01/2022, 12:05 PMbrief-pencil-59807
12/01/2022, 12:13 PMvar existingScaleSet = VirtualMachineScaleSet.Get("nameofthescaleset", "/subscriptions/aaa/resourceGroups/aaa/providers/Microsoft.Compute/virtualMachineScaleSets/nameofthescaleset");
existingScaleSet.Identity.Apply(x => x.UserAssignedIdentities.Add("identity-gguid", ??? ));
many-telephone-49025
12/01/2022, 12:17 PMbrief-pencil-59807
12/01/2022, 12:20 PMmany-telephone-49025
12/01/2022, 12:20 PMbrief-pencil-59807
12/01/2022, 12:21 PMmany-telephone-49025
12/01/2022, 12:21 PMbrief-pencil-59807
12/01/2022, 12:22 PMmany-telephone-49025
12/01/2022, 12:22 PMbrief-pencil-59807
12/01/2022, 12:23 PMmany-telephone-49025
12/01/2022, 1:19 PMbrief-pencil-59807
12/01/2022, 1:20 PMmany-telephone-49025
12/01/2022, 1:20 PMbrief-pencil-59807
12/01/2022, 1:22 PMVirtualMachineScaleSetIdentityResponseUserAssignedIdentities
is sealed class with a private constructor which does not allow me to create an object and add it into the UserAssignedIdentities
many-telephone-49025
12/01/2022, 2:38 PMget
call will never update the resource:
A resource read with thehttps://www.pulumi.com/docs/intro/concepts/resources/get/function will never be updated or deleted by Pulumi during an update.get
brief-pencil-59807
12/01/2022, 2:55 PM