Skip to content

Commit

Permalink
Add missing quote in .env.sample (#2763)
Browse files Browse the repository at this point in the history
* Add missing quote in .env.sample
  • Loading branch information
stuartleeks authored Oct 20, 2022
1 parent e920d9c commit a3022dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/core/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AAD_TENANT_ID=__CHANGE_ME__

# RP_BUNDLE_VALUES provides a way to pass environment values to the resource processor to use as a source of bundle parameter values
# For example, to specify your image_gallery_id for use in VM user resources with custom VM images:
# RP_BUNDLE_VALUES='{"image_gallery_id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/<your-rg>/providers/Microsoft.Compute/galleries/<your-gallery-name>"}
# RP_BUNDLE_VALUES='{"image_gallery_id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/<your-rg>/providers/Microsoft.Compute/galleries/<your-gallery-name>"}'

####################################
# Auth configuration
Expand Down
2 changes: 1 addition & 1 deletion templates/core/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.36"
__version__ = "0.4.37"

0 comments on commit a3022dc

Please sign in to comment.