diff --git a/sdk/policy/arm-policy/LICENSE.txt b/sdk/policy/arm-policy/LICENSE.txt index b73b4a1293c3..ea8fb1516028 100644 --- a/sdk/policy/arm-policy/LICENSE.txt +++ b/sdk/policy/arm-policy/LICENSE.txt @@ -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 diff --git a/sdk/policy/arm-policy/src/models/index.ts b/sdk/policy/arm-policy/src/models/index.ts index fa048f50c6f6..bca40fd6febf 100644 --- a/sdk/policy/arm-policy/src/models/index.ts +++ b/sdk/policy/arm-policy/src/models/index.ts @@ -59,7 +59,7 @@ export interface ErrorResponse { } /** - * An interface representing ParameterValuesValue. + * The value of a parameter. */ export interface ParameterValuesValue { /** @@ -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; } @@ -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 { /**