Skip to content

Commit

Permalink
Removed ForceNew properties on VMSS Image ID
Browse files Browse the repository at this point in the history
  • Loading branch information
echuvyrov committed Aug 2, 2017
1 parent 281b152 commit bd4c001
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions azurerm/resource_arm_virtual_machine_scale_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,31 +397,26 @@ func resourceArmVirtualMachineScaleSet() *schema.Resource {
"id": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},

"publisher": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},

"offer": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},

"sku": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},

"version": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},
},
},
Expand Down

0 comments on commit bd4c001

Please sign in to comment.