diff --git a/signalr/resource-manager/v2018_03_01_preview/src/main/java/com/microsoft/azure/management/signalr/v2018_03_01_preview/SignalRUsageName.java b/signalr/resource-manager/v2018_03_01_preview/src/main/java/com/microsoft/azure/management/signalr/v2018_03_01_preview/SignalRUsageName.java index f0f2be6951dd..5cae29591680 100644 --- a/signalr/resource-manager/v2018_03_01_preview/src/main/java/com/microsoft/azure/management/signalr/v2018_03_01_preview/SignalRUsageName.java +++ b/signalr/resource-manager/v2018_03_01_preview/src/main/java/com/microsoft/azure/management/signalr/v2018_03_01_preview/SignalRUsageName.java @@ -15,7 +15,7 @@ */ public class SignalRUsageName { /** - * The indentifier of the usage. + * The identifier of the usage. */ @JsonProperty(value = "value") private String value; @@ -27,7 +27,7 @@ public class SignalRUsageName { private String localizedValue; /** - * Get the indentifier of the usage. + * Get the identifier of the usage. * * @return the value value */ @@ -36,7 +36,7 @@ public String value() { } /** - * Set the indentifier of the usage. + * Set the identifier of the usage. * * @param value the value value to set * @return the SignalRUsageName object itself. diff --git a/signalr/resource-manager/v2018_10_01/src/main/java/com/microsoft/azure/management/signalr/v2018_10_01/SignalRUsageName.java b/signalr/resource-manager/v2018_10_01/src/main/java/com/microsoft/azure/management/signalr/v2018_10_01/SignalRUsageName.java index 623a1e988855..7659ee3bb581 100644 --- a/signalr/resource-manager/v2018_10_01/src/main/java/com/microsoft/azure/management/signalr/v2018_10_01/SignalRUsageName.java +++ b/signalr/resource-manager/v2018_10_01/src/main/java/com/microsoft/azure/management/signalr/v2018_10_01/SignalRUsageName.java @@ -15,7 +15,7 @@ */ public class SignalRUsageName { /** - * The indentifier of the usage. + * The identifier of the usage. */ @JsonProperty(value = "value") private String value; @@ -27,7 +27,7 @@ public class SignalRUsageName { private String localizedValue; /** - * Get the indentifier of the usage. + * Get the identifier of the usage. * * @return the value value */ @@ -36,7 +36,7 @@ public String value() { } /** - * Set the indentifier of the usage. + * Set the identifier of the usage. * * @param value the value value to set * @return the SignalRUsageName object itself.