Skip to content

Commit

Permalink
Make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
JenGoldstrich committed Sep 29, 2023
1 parent a883f0c commit 7cf0c40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions builder/azure/arm/config.hcl2spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func createTestStateBagStepPublishToSharedImageGallery(managed bool) multistep.S
stateBag.Put(constants.ArmSharedImageGalleryDestinationSubscription, "Unit Test: ManagedImageSubscription")
stateBag.Put(constants.ArmIsManagedImage, managed)
stateBag.Put(constants.ArmIsSIGImage, true)
stateBag.Put(constants.ArmSharedImageGalleryDestinationShallowReplication, false)

return stateBag
}
Expand Down
2 changes: 1 addition & 1 deletion docs-partials/builder/azure/arm/Config-not-required.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
- `shared_gallery_image_version_end_of_life_date` (string) - The end of life date (2006-01-02T15:04:05.99Z) of the gallery Image Version. This property
can be used for decommissioning purposes.

- `shared_image_gallery_replica_count` (int32) - The number of replicas of the Image Version to be created per region. This
- `shared_image_gallery_replica_count` (int64) - The number of replicas of the Image Version to be created per region. This
property would take effect for a region when regionalReplicaCount is not specified.
Replica count must be between 1 and 100, but 50 replicas should be sufficient for most use cases.

Expand Down

0 comments on commit 7cf0c40

Please sign in to comment.