Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
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
6 changes: 3 additions & 3 deletions lib/services/signalrManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export interface ResourceSku {
* The core properties of ARM resources.
*
* @member {string} [id] Fully qualified resource Id for the resource.
* @member {string} [name] The name of the resouce.
* @member {string} [name] The name of the resource.
* @member {string} [type] The type of the service - e.g.
* "Microsoft.SignalRService/SignalR"
*/
Expand Down Expand Up @@ -396,7 +396,7 @@ export interface SignalRCreateParameters extends SignalRUpdateParameters {
* @constructor
* Localizable String object containing the name and a localized value.
*
* @member {string} [value] The indentifier of the usage.
* @member {string} [value] The identifier of the usage.
* @member {string} [localizedValue] Localized name of the usage.
*/
export interface SignalRUsageName {
Expand All @@ -416,7 +416,7 @@ export interface SignalRUsageName {
* there is no limit, this value will be -1.
* @member {object} [name] Localizable String object containing the name and a
* localized value.
* @member {string} [name.value] The indentifier of the usage.
* @member {string} [name.value] The identifier of the usage.
* @member {string} [name.localizedValue] Localized name of the usage.
* @member {string} [unit] Representing the units of the usage quota. Possible
* values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.
Expand Down
2 changes: 1 addition & 1 deletion lib/services/signalrManagement/lib/models/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Resource extends models['BaseResource'] {
/**
* Create a Resource.
* @member {string} [id] Fully qualified resource Id for the resource.
* @member {string} [name] The name of the resouce.
* @member {string} [name] The name of the resource.
* @member {string} [type] The type of the service - e.g.
* "Microsoft.SignalRService/SignalR"
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/services/signalrManagement/lib/models/signalRUsage.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SignalRUsage {
* If there is no limit, this value will be -1.
* @member {object} [name] Localizable String object containing the name and
* a localized value.
* @member {string} [name.value] The indentifier of the usage.
* @member {string} [name.value] The identifier of the usage.
* @member {string} [name.localizedValue] Localized name of the usage.
* @member {string} [unit] Representing the units of the usage quota.
* Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class SignalRUsageName {
/**
* Create a SignalRUsageName.
* @member {string} [value] The indentifier of the usage.
* @member {string} [value] The identifier of the usage.
* @member {string} [localizedValue] Localized name of the usage.
*/
constructor() {
Expand Down