Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Nov 12, 2023
1 parent 4f061d0 commit ddf0561
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/insights/data-collection-rule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The following section provides usage examples for the module, which were used to

```bicep
module dataCollectionRule 'br:bicep/modules/insights.data-collection-rule:1.0.0' = {
name: '${uniqueString(deployment().name)}-test-idcrcusadv'
name: '${uniqueString(deployment().name, location)}-test-idcrcusadv'
params: {
// Required parameters
dataFlows: [
Expand Down Expand Up @@ -284,7 +284,7 @@ module dataCollectionRule 'br:bicep/modules/insights.data-collection-rule:1.0.0'

```bicep
module dataCollectionRule 'br:bicep/modules/insights.data-collection-rule:1.0.0' = {
name: '${uniqueString(deployment().name)}-test-idcrcusbas'
name: '${uniqueString(deployment().name, location)}-test-idcrcusbas'
params: {
// Required parameters
dataFlows: [
Expand Down Expand Up @@ -495,7 +495,7 @@ module dataCollectionRule 'br:bicep/modules/insights.data-collection-rule:1.0.0'

```bicep
module dataCollectionRule 'br:bicep/modules/insights.data-collection-rule:1.0.0' = {
name: '${uniqueString(deployment().name)}-test-idcrcusiis'
name: '${uniqueString(deployment().name, location)}-test-idcrcusiis'
params: {
// Required parameters
dataFlows: [
Expand Down Expand Up @@ -665,7 +665,7 @@ This instance deploys the module with the minimum set of required parameters.

```bicep
module dataCollectionRule 'br:bicep/modules/insights.data-collection-rule:1.0.0' = {
name: '${uniqueString(deployment().name)}-test-idcrmin'
name: '${uniqueString(deployment().name, location)}-test-idcrmin'
params: {
// Required parameters
dataFlows: [
Expand Down Expand Up @@ -796,7 +796,7 @@ module dataCollectionRule 'br:bicep/modules/insights.data-collection-rule:1.0.0'

```bicep
module dataCollectionRule 'br:bicep/modules/insights.data-collection-rule:1.0.0' = {
name: '${uniqueString(deployment().name)}-test-idcrlin'
name: '${uniqueString(deployment().name, location)}-test-idcrlin'
params: {
// Required parameters
dataFlows: [
Expand Down Expand Up @@ -1187,7 +1187,7 @@ module dataCollectionRule 'br:bicep/modules/insights.data-collection-rule:1.0.0'

```bicep
module dataCollectionRule 'br:bicep/modules/insights.data-collection-rule:1.0.0' = {
name: '${uniqueString(deployment().name)}-test-idcrwin'
name: '${uniqueString(deployment().name, location)}-test-idcrwin'
params: {
// Required parameters
dataFlows: [
Expand Down

0 comments on commit ddf0561

Please sign in to comment.