Skip to content
Closed
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
2 changes: 1 addition & 1 deletion sdk/policy/arm-policy/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Microsoft
Copyright (c) 2020 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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