diff --git a/avm/res/network/private-endpoint/README.md b/avm/res/network/private-endpoint/README.md index 6b91d4f234..61c40c535e 100644 --- a/avm/res/network/private-endpoint/README.md +++ b/avm/res/network/private-endpoint/README.md @@ -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) @@ -43,7 +43,7 @@ This instance deploys the module with the minimum set of required parameters. via Bicep module ```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 @@ -147,7 +147,7 @@ This instance deploys the module with most of its features enabled. via Bicep module ```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 @@ -303,7 +303,7 @@ This instance deploys the module in alignment with the best-practices of the Wel via Bicep module ```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 diff --git a/avm/res/network/private-endpoint/version.json b/avm/res/network/private-endpoint/version.json index b3d560b1ad..9481fea58e 100644 --- a/avm/res/network/private-endpoint/version.json +++ b/avm/res/network/private-endpoint/version.json @@ -1,6 +1,6 @@ { "$schema": "https://aka.ms/bicep-registry-module-version-file-schema#", - "version": "0.3", + "version": "0.2", "pathFilters": [ "./main.json" ]