Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def initialize

attr_accessor :objectType

# @return [String] whether or not the service principal account is
# @return [Boolean] whether or not the service principal account is
# enabled
attr_accessor :account_enabled

Expand Down Expand Up @@ -152,7 +152,7 @@ def self.mapper()
required: false,
serialized_name: 'accountEnabled',
type: {
name: 'String'
name: 'Boolean'
}
},
alternative_names: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ServicePrincipalBase

include MsRestAzure

# @return [String] whether or not the service principal account is
# @return [Boolean] whether or not the service principal account is
# enabled
attr_accessor :account_enabled

Expand Down Expand Up @@ -54,7 +54,7 @@ def self.mapper()
required: false,
serialized_name: 'accountEnabled',
type: {
name: 'String'
name: 'Boolean'
}
},
app_role_assignment_required: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def self.mapper()
required: false,
serialized_name: 'accountEnabled',
type: {
name: 'String'
name: 'Boolean'
}
},
app_role_assignment_required: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def self.mapper()
required: false,
serialized_name: 'accountEnabled',
type: {
name: 'String'
name: 'Boolean'
}
},
app_role_assignment_required: {
Expand Down