diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb index cc1478224f..ce2a6503dc 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb @@ -115,7 +115,7 @@ def initialize # objects attr_accessor :password_credentials - # @return [Array] list of pre-authorizaed + # @return [Array] list of pre-authorized # applications. attr_accessor :pre_authorized_applications @@ -142,8 +142,8 @@ def initialize attr_accessor :saml_metadata_url # @return [String] Audience for signing in to the application - # (AzureADMyOrganizatio, AzureADAllorganizations, - # AzureADAndMicrosofAccounts). + # (AzureADMyOrganization, AzureADAllOrganizations, + # AzureADAndMicrosoftAccounts). attr_accessor :sign_in_audience # @return [String] The primary Web page. diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_base.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_base.rb index 9e8e2fff54..285c570822 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_base.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_base.rb @@ -100,7 +100,7 @@ class ApplicationBase # objects attr_accessor :password_credentials - # @return [Array] list of pre-authorizaed + # @return [Array] list of pre-authorized # applications. attr_accessor :pre_authorized_applications @@ -127,8 +127,8 @@ class ApplicationBase attr_accessor :saml_metadata_url # @return [String] Audience for signing in to the application - # (AzureADMyOrganizatio, AzureADAllorganizations, - # AzureADAndMicrosofAccounts). + # (AzureADMyOrganization, AzureADAllOrganizations, + # AzureADAndMicrosoftAccounts). attr_accessor :sign_in_audience # @return [String] The primary Web page. diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/optional_claim.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/optional_claim.rb index 160981166a..204491eb97 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/optional_claim.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/optional_claim.rb @@ -18,7 +18,7 @@ class OptionalClaim # @return [String] Claim source. attr_accessor :source - # @return [Boolean] Is this a requied claim. + # @return [Boolean] Is this a required claim. attr_accessor :essential # @return diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb index cfb2304fde..e7e095b425 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb @@ -23,7 +23,7 @@ def initialize # enabled attr_accessor :account_enabled - # @return [Array] altenative names + # @return [Array] alternative names attr_accessor :alternative_names # @return [String] The display name exposed by the associated @@ -72,7 +72,7 @@ def initialize # credentials associated with the service principal. attr_accessor :password_credentials - # @return [String] The thubmbprint of preferred certificate to sign the + # @return [String] The thumbprint of preferred certificate to sign the # token attr_accessor :preferred_token_signing_key_thumbprint @@ -92,7 +92,7 @@ def initialize # @return [Array] A collection of service principal names. attr_accessor :service_principal_names - # @return [String] the type of the servie principal + # @return [String] the type of the service principal attr_accessor :service_principal_type # @return [Array] Optional list of tags that you can apply to diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_base.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_base.rb index 9c477a8781..df23c1925b 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_base.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_base.rb @@ -6,7 +6,7 @@ module Azure::GraphRbac::V1_6 module Models # - # Active Directory service principal common perperties shared among GET, + # Active Directory service principal common properties shared among GET, # POST and PATCH # class ServicePrincipalBase @@ -30,7 +30,7 @@ class ServicePrincipalBase # credentials associated with the service principal. attr_accessor :password_credentials - # @return [String] the type of the servie principal + # @return [String] the type of the service principal attr_accessor :service_principal_type # @return [Array] Optional list of tags that you can apply to