Skip to content

Commit

Permalink
Generated from 1adcc7af4fb1569a79eb11e75544a45767865026
Browse files Browse the repository at this point in the history
PR comments.
  • Loading branch information
SDK Automation committed Dec 20, 2019
1 parent 9bc473f commit dc590d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sdk/policy/arm-policy/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export interface ErrorResponse {
}

/**
* An interface representing ParameterValuesValue.
* The value of a parameter.
*/
export interface ParameterValuesValue {
/**
Expand Down Expand Up @@ -97,7 +97,8 @@ export interface Identity {
*/
readonly tenantId?: string;
/**
* The identity type. Possible values include: 'SystemAssigned', 'None'
* The identity type. This is the only required field when adding a system assigned identity to a
* resource. Possible values include: 'SystemAssigned', 'None'
*/
type?: ResourceIdentityType;
}
Expand Down Expand Up @@ -188,7 +189,7 @@ export interface ParameterDefinitionsValueMetadata {
}

/**
* An interface representing ParameterDefinitionsValue.
* The definition of a parameter that can be provided to the policy.
*/
export interface ParameterDefinitionsValue {
/**
Expand Down

0 comments on commit dc590d0

Please sign in to comment.