Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-wd-aut-encr-001"
"value": "<<namePrefix>>-az-aut-encr-001"
},
"encryptionKeySource": {
"value": "Microsoft.Keyvault"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-wd-aut-min-001"
"value": "<<namePrefix>>-az-aut-min-001"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-wd-aut-x-001"
"value": "<<namePrefix>>-az-aut-x-001"
},
"lock": {
"value": "CanNotDelete"
Expand Down
13 changes: 6 additions & 7 deletions arm/Microsoft.Automation/automationAccounts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ userAssignedIdentities: {
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-wd-aut-encr-001"
"value": "<<namePrefix>>-az-aut-encr-001"
},
"encryptionKeySource": {
"value": "Microsoft.Keyvault"
Expand All @@ -374,7 +374,6 @@ userAssignedIdentities: {
"keyVersion": {
"value": "9917c14be51d4d93b37218de7d326f60"
},

"userAssignedIdentities": {
"value": {
"/subscriptions/<<subscriptionId>>/resourcegroups/validation-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/adp-<<namePrefix>>-az-msi-x-001": {}
Expand All @@ -395,7 +394,7 @@ userAssignedIdentities: {
module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-automationAccounts'
params: {
name: '<<namePrefix>>-wd-aut-encr-001'
name: '<<namePrefix>>-az-aut-encr-001'
encryptionKeySource: 'Microsoft.Keyvault'
encryptionUserAssignedIdentity: '/subscriptions/<<subscriptionId>>/resourcegroups/validation-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/adp-<<namePrefix>>-az-msi-x-001'
keyName: 'keyEncryptionKey'
Expand All @@ -422,7 +421,7 @@ module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bice
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-wd-aut-min-001"
"value": "<<namePrefix>>-az-aut-min-001"
}
}
}
Expand All @@ -439,7 +438,7 @@ module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bice
module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-automationAccounts'
params: {
name: '<<namePrefix>>-wd-aut-min-001'
name: '<<namePrefix>>-az-aut-min-001'
}
```

Expand All @@ -458,7 +457,7 @@ module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bice
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-wd-aut-x-001"
"value": "<<namePrefix>>-az-aut-x-001"
},
"lock": {
"value": "CanNotDelete"
Expand Down Expand Up @@ -665,7 +664,7 @@ module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bice
module automationAccounts './Microsoft.Automation/automationAccounts/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-automationAccounts'
params: {
name: '<<namePrefix>>-wd-aut-x-001'
name: '<<namePrefix>>-az-aut-x-001'
lock: 'CanNotDelete'
schedules: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-az-la-min-001"
"value": "<<namePrefix>>-az-law-min-001"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-az-la-x-001"
"value": "<<namePrefix>>-az-law-x-001"
},
"lock": {
"value": "CanNotDelete"
Expand Down Expand Up @@ -34,7 +34,7 @@
"value": [
{
"name": "Automation",
"resourceId": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.Automation/automationAccounts/adp-<<namePrefix>>-wd-aut-x-001"
"resourceId": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.Automation/automationAccounts/adp-<<namePrefix>>-az-aut-x-001"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ module logAnalyticsWorkspace_linkedServices 'linkedServices/deploy.bicep' = [for
params: {
logAnalyticsWorkspaceName: logAnalyticsWorkspace.name
name: linkedService.name
resourceId: linkedService.resourceId
resourceId: contains(linkedService, 'resourceId') ? linkedService.resourceId : ''
writeAccessResourceId: contains(linkedService, 'writeAccessResourceId') ? linkedService.writeAccessResourceId : ''
enableDefaultTelemetry: enableReferencedModulesTelemetry
}
Expand Down
12 changes: 6 additions & 6 deletions arm/Microsoft.OperationalInsights/workspaces/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ tags: {
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-az-la-min-001"
"value": "<<namePrefix>>-az-law-min-001"
}
}
}
Expand All @@ -469,7 +469,7 @@ tags: {
module workspaces './Microsoft.OperationalInsights/workspaces/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-workspaces'
params: {
name: '<<namePrefix>>-az-la-min-001'
name: '<<namePrefix>>-az-law-min-001'
}
```

Expand All @@ -488,7 +488,7 @@ module workspaces './Microsoft.OperationalInsights/workspaces/deploy.bicep' = {
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-az-la-x-001"
"value": "<<namePrefix>>-az-law-x-001"
},
"lock": {
"value": "CanNotDelete"
Expand Down Expand Up @@ -519,7 +519,7 @@ module workspaces './Microsoft.OperationalInsights/workspaces/deploy.bicep' = {
"value": [
{
"name": "Automation",
"resourceId": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.Automation/automationAccounts/adp-<<namePrefix>>-wd-aut-x-001"
"resourceId": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.Automation/automationAccounts/adp-<<namePrefix>>-az-aut-x-001"
}
]
},
Expand Down Expand Up @@ -667,7 +667,7 @@ module workspaces './Microsoft.OperationalInsights/workspaces/deploy.bicep' = {
module workspaces './Microsoft.OperationalInsights/workspaces/deploy.bicep' = {
name: '${uniqueString(deployment().name)}-workspaces'
params: {
name: '<<namePrefix>>-az-la-x-001'
name: '<<namePrefix>>-az-law-x-001'
lock: 'CanNotDelete'
publicNetworkAccessForIngestion: 'Disabled'
publicNetworkAccessForQuery: 'Disabled'
Expand All @@ -686,7 +686,7 @@ module workspaces './Microsoft.OperationalInsights/workspaces/deploy.bicep' = {
linkedServices: [
{
name: 'Automation'
resourceId: '/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.Automation/automationAccounts/adp-<<namePrefix>>-wd-aut-x-001'
resourceId: '/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.Automation/automationAccounts/adp-<<namePrefix>>-az-aut-x-001'
}
]
savedSearches: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "adp-<<namePrefix>>-wd-aut-x-001"
"value": "adp-<<namePrefix>>-az-aut-x-001"
}
}
}