Skip to content

Commit

Permalink
capitalization fixes in azure policy docs (#4565)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz authored Aug 16, 2024
1 parent 2415ef7 commit e6c8663
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions providers/azure/resources/azure.lr
Original file line number Diff line number Diff line change
Expand Up @@ -1908,24 +1908,24 @@ private azure.subscription.advisorService.securityScore {
consumptionUnits float
}

// Azure Policy Service
// Azure Policy service
private azure.subscription.policy @defaults("subscriptionId") {
// Subscription identifier
subscriptionId string
// List of policy assignments in the subscription
assignments() []azure.subscription.policy.assignment
assignments () []azure.subscription.policy.assignment
}

// Azure Policy Assignment
// Azure Policy assignment
private azure.subscription.policy.assignment @defaults("name enforcementMode") {
// Policy Definition ID
// Policy definition ID
id string
// Policy Name
// Policy name
name string
// Policy Scope
// Policy scope
scope string
// Policy Description
// Policy description
description string
// Policy Enforcement Mode
// Policy enforcement Mode
enforcementMode string
}

0 comments on commit e6c8663

Please sign in to comment.