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
4 changes: 2 additions & 2 deletions packages/@azure/arm-links/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ export interface Operation {
export interface ResourceLinksListAtSubscriptionOptionalParams extends msRest.RequestOptionsBase {
/**
* @member {string} [filter] The filter to apply on the list resource links
* operation. The supported filter for list resource links is targetid. For
* example, $filter=targetid eq {value}
* operation. The supported filter for list resource links is targetId. For
* example, $filter=targetId eq {value}
*/
filter?: string;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export interface Identity {
/**
* @interface
* An interface representing ErrorResponse.
* Error reponse indicates ARM appliance is not able to process the incoming
* Error response indicates ARM appliance is not able to process the incoming
* request. The reason is provided in the error message.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/@azure/arm-policy/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export interface PolicyAssignment extends BaseResource {
/**
* @interface
* An interface representing ErrorResponse.
* Error reponse indicates Azure Resource Manager is not able to process the
* Error response indicates Azure Resource Manager is not able to process the
* incoming request. The reason is provided in the error message.
*
*/
Expand Down
4 changes: 2 additions & 2 deletions packages/@azure/arm-resources/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export interface TemplateLink {
/**
* @interface
* An interface representing ParametersLink.
* Entity representing the reference to the deployment paramaters.
* Entity representing the reference to the deployment parameters.
*
*/
export interface ParametersLink {
Expand Down Expand Up @@ -454,7 +454,7 @@ export interface DeploymentPropertiesExtended {
*/
readonly timestamp?: Date;
/**
* @member {any} [outputs] Key/value pairs that represent deploymentoutput.
* @member {any} [outputs] Key/value pairs that represent deployment output.
*/
outputs?: any;
/**
Expand Down