Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 committed Aug 26, 2024
1 parent c50405b commit f14656b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure/src/wizard/VerifyProvidersStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class VerifyProvidersStep<T extends ISubscriptionActionContext> extends A
/**
* @param providerError
* @deprecated
* Continue to emit telemetry for clients who are still using this property.
* Continue to emit telemetry for clients who are still using this property. You should suppress this property if you need to migrate to the new replacement.
*
* @param providerError2
* A duplicate replacement of the `providerError` telemetry property.
Expand Down
4 changes: 2 additions & 2 deletions utils/src/callWithTelemetryAndErrorHandling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ function handleError(context: types.IActionContext, callbackId: string, error: u
/**
* @param errorMessage
* @deprecated
* Continue to emit telemetry for clients who are still using this property.
* Continue to emit telemetry for clients who are still using this property. You should suppress this property if you need to migrate to the new replacement.
*
* @param errorMessage2
* A duplicate replacement of the `errorMessage` telemetry property.
* A duplicate replacement of the `errorMessage` telemetry property which should be used instead.
*/
context.telemetry.properties.errorMessage = errorData.message;
context.telemetry.properties.errorMessage2 = errorData.message;
Expand Down

0 comments on commit f14656b

Please sign in to comment.