From 220528919768b4fadc22a6de0a4fe4a0e83cc6b8 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Thu, 14 Apr 2022 13:05:29 +0000 Subject: [PATCH 1/2] Update generated files with build 72769 --- graph_request_adapter.go | 3 ++- groups/item/team/team_request_builder.go | 6 +++--- models/access_review_history_definition.go | 6 +++--- models/action_state.go | 2 +- models/activity_type.go | 2 +- models/app_log_upload_state.go | 2 +- models/application_mode.go | 2 +- models/authentication_method_state.go | 2 +- models/chassis_type.go | 2 +- models/cloud_pc_operating_system.go | 2 +- models/cloud_pc_service_plan_type.go | 2 +- models/cloud_pc_status.go | 2 +- models/cloud_pc_user_account_type.go | 2 +- models/compliance_state.go | 2 +- models/compliance_status.go | 2 +- models/configuration_manager_client_state.go | 2 +- models/device_and_app_management_assignment_filter_type.go | 2 +- models/device_and_app_management_assignment_source.go | 2 +- models/device_enrollment_configuration_type.go | 2 +- models/device_enrollment_type.go | 2 +- ...e_guard_local_system_authority_credential_guard_state.go | 2 +- ...tualization_based_security_hardware_requirement_state.go | 2 +- models/device_guard_virtualization_based_security_state.go | 2 +- models/device_management_exchange_access_state.go | 2 +- models/device_management_exchange_access_state_reason.go | 2 +- models/device_registration_state.go | 2 +- models/device_type.go | 2 +- models/expiration_pattern_type.go | 2 +- models/group.go | 6 +++--- models/join_type.go | 2 +- models/lost_mode_state.go | 2 +- models/managed_app_flagged_reason.go | 2 +- models/managed_device_architecture.go | 2 +- models/managed_device_management_features.go | 2 +- models/managed_device_owner_type.go | 2 +- models/managed_device_partner_reported_health_state.go | 2 +- models/management_agent_type.go | 2 +- models/management_state.go | 2 +- models/message_status.go | 2 +- models/owner_type.go | 2 +- models/policy_platform_type.go | 2 +- models/resultant_app_state.go | 2 +- models/risk_detection_timing_type.go | 2 +- models/risk_event_type.go | 2 +- models/role_summary_status.go | 2 +- models/security_baseline_compliance_state.go | 2 +- models/security_baseline_policy_source_type.go | 2 +- models/sensitivity_label_target.go | 2 +- models/setting_source_type.go | 2 +- models/windows_defender_product_status.go | 2 +- models/windows_device_health_state.go | 2 +- models/windows_malware_category.go | 2 +- models/windows_malware_execution_state.go | 2 +- models/windows_malware_severity.go | 2 +- models/windows_malware_state.go | 2 +- models/windows_malware_threat_state.go | 2 +- 56 files changed, 63 insertions(+), 62 deletions(-) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 723f4d346a7..f85f72b5f20 100644 --- a/graph_request_adapter.go +++ b/graph_request_adapter.go @@ -10,7 +10,7 @@ import ( var clientOptions = core.GraphClientOptions{ GraphServiceVersion: "beta", - GraphServiceLibraryVersion: "0.19.0", + GraphServiceLibraryVersion: "0.20.0", } // GetDefaultClientOptions returns the default client options used by the GraphRequestAdapterBase and the middleware. @@ -93,5 +93,6 @@ func NewGraphRequestAdapterWithParseNodeFactoryAndSerializationWriterFactoryAndH + diff --git a/groups/item/team/team_request_builder.go b/groups/item/team/team_request_builder.go index 303e2a4382a..acb8d9a3021 100644 --- a/groups/item/team/team_request_builder.go +++ b/groups/item/team/team_request_builder.go @@ -58,7 +58,7 @@ type TeamRequestBuilderGetOptions struct { // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler } -// TeamRequestBuilderGetQueryParameters get team from groups +// TeamRequestBuilderGetQueryParameters the team associated with this group. type TeamRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -142,7 +142,7 @@ func (m *TeamRequestBuilder) CreateDeleteRequestInformation(options *TeamRequest } return requestInfo, nil } -// CreateGetRequestInformation get team from groups +// CreateGetRequestInformation the team associated with this group. func (m *TeamRequestBuilder) CreateGetRequestInformation(options *TeamRequestBuilderGetOptions)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation() requestInfo.UrlTemplate = m.urlTemplate @@ -196,7 +196,7 @@ func (m *TeamRequestBuilder) Delete(options *TeamRequestBuilderDeleteOptions)(er } return nil } -// Get get team from groups +// Get the team associated with this group. func (m *TeamRequestBuilder) Get(options *TeamRequestBuilderGetOptions)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.Teamable, error) { requestInfo, err := m.CreateGetRequestInformation(options); if err != nil { diff --git a/models/access_review_history_definition.go b/models/access_review_history_definition.go index 1b10020a2b7..3f91d27e12a 100644 --- a/models/access_review_history_definition.go +++ b/models/access_review_history_definition.go @@ -26,7 +26,7 @@ type AccessReviewHistoryDefinition struct { reviewHistoryPeriodEndDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time // A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined. reviewHistoryPeriodStartDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time - // The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. + // The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet. scheduleSettings AccessReviewHistoryScheduleSettingsable // Used to scope what reviews are included in the fetched history data. Fetches reviews whose scope matches with this provided scope. Required. scopes []AccessReviewScopeable @@ -253,7 +253,7 @@ func (m *AccessReviewHistoryDefinition) GetReviewHistoryPeriodStartDateTime()(*i return m.reviewHistoryPeriodStartDateTime } } -// GetScheduleSettings gets the scheduleSettings property value. The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. +// GetScheduleSettings gets the scheduleSettings property value. The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet. func (m *AccessReviewHistoryDefinition) GetScheduleSettings()(AccessReviewHistoryScheduleSettingsable) { if m == nil { return nil @@ -420,7 +420,7 @@ func (m *AccessReviewHistoryDefinition) SetReviewHistoryPeriodStartDateTime(valu m.reviewHistoryPeriodStartDateTime = value } } -// SetScheduleSettings sets the scheduleSettings property value. The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. +// SetScheduleSettings sets the scheduleSettings property value. The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet. func (m *AccessReviewHistoryDefinition) SetScheduleSettings(value AccessReviewHistoryScheduleSettingsable)() { if m != nil { m.scheduleSettings = value diff --git a/models/action_state.go b/models/action_state.go index 0b02ca06e9b..510c8978925 100644 --- a/models/action_state.go +++ b/models/action_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type ActionState int const ( diff --git a/models/activity_type.go b/models/activity_type.go index 21928b0a363..01b4fed12ab 100644 --- a/models/activity_type.go +++ b/models/activity_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the collection of riskDetection entities. +// Provides operations to manage the identityProtectionRoot singleton. type ActivityType int const ( diff --git a/models/app_log_upload_state.go b/models/app_log_upload_state.go index 2a6d2097a17..75631f6c8a1 100644 --- a/models/app_log_upload_state.go +++ b/models/app_log_upload_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type AppLogUploadState int const ( diff --git a/models/application_mode.go b/models/application_mode.go index 5e1344b2a8b..3aff073a12f 100644 --- a/models/application_mode.go +++ b/models/application_mode.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the dataClassificationService singleton. type ApplicationMode int const ( diff --git a/models/authentication_method_state.go b/models/authentication_method_state.go index 88f8069d071..1634594f160 100644 --- a/models/authentication_method_state.go +++ b/models/authentication_method_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the authenticationMethodsPolicy singleton. +// Provides operations to manage the collection of authenticationMethodConfiguration entities. type AuthenticationMethodState int const ( diff --git a/models/chassis_type.go b/models/chassis_type.go index 96e79ca683d..04357c28040 100644 --- a/models/chassis_type.go +++ b/models/chassis_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type ChassisType int const ( diff --git a/models/cloud_pc_operating_system.go b/models/cloud_pc_operating_system.go index b8e608e3212..d4f3fe72b9c 100644 --- a/models/cloud_pc_operating_system.go +++ b/models/cloud_pc_operating_system.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type CloudPcOperatingSystem int const ( diff --git a/models/cloud_pc_service_plan_type.go b/models/cloud_pc_service_plan_type.go index e2bd12289ae..1f7114d2c53 100644 --- a/models/cloud_pc_service_plan_type.go +++ b/models/cloud_pc_service_plan_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type CloudPcServicePlanType int const ( diff --git a/models/cloud_pc_status.go b/models/cloud_pc_status.go index f8e5cc69bf4..b5d30d51871 100644 --- a/models/cloud_pc_status.go +++ b/models/cloud_pc_status.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type CloudPcStatus int const ( diff --git a/models/cloud_pc_user_account_type.go b/models/cloud_pc_user_account_type.go index 873f2f46c9b..9d77f663340 100644 --- a/models/cloud_pc_user_account_type.go +++ b/models/cloud_pc_user_account_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type CloudPcUserAccountType int const ( diff --git a/models/compliance_state.go b/models/compliance_state.go index d5e10a8cac3..1b910b03c28 100644 --- a/models/compliance_state.go +++ b/models/compliance_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type ComplianceState int const ( diff --git a/models/compliance_status.go b/models/compliance_status.go index 04f71a3ac9f..64ff91d1b43 100644 --- a/models/compliance_status.go +++ b/models/compliance_status.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceAppManagement singleton. type ComplianceStatus int const ( diff --git a/models/configuration_manager_client_state.go b/models/configuration_manager_client_state.go index d1010b07ec8..93e736bb61a 100644 --- a/models/configuration_manager_client_state.go +++ b/models/configuration_manager_client_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type ConfigurationManagerClientState int const ( diff --git a/models/device_and_app_management_assignment_filter_type.go b/models/device_and_app_management_assignment_filter_type.go index 54ce2fd4414..41aa4edea40 100644 --- a/models/device_and_app_management_assignment_filter_type.go +++ b/models/device_and_app_management_assignment_filter_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceAppManagement singleton. type DeviceAndAppManagementAssignmentFilterType int const ( diff --git a/models/device_and_app_management_assignment_source.go b/models/device_and_app_management_assignment_source.go index 2565f1e123f..6e7b1d1be14 100644 --- a/models/device_and_app_management_assignment_source.go +++ b/models/device_and_app_management_assignment_source.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceAppManagement singleton. type DeviceAndAppManagementAssignmentSource int const ( diff --git a/models/device_enrollment_configuration_type.go b/models/device_enrollment_configuration_type.go index d64a45b696c..518dc041ccb 100644 --- a/models/device_enrollment_configuration_type.go +++ b/models/device_enrollment_configuration_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type DeviceEnrollmentConfigurationType int const ( diff --git a/models/device_enrollment_type.go b/models/device_enrollment_type.go index 29dd7586f91..b0502bbec3d 100644 --- a/models/device_enrollment_type.go +++ b/models/device_enrollment_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type DeviceEnrollmentType int const ( diff --git a/models/device_guard_local_system_authority_credential_guard_state.go b/models/device_guard_local_system_authority_credential_guard_state.go index 50954ae1e24..a346bd23d6b 100644 --- a/models/device_guard_local_system_authority_credential_guard_state.go +++ b/models/device_guard_local_system_authority_credential_guard_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type DeviceGuardLocalSystemAuthorityCredentialGuardState int const ( diff --git a/models/device_guard_virtualization_based_security_hardware_requirement_state.go b/models/device_guard_virtualization_based_security_hardware_requirement_state.go index e7ebbce3166..9719c381f26 100644 --- a/models/device_guard_virtualization_based_security_hardware_requirement_state.go +++ b/models/device_guard_virtualization_based_security_hardware_requirement_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type DeviceGuardVirtualizationBasedSecurityHardwareRequirementState int const ( diff --git a/models/device_guard_virtualization_based_security_state.go b/models/device_guard_virtualization_based_security_state.go index 97e53c8e40d..0a3488506bd 100644 --- a/models/device_guard_virtualization_based_security_state.go +++ b/models/device_guard_virtualization_based_security_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type DeviceGuardVirtualizationBasedSecurityState int const ( diff --git a/models/device_management_exchange_access_state.go b/models/device_management_exchange_access_state.go index accc534ac0b..1830430df7d 100644 --- a/models/device_management_exchange_access_state.go +++ b/models/device_management_exchange_access_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type DeviceManagementExchangeAccessState int const ( diff --git a/models/device_management_exchange_access_state_reason.go b/models/device_management_exchange_access_state_reason.go index f387e0c17b8..c4364cdc8db 100644 --- a/models/device_management_exchange_access_state_reason.go +++ b/models/device_management_exchange_access_state_reason.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type DeviceManagementExchangeAccessStateReason int const ( diff --git a/models/device_registration_state.go b/models/device_registration_state.go index f9bcd37e4eb..6a0965f8667 100644 --- a/models/device_registration_state.go +++ b/models/device_registration_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type DeviceRegistrationState int const ( diff --git a/models/device_type.go b/models/device_type.go index 0e301199459..38709581f8f 100644 --- a/models/device_type.go +++ b/models/device_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type DeviceType int const ( diff --git a/models/expiration_pattern_type.go b/models/expiration_pattern_type.go index 032d3f9a0bc..fc9ba7a45b2 100644 --- a/models/expiration_pattern_type.go +++ b/models/expiration_pattern_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the roleManagement singleton. +// Provides operations to manage the identityGovernance singleton. type ExpirationPatternType int const ( diff --git a/models/group.go b/models/group.go index 994390b7e95..75225128104 100644 --- a/models/group.go +++ b/models/group.go @@ -144,7 +144,7 @@ type Group struct { settings []DirectorySettingable // The list of SharePoint sites in this group. Access the default site with /sites/root. sites []Siteable - // The team property + // The team associated with this group. team Teamable // Specifies a Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default. theme *string @@ -1609,7 +1609,7 @@ func (m *Group) GetSites()([]Siteable) { return m.sites } } -// GetTeam gets the team property value. The team property +// GetTeam gets the team property value. The team associated with this group. func (m *Group) GetTeam()(Teamable) { if m == nil { return nil @@ -2656,7 +2656,7 @@ func (m *Group) SetSites(value []Siteable)() { m.sites = value } } -// SetTeam sets the team property value. The team property +// SetTeam sets the team property value. The team associated with this group. func (m *Group) SetTeam(value Teamable)() { if m != nil { m.team = value diff --git a/models/join_type.go b/models/join_type.go index 5f4484f26de..dfef9e66668 100644 --- a/models/join_type.go +++ b/models/join_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type JoinType int const ( diff --git a/models/lost_mode_state.go b/models/lost_mode_state.go index eea23ec9a52..647de55e448 100644 --- a/models/lost_mode_state.go +++ b/models/lost_mode_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type LostModeState int const ( diff --git a/models/managed_app_flagged_reason.go b/models/managed_app_flagged_reason.go index cab109dae78..04086d5a38c 100644 --- a/models/managed_app_flagged_reason.go +++ b/models/managed_app_flagged_reason.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceAppManagement singleton. type ManagedAppFlaggedReason int const ( diff --git a/models/managed_device_architecture.go b/models/managed_device_architecture.go index 65bdb097df8..ce657f10754 100644 --- a/models/managed_device_architecture.go +++ b/models/managed_device_architecture.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type ManagedDeviceArchitecture int const ( diff --git a/models/managed_device_management_features.go b/models/managed_device_management_features.go index 3acb0434d9e..c4198fc9969 100644 --- a/models/managed_device_management_features.go +++ b/models/managed_device_management_features.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type ManagedDeviceManagementFeatures int const ( diff --git a/models/managed_device_owner_type.go b/models/managed_device_owner_type.go index c50090f3fb7..0076eb7a0bb 100644 --- a/models/managed_device_owner_type.go +++ b/models/managed_device_owner_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type ManagedDeviceOwnerType int const ( diff --git a/models/managed_device_partner_reported_health_state.go b/models/managed_device_partner_reported_health_state.go index cea11c4f45f..8e04615dda0 100644 --- a/models/managed_device_partner_reported_health_state.go +++ b/models/managed_device_partner_reported_health_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type ManagedDevicePartnerReportedHealthState int const ( diff --git a/models/management_agent_type.go b/models/management_agent_type.go index 5d288208334..33898452ad4 100644 --- a/models/management_agent_type.go +++ b/models/management_agent_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type ManagementAgentType int const ( diff --git a/models/management_state.go b/models/management_state.go index 8bd7ba54ec2..0f94361337c 100644 --- a/models/management_state.go +++ b/models/management_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type ManagementState int const ( diff --git a/models/message_status.go b/models/message_status.go index e1b4b001adf..e95ac569795 100644 --- a/models/message_status.go +++ b/models/message_status.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the collection of messageTrace entities. +// Provides operations to manage the collection of messageRecipient entities. type MessageStatus int const ( diff --git a/models/owner_type.go b/models/owner_type.go index 29486504c6c..607a47024cb 100644 --- a/models/owner_type.go +++ b/models/owner_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type OwnerType int const ( diff --git a/models/policy_platform_type.go b/models/policy_platform_type.go index 85e0e1070dc..cf99c3dd287 100644 --- a/models/policy_platform_type.go +++ b/models/policy_platform_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type PolicyPlatformType int const ( diff --git a/models/resultant_app_state.go b/models/resultant_app_state.go index 2b5e35d034c..dfca0fd0f95 100644 --- a/models/resultant_app_state.go +++ b/models/resultant_app_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceAppManagement singleton. type ResultantAppState int const ( diff --git a/models/risk_detection_timing_type.go b/models/risk_detection_timing_type.go index 2df1d35a835..5cfad312786 100644 --- a/models/risk_detection_timing_type.go +++ b/models/risk_detection_timing_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the collection of riskDetection entities. +// Provides operations to manage the identityProtectionRoot singleton. type RiskDetectionTimingType int const ( diff --git a/models/risk_event_type.go b/models/risk_event_type.go index 4b2c0b72f06..448820b2521 100644 --- a/models/risk_event_type.go +++ b/models/risk_event_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the collection of riskyUser entities. +// Provides operations to manage the identityProtectionRoot singleton. type RiskEventType int const ( diff --git a/models/role_summary_status.go b/models/role_summary_status.go index 61e3cfacc6b..2a0614f3c10 100644 --- a/models/role_summary_status.go +++ b/models/role_summary_status.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the collection of privilegedRoleAssignmentRequest entities. +// Provides operations to manage the collection of privilegedApproval entities. type RoleSummaryStatus int const ( diff --git a/models/security_baseline_compliance_state.go b/models/security_baseline_compliance_state.go index 76141ca2f15..30fbf6c573c 100644 --- a/models/security_baseline_compliance_state.go +++ b/models/security_baseline_compliance_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type SecurityBaselineComplianceState int const ( diff --git a/models/security_baseline_policy_source_type.go b/models/security_baseline_policy_source_type.go index 7b031a849d8..8cf77ef204e 100644 --- a/models/security_baseline_policy_source_type.go +++ b/models/security_baseline_policy_source_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type SecurityBaselinePolicySourceType int const ( diff --git a/models/sensitivity_label_target.go b/models/sensitivity_label_target.go index dc79e065b3d..bc64448d06e 100644 --- a/models/sensitivity_label_target.go +++ b/models/sensitivity_label_target.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the dataClassificationService singleton. type SensitivityLabelTarget int const ( diff --git a/models/setting_source_type.go b/models/setting_source_type.go index e34ec0b0300..3097c603557 100644 --- a/models/setting_source_type.go +++ b/models/setting_source_type.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type SettingSourceType int const ( diff --git a/models/windows_defender_product_status.go b/models/windows_defender_product_status.go index 393e5513fe7..4b64d4c7364 100644 --- a/models/windows_defender_product_status.go +++ b/models/windows_defender_product_status.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type WindowsDefenderProductStatus int const ( diff --git a/models/windows_device_health_state.go b/models/windows_device_health_state.go index 6cb949b63f5..27f45d117c6 100644 --- a/models/windows_device_health_state.go +++ b/models/windows_device_health_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type WindowsDeviceHealthState int const ( diff --git a/models/windows_malware_category.go b/models/windows_malware_category.go index ded094e8970..db33ecf5f5a 100644 --- a/models/windows_malware_category.go +++ b/models/windows_malware_category.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type WindowsMalwareCategory int const ( diff --git a/models/windows_malware_execution_state.go b/models/windows_malware_execution_state.go index a3cdb765004..e21ab71e47e 100644 --- a/models/windows_malware_execution_state.go +++ b/models/windows_malware_execution_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type WindowsMalwareExecutionState int const ( diff --git a/models/windows_malware_severity.go b/models/windows_malware_severity.go index c814e651a44..30a877759e6 100644 --- a/models/windows_malware_severity.go +++ b/models/windows_malware_severity.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type WindowsMalwareSeverity int const ( diff --git a/models/windows_malware_state.go b/models/windows_malware_state.go index 201b8d32236..766f6f715ab 100644 --- a/models/windows_malware_state.go +++ b/models/windows_malware_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type WindowsMalwareState int const ( diff --git a/models/windows_malware_threat_state.go b/models/windows_malware_threat_state.go index 131669b760a..34513d733a0 100644 --- a/models/windows_malware_threat_state.go +++ b/models/windows_malware_threat_state.go @@ -3,7 +3,7 @@ import ( "strings" "errors" ) -// Provides operations to manage the compliance singleton. +// Provides operations to manage the deviceManagement singleton. type WindowsMalwareThreatState int const ( From e1b0264f0d9131d668b4faf3a49d4536cae3da92 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 14 Apr 2022 09:11:45 -0400 Subject: [PATCH 2/2] - adds changelog entry for parameters tag --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9588b9aea9b..970fe72e93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [0.20.0] - 2022-04-14 + +### Changed + +- Fixed an issue where query parameters would be missing special characters. #130 + ## [0.19.0] - 2022-04-12 ### Added