Skip to content

Commit

Permalink
Merge branch 'Azure:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneHezser authored Nov 22, 2024
2 parents 0b7fe6f + 8ee8adb commit d00b603
Show file tree
Hide file tree
Showing 12 changed files with 400 additions and 400 deletions.
5 changes: 0 additions & 5 deletions avm/res/cache/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ module redis 'br/public:avm/res/cache/redis:<version>' = {
workspaceResourceId: '<workspaceResourceId>'
}
]
enableNonSslPort: true
location: '<location>'
lock: {
kind: 'CanNotDelete'
Expand Down Expand Up @@ -876,9 +875,6 @@ module redis 'br/public:avm/res/cache/redis:<version>' = {
}
]
},
"enableNonSslPort": {
"value": true
},
"location": {
"value": "<location>"
},
Expand Down Expand Up @@ -978,7 +974,6 @@ param diagnosticSettings = [
workspaceResourceId: '<workspaceResourceId>'
}
]
param enableNonSslPort = true
param location = '<location>'
param lock = {
kind: 'CanNotDelete'
Expand Down
6 changes: 3 additions & 3 deletions avm/res/cache/redis/linked-servers/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "6993324639761594928"
"version": "0.31.92.45157",
"templateHash": "4764248912015671674"
},
"name": "Redis Cache Linked Servers",
"description": "This module connects a primary and secondary Redis Cache together for geo-replication.",
Expand Down Expand Up @@ -98,4 +98,4 @@
"value": "[resourceGroup().name]"
}
}
}
}
1 change: 0 additions & 1 deletion avm/res/cache/redis/tests/e2e/waf-aligned/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ module testDeployment '../../../main.bicep' = [
workspaceResourceId: diagnosticDependencies.outputs.logAnalyticsWorkspaceResourceId
}
]
enableNonSslPort: true
lock: {
kind: 'CanNotDelete'
name: 'myCustomLockName'
Expand Down
120 changes: 78 additions & 42 deletions avm/res/compute/virtual-machine/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "8773273774920281983"
"version": "0.31.92.45157",
"templateHash": "8928644602939334563"
},
"name": "Virtual Machines",
"description": "This module deploys a Virtual Machine with one or multiple NICs and optionally one or multiple public IPs.",
Expand Down Expand Up @@ -1304,8 +1304,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "4400762038950491974"
"version": "0.31.92.45157",
"templateHash": "5147048658891642308"
}
},
"definitions": {
Expand Down Expand Up @@ -2908,8 +2908,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -3024,7 +3024,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -3120,8 +3123,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -3236,7 +3239,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -3328,8 +3334,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -3444,7 +3450,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -3531,8 +3540,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -3647,7 +3656,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -3739,8 +3751,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -3855,7 +3867,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -3942,8 +3957,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -4058,7 +4073,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -4153,8 +4171,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -4269,7 +4287,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -4368,8 +4389,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -4484,7 +4505,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -4577,8 +4601,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -4693,7 +4717,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -4782,8 +4809,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -4898,7 +4925,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -4996,8 +5026,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -5112,7 +5142,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -5206,8 +5239,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "1194243367873711347"
"version": "0.31.92.45157",
"templateHash": "688718350646227538"
},
"name": "Virtual Machine Extensions",
"description": "This module deploys a Virtual Machine Extension.",
Expand Down Expand Up @@ -5322,7 +5355,10 @@
"settings": "[if(not(empty(parameters('settings'))), parameters('settings'), null())]",
"protectedSettings": "[if(not(empty(parameters('protectedSettings'))), parameters('protectedSettings'), null())]",
"suppressFailures": "[parameters('supressFailures')]"
}
},
"dependsOn": [
"virtualMachine"
]
}
},
"outputs": {
Expand Down Expand Up @@ -5402,8 +5438,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "7575343013066166436"
"version": "0.31.92.45157",
"templateHash": "17378339479808033328"
},
"name": "Recovery Service Vaults Protection Container Protected Item",
"description": "This module deploys a Recovery Services Vault Protection Container Protected Item.",
Expand Down
10 changes: 10 additions & 0 deletions avm/res/insights/data-collection-endpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This module deploys a Data Collection Endpoint.
- [Usage examples](#Usage-examples)
- [Parameters](#Parameters)
- [Outputs](#Outputs)
- [Cross-referenced modules](#Cross-referenced-modules)
- [Data Collection](#Data-Collection)

## Resource Types
Expand Down Expand Up @@ -468,6 +469,7 @@ The configuration to set whether network access from public internet to the endp
[
'Disabled'
'Enabled'
'SecuredByPerimeter'
]
```

Expand Down Expand Up @@ -590,6 +592,14 @@ Resource tags.
| `resourceGroupName` | string | The name of the resource group the dataCollectionEndpoint was created in. |
| `resourceId` | string | The resource ID of the dataCollectionEndpoint. |

## Cross-referenced modules

This section gives you an overview of all local-referenced module files (i.e., other modules that are referenced in this module) and all remote-referenced files (i.e., Bicep modules that are referenced from a Bicep Registry or Template Specs).

| Reference | Type |
| :-- | :-- |
| `br/public:avm/utl/types/avm-common-types:0.3.0` | Remote reference |

## Data Collection

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the [repository](https://aka.ms/avm/telemetry). There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft’s privacy statement. Our privacy statement is located at <https://go.microsoft.com/fwlink/?LinkID=824704>. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
Loading

0 comments on commit d00b603

Please sign in to comment.