Skip to content

Commit

Permalink
up v
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua committed Nov 9, 2023
1 parent 1b32bce commit 2762baa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions avm/res/network/private-endpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following section provides usage examples for the module, which were used to

>**Note**: Each example lists all the required parameters first, followed by the rest - each in alphabetical order.
>**Note**: To reference the module, please use the following syntax `br/public:avm/res/network/private-endpoint:0.3.0`.
>**Note**: To reference the module, please use the following syntax `br/public:avm/res/network/private-endpoint:0.2.1`.
- [Using only defaults](#example-1-using-only-defaults)
- [Using large parameter set](#example-2-using-large-parameter-set)
Expand All @@ -43,7 +43,7 @@ This instance deploys the module with the minimum set of required parameters.
<summary>via Bicep module</summary>

```bicep
module privateEndpoint 'br/public:avm/res/network/private-endpoint:0.3.0' = {
module privateEndpoint 'br/public:avm/res/network/private-endpoint:0.2.1' = {
name: '${uniqueString(deployment().name, location)}-test-npemin'
params: {
// Required parameters
Expand Down Expand Up @@ -147,7 +147,7 @@ This instance deploys the module with most of its features enabled.
<summary>via Bicep module</summary>

```bicep
module privateEndpoint 'br/public:avm/res/network/private-endpoint:0.3.0' = {
module privateEndpoint 'br/public:avm/res/network/private-endpoint:0.2.1' = {
name: '${uniqueString(deployment().name, location)}-test-npemax'
params: {
// Required parameters
Expand Down Expand Up @@ -303,7 +303,7 @@ This instance deploys the module in alignment with the best-practices of the Wel
<summary>via Bicep module</summary>

```bicep
module privateEndpoint 'br/public:avm/res/network/private-endpoint:0.3.0' = {
module privateEndpoint 'br/public:avm/res/network/private-endpoint:0.2.1' = {
name: '${uniqueString(deployment().name, location)}-test-npewaf'
params: {
// Required parameters
Expand Down
2 changes: 1 addition & 1 deletion avm/res/network/private-endpoint/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://aka.ms/bicep-registry-module-version-file-schema#",
"version": "0.3",
"version": "0.2",
"pathFilters": [
"./main.json"
]
Expand Down

0 comments on commit 2762baa

Please sign in to comment.