Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.21k stars 3.81k forks source link

New-AzAutomationVariable complex type DateTime not correctly submitted #14109

Open sit-md opened 3 years ago

sit-md commented 3 years ago

Description

Creating a variable of type DateTime is not possible. The variable will always be created as a string instead.

Steps to reproduce

Connect-AzAccount
$azResourceGroup = "<ResourceGroup>"
$azAccount = "<Automation Account>"
$variableName = "DateTimeVariable"
$variableValue = Get-Date

$paramNewAzAutomationVariable = @{
    ResourceGroupName     = $azResourceGroup
    AutomationAccountName = $azAccount
    Name                  = $variableName
    Value                 = $variableValue
    Encrypted             = $false
}

New-AzAutomationVariable @paramNewAzAutomationVariable

Environment data

Name                           Value
----                           -----
PSVersion                      7.1.1
PSEdition                      Core
GitCommitId                    7.1.1
OS                             Darwin 18.7.0 Darwin Kernel Version 18.7.0: Thu Jan 23 06:52:12 PST 2020; root:xnu-4903.278.25~1/RELEASE_X86_64
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Module versions

ModuleType Version    PreRelease Name                                PSEdition ExportedCommands
---------- -------    ---------- ----                                --------- ----------------
Script     5.4.0                 Az                                  Core,Desk 
Script     2.2.4                 Az.Accounts                         Core,Desk {Disable-AzDataCollection, Disable-AzContextAutosave, Enable-AzDataCollection, Enable-AzContextAutosave…}
Script     2.2.1                 Az.Accounts                         Core,Desk {Disable-AzDataCollection, Disable-AzContextAutosave, Enable-AzDataCollection, Enable-AzContextAutosave…}
Script     1.1.1                 Az.Advisor                          Core,Desk {Get-AzAdvisorRecommendation, Enable-AzAdvisorRecommendation, Disable-AzAdvisorRecommendation, Get-AzAdvisorConfigura…
Script     2.0.1                 Az.Aks                              Core,Desk {Get-AzAksCluster, New-AzAksCluster, Remove-AzAksCluster, Import-AzAksCredential…}
Script     1.1.4                 Az.AnalysisServices                 Core,Desk {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServicesServer, Get-AzAnalysisServicesServer, Remove-AzAnalysisSe…
Script     2.2.0                 Az.ApiManagement                    Core,Desk {Add-AzApiManagementApiToGateway, Add-AzApiManagementApiToProduct, Add-AzApiManagementProductToGroup, Add-AzApiManage…
Script     1.0.0                 Az.AppConfiguration                 Core,Desk {Get-AzAppConfigurationStore, Get-AzAppConfigurationStoreKey, New-AzAppConfigurationStore, New-AzAppConfigurationStor…
Script     1.1.0                 Az.ApplicationInsights              Core,Desk {Get-AzApplicationInsights, New-AzApplicationInsights, Remove-AzApplicationInsights, Update-AzApplicationInsights…}
Script     1.4.2                 Az.Automation                       Core,Desk {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHybridWorkerGroup, Get-AzAutomationJobOutputRecord, Import-AzA…
Script     1.4.0                 Az.Automation                       Core,Desk {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHybridWorkerGroup, Get-AzAutomationJobOutputRecord, Import-AzA…
Script     3.1.0                 Az.Batch                            Core,Desk {Remove-AzBatchAccount, Get-AzBatchAccount, Get-AzBatchAccountKey, New-AzBatchAccount…}
Script     2.0.0                 Az.Billing                          Core,Desk {Get-AzBillingInvoice, Get-AzBillingPeriod, Get-AzEnrollmentAccount, Get-AzConsumptionBudget…}
Script     1.6.0                 Az.Cdn                              Core,Desk {Get-AzCdnProfile, Get-AzCdnProfileSsoUrl, New-AzCdnProfile, Remove-AzCdnProfile…}
Script     1.8.0                 Az.CognitiveServices                Core,Desk {Get-AzCognitiveServicesAccount, Get-AzCognitiveServicesAccountKey, Get-AzCognitiveServicesAccountSku, Get-AzCognitiv…
Script     4.8.0                 Az.Compute                          Core,Desk {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAvailabilitySet, Update-AzAvailabilitySet…}
Script     1.0.3                 Az.ContainerInstance                Core,Desk {New-AzContainerGroup, Get-AzContainerGroup, Remove-AzContainerGroup, Get-AzContainerInstanceLog}
Script     2.1.0                 Az.ContainerRegistry                Core,Desk {New-AzContainerRegistry, Get-AzContainerRegistry, Update-AzContainerRegistry, Remove-AzContainerRegistry…}
Script     1.0.0                 Az.CosmosDB                         Core,Desk {Get-AzCosmosDBSqlContainer, Get-AzCosmosDBSqlContainerThroughput, Get-AzCosmosDBSqlDatabase, Get-AzCosmosDBSqlDataba…
Script     1.1.0                 Az.DataBoxEdge                      Core,Desk {Get-AzDataBoxEdgeJob, Get-AzDataBoxEdgeDevice, Invoke-AzDataBoxEdgeDevice, New-AzDataBoxEdgeDevice…}
Script     1.0.2                 Az.Databricks                       Core,Desk {Get-AzDatabricksVNetPeering, Get-AzDatabricksWorkspace, New-AzDatabricksVNetPeering, New-AzDatabricksWorkspace…}
Script     1.11.3                Az.DataFactory                      Core,Desk {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFactoryV2, Remove-AzDataFactoryV2…}
Script     1.0.2                 Az.DataLakeAnalytics                Core,Desk {Get-AzDataLakeAnalyticsDataSource, New-AzDataLakeAnalyticsCatalogCredential, Remove-AzDataLakeAnalyticsCatalogCreden…
Script     1.3.0                 Az.DataLakeStore                    Core,Desk {Get-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeStoreFirewallRule, S…
Script     1.0.0                 Az.DataShare                        Core,Desk {New-AzDataShareAccount, Get-AzDataShareAccount, Remove-AzDataShareAccount, New-AzDataShare…}
Script     1.1.0                 Az.DeploymentManager                Core,Desk {Get-AzDeploymentManagerArtifactSource, New-AzDeploymentManagerArtifactSource, Set-AzDeploymentManagerArtifactSource,…
Script     2.1.1                 Az.DesktopVirtualization            Core,Desk {Disconnect-AzWvdUserSession, Expand-AzWvdMsixImage, Get-AzWvdApplication, Get-AzWvdApplicationGroup…}
Script     1.0.2                 Az.DevTestLabs                      Core,Desk {Get-AzDtlAllowedVMSizesPolicy, Get-AzDtlAutoShutdownPolicy, Get-AzDtlAutoStartPolicy, Get-AzDtlVMsPerLabPolicy…}
Script     1.1.2                 Az.Dns                              Core,Desk {Get-AzDnsRecordSet, New-AzDnsRecordConfig, Remove-AzDnsRecordSet, Set-AzDnsRecordSet…}
Script     1.3.0                 Az.EventGrid                        Core,Desk {New-AzEventGridTopic, Get-AzEventGridTopic, Set-AzEventGridTopic, New-AzEventGridTopicKey…}
Script     1.7.1                 Az.EventHub                         Core,Desk {New-AzEventHubNamespace, Get-AzEventHubNamespace, Set-AzEventHubNamespace, Remove-AzEventHubNamespace…}
Script     1.6.1                 Az.FrontDoor                        Core,Desk {New-AzFrontDoor, Get-AzFrontDoor, Set-AzFrontDoor, Remove-AzFrontDoor…}
Script     2.0.0                 Az.Functions                        Core,Desk {Get-AzFunctionApp, Get-AzFunctionAppAvailableLocation, Get-AzFunctionAppPlan, Get-AzFunctionAppSetting…}
Script     4.1.1                 Az.HDInsight                        Core,Desk {Get-AzHDInsightJob, New-AzHDInsightSqoopJobDefinition, Wait-AzHDInsightJob, New-AzHDInsightStreamingMapReduceJobDefi…
Script     1.2.0                 Az.HealthcareApis                   Core,Desk {New-AzHealthcareApisService, Remove-AzHealthcareApisService, Set-AzHealthcareApisService, Get-AzHealthcareApisServic…
Script     2.7.2                 Az.IotHub                           Core,Desk {Add-AzIotHubKey, Get-AzIotHubEventHubConsumerGroup, Get-AzIotHubConnectionString, Get-AzIotHubJob…}
Script     3.3.1                 Az.KeyVault                         Core,Desk {Add-AzKeyVaultCertificate, Update-AzKeyVaultCertificate, Stop-AzKeyVaultCertificateOperation, Get-AzKeyVaultCertific…
Script     1.0.1                 Az.Kusto                            Core,Desk {Add-AzKustoClusterLanguageExtension, Add-AzKustoDatabasePrincipal, Get-AzKustoAttachedDatabaseConfiguration, Get-AzK…
Script     1.5.0                 Az.LogicApp                         Core,Desk {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccountAssembly, Get-AzIntegrationAccountBatchConfiguration, Get…
Script     1.1.3                 Az.MachineLearning                  Core,Desk {Move-AzMlCommitmentAssociation, Get-AzMlCommitmentAssociation, Get-AzMlCommitmentPlanUsageHistory, Remove-AzMlCommit…
Script     1.1.0                 Az.Maintenance                      Core,Desk {Get-AzApplyUpdate, Get-AzConfigurationAssignment, Get-AzMaintenanceConfiguration, Get-AzMaintenanceUpdate…}
Script     2.0.0                 Az.ManagedServices                  Core,Desk {Get-AzManagedServicesAssignment, New-AzManagedServicesAssignment, Remove-AzManagedServicesAssignment, Get-AzManagedS…
Script     1.0.2                 Az.MarketplaceOrdering              Core,Desk {Get-AzMarketplaceTerms, Set-AzMarketplaceTerms}
Script     1.1.1                 Az.Media                            Core,Desk {Sync-AzMediaServiceStorageKey, Set-AzMediaServiceKey, Get-AzMediaServiceKey, Get-AzMediaServiceNameAvailability…}
Script     2.4.0                 Az.Monitor                          Core,Desk {Get-AzMetricDefinition, Get-AzMetric, Remove-AzLogProfile, Get-AzLogProfile…}
Script     4.5.0                 Az.Network                          Core,Desk {Add-AzApplicationGatewayAuthenticationCertificate, Get-AzApplicationGatewayAuthenticationCertificate, New-AzApplicat…
Script     1.1.1                 Az.NotificationHubs                 Core,Desk {Get-AzNotificationHub, Get-AzNotificationHubAuthorizationRule, Get-AzNotificationHubListKey, Get-AzNotificationHubPN…
Script     2.3.0                 Az.OperationalInsights              Core,Desk {New-AzOperationalInsightsAzureActivityLogDataSource, New-AzOperationalInsightsCustomLogDataSource, Disable-AzOperati…
Script     1.4.0                 Az.PolicyInsights                   Core,Desk {Get-AzPolicyEvent, Get-AzPolicyState, Get-AzPolicyStateSummary, Get-AzPolicyRemediation…}
Script     1.1.2                 Az.PowerBIEmbedded                  Core,Desk {Remove-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspaceCollectionAccessKey, Ge…
Script     1.0.3                 Az.PrivateDns                       Core,Desk {Get-AzPrivateDnsZone, Remove-AzPrivateDnsZone, Set-AzPrivateDnsZone, New-AzPrivateDnsZone…}
Script     3.3.0                 Az.RecoveryServices                 Core,Desk {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServicesVault, Get-AzRecoveryServicesVaultSettingsFile, New-AzRe…
Script     1.4.0                 Az.RedisCache                       Core,Desk {Remove-AzRedisCachePatchSchedule, New-AzRedisCacheScheduleEntry, Get-AzRedisCachePatchSchedule, New-AzRedisCachePatc…
Script     1.0.3                 Az.Relay                            Core,Desk {New-AzRelayNamespace, Get-AzRelayNamespace, Set-AzRelayNamespace, Remove-AzRelayNamespace…}
Script     3.2.0                 Az.Resources                        Core,Desk {Get-AzProviderOperation, Remove-AzRoleAssignment, Get-AzRoleAssignment, New-AzRoleAssignment…}
Script     1.4.1                 Az.ServiceBus                       Core,Desk {New-AzServiceBusNamespace, Get-AzServiceBusNamespace, Set-AzServiceBusNamespace, Remove-AzServiceBusNamespace…}
Script     2.2.2                 Az.ServiceFabric                    Core,Desk {Add-AzServiceFabricClientCertificate, Add-AzServiceFabricClusterCertificate, Add-AzServiceFabricNode, Add-AzServiceF…
Script     1.2.0                 Az.SignalR                          Core,Desk {New-AzSignalR, Get-AzSignalR, Get-AzSignalRKey, New-AzSignalRKey…}
Script     2.15.0                Az.Sql                              Core,Desk {Get-AzSqlDatabaseTransparentDataEncryption, Get-AzSqlDatabaseTransparentDataEncryptionActivity, Set-AzSqlDatabaseTra…
Script     1.1.0                 Az.SqlVirtualMachine                Core,Desk {New-AzSqlVM, Get-AzSqlVM, Update-AzSqlVM, Remove-AzSqlVM…}
Script     3.2.1                 Az.Storage                          Core,Desk {Get-AzStorageAccount, Get-AzStorageAccountKey, New-AzStorageAccount, New-AzStorageAccountKey…}
Script     1.4.0                 Az.StorageSync                      Core,Desk {Invoke-AzStorageSyncCompatibilityCheck, New-AzStorageSyncService, Get-AzStorageSyncService, Set-AzStorageSyncService…
Script     1.0.1                 Az.StreamAnalytics                  Core,Desk {Get-AzStreamAnalyticsFunction, Get-AzStreamAnalyticsDefaultFunctionDefinition, New-AzStreamAnalyticsFunction, Remove…
Script     1.0.0                 Az.Support                          Core,Desk {Get-AzSupportService, Get-AzSupportProblemClassification, Get-AzSupportTicket, Get-AzSupportTicketCommunication…}
Script     1.0.4                 Az.TrafficManager                   Core,Desk {Add-AzTrafficManagerCustomHeaderToEndpoint, Remove-AzTrafficManagerCustomHeaderFromEndpoint, Add-AzTrafficManagerCus…
Script     2.2.0                 Az.Websites                         Core,Desk {Get-AzAppServicePlan, Set-AzAppServicePlan, New-AzAppServicePlan, Remove-AzAppServicePlan…}
Script     5.3.1                 Azure                               Desk      {Get-AzureAutomationCertificate, Get-AzureAutomationConnection, New-AzureAutomationConnection, Remove-AzureAutomation…
Script     0.5.4                 Azure.AnalysisServices              Desk      {Add-AzureAnalysisServicesAccount, Restart-AzureAnalysisServicesInstance, Export-AzureAnalysisServicesInstanceLog, Sy…
Script     4.6.1                 Azure.Storage                       Desk      {Get-AzureStorageTable, New-AzureStorageTableSASToken, New-AzureStorageTableStoredAccessPolicy, New-AzureStorageTable…
Binary     2.0.2.117             AzureADPreview                      Desk      
Script     6.13.1                AzureRM                             Desk      
Script     0.6.14                AzureRM.AnalysisServices            Desk      {Resume-AzureRmAnalysisServicesServer, Suspend-AzureRmAnalysisServicesServer, Get-AzureRmAnalysisServicesServer, Remo…
Script     6.1.7                 AzureRM.ApiManagement               Desk      {Add-AzureRmApiManagementRegion, Get-AzureRmApiManagementSsoToken, New-AzureRmApiManagementHostnameConfiguration, New…
Script     0.1.8                 AzureRM.ApplicationInsights         Desk      {Get-AzureRmApplicationInsights, New-AzureRmApplicationInsights, Remove-AzureRmApplicationInsights, Set-AzureRmApplic…
Script     6.1.1                 AzureRM.Automation                  Desk      {Get-AzureRMAutomationHybridWorkerGroup, Remove-AzureRmAutomationHybridWorkerGroup, Get-AzureRmAutomationJobOutputRec…
Script     4.0.11                AzureRM.Backup                      Desk      {Backup-AzureRmBackupItem, Enable-AzureRmBackupContainerReregistration, Get-AzureRmBackupContainer, Register-AzureRmB…
Script     4.1.5                 AzureRM.Batch                       Desk      {Remove-AzureRmBatchAccount, Get-AzureRmBatchAccount, Get-AzureRmBatchAccountKeys, New-AzureRmBatchAccount…}
Script     0.14.6                AzureRM.Billing                     Desk      {Get-AzureRmBillingInvoice, Get-AzureRmBillingPeriod, Get-AzureRmEnrollmentAccount}
Script     5.0.6                 AzureRM.Cdn                         Desk      {Get-AzureRmCdnProfile, Get-AzureRmCdnProfileSsoUrl, New-AzureRmCdnProfile, Remove-AzureRmCdnProfile…}
Script     0.9.12                AzureRM.CognitiveServices           Desk      {Get-AzureRmCognitiveServicesAccount, Get-AzureRmCognitiveServicesAccountKey, Get-AzureRmCognitiveServicesAccountSkus…
Script     5.9.1                 AzureRM.Compute                     Desk      {Remove-AzureRmAvailabilitySet, Get-AzureRmAvailabilitySet, New-AzureRmAvailabilitySet, Update-AzureRmAvailabilitySet…
Script     0.3.7                 AzureRM.Consumption                 Desk      {Get-AzureRmConsumptionBudget, Get-AzureRmConsumptionMarketplace, Get-AzureRmConsumptionPriceSheet, Get-AzureRmConsum…
Script     0.2.12                AzureRM.ContainerInstance           Desk      {New-AzureRmContainerGroup, Get-AzureRmContainerGroup, Remove-AzureRmContainerGroup, Get-AzureRmContainerInstanceLog}
Script     1.0.10                AzureRM.ContainerRegistry           Desk      {New-AzureRmContainerRegistry, Get-AzureRmContainerRegistry, Update-AzureRmContainerRegistry, Remove-AzureRmContainer…
Script     5.0.3                 AzureRM.DataFactories               Desk      {Remove-AzureRmDataFactory, Get-AzureRmDataFactoryRun, Get-AzureRmDataFactorySlice, Save-AzureRmDataFactoryLog…}
Script     0.5.11                AzureRM.DataFactoryV2               Desk      {Set-AzureRmDataFactoryV2, Update-AzureRmDataFactoryV2, Get-AzureRmDataFactoryV2, Remove-AzureRmDataFactoryV2…}
Script     5.1.4                 AzureRM.DataLakeAnalytics           Desk      {Get-AzureRmDataLakeAnalyticsDataSource, New-AzureRmDataLakeAnalyticsCatalogCredential, Remove-AzureRmDataLakeAnalyti…
Script     6.2.1                 AzureRM.DataLakeStore               Desk      {Get-AzureRmDataLakeStoreTrustedIdProvider, Remove-AzureRmDataLakeStoreTrustedIdProvider, Remove-AzureRmDataLakeStore…
Script     4.0.9                 AzureRM.DevTestLabs                 Desk      {Get-AzureRmDtlAllowedVMSizesPolicy, Get-AzureRmDtlAutoShutdownPolicy, Get-AzureRmDtlAutoStartPolicy, Get-AzureRmDtlV…
Script     5.1.0                 AzureRM.Dns                         Desk      {Get-AzureRmDnsRecordSet, New-AzureRmDnsRecordConfig, Remove-AzureRmDnsRecordSet, Set-AzureRmDnsRecordSet…}
Script     0.3.7                 AzureRM.EventGrid                   Desk      {New-AzureRmEventGridTopic, Get-AzureRmEventGridTopic, Set-AzureRmEventGridTopic, New-AzureRmEventGridTopicKey…}
Script     0.7.0                 AzureRM.EventHub                    Desk      {New-AzureRmEventHubNamespace, Get-AzureRmEventHubNamespace, Set-AzureRmEventHubNamespace, Remove-AzureRmEventHubName…
Script     4.1.8                 AzureRM.HDInsight                   Desk      {Get-AzureRmHDInsightJob, New-AzureRmHDInsightSqoopJobDefinition, Wait-AzureRmHDInsightJob, New-AzureRmHDInsightStrea…
Script     5.1.5                 AzureRM.Insights                    Desk      {Get-AzureRmMetricDefinition, Get-AzureRmMetric, Remove-AzureRmLogProfile, Get-AzureRmLogProfile…}
Script     3.1.8                 AzureRM.IotHub                      Desk      {Add-AzureRmIotHubKey, Get-AzureRmIotHubEventHubConsumerGroup, Get-AzureRmIotHubConnectionString, Get-AzureRmIotHubJo…
Script     5.2.1                 AzureRM.KeyVault                    Desk      {Add-AzureKeyVaultCertificate, Update-AzureKeyVaultCertificate, Stop-AzureKeyVaultCertificateOperation, Get-AzureKeyV…
Script     4.1.4                 AzureRM.LogicApp                    Desk      {Get-AzureRmIntegrationAccountAgreement, Get-AzureRmIntegrationAccountCallbackUrl, Get-AzureRmIntegrationAccountCerti…
Script     0.18.5                AzureRM.MachineLearning             Desk      {Move-AzureRmMlCommitmentAssociation, Get-AzureRmMlCommitmentAssociation, Get-AzureRmMlCommitmentPlanUsageHistory, Re…
Script     0.4.8                 AzureRM.MachineLearningCompute      Desk      {Get-AzureRmMlOpCluster, Get-AzureRmMlOpClusterKey, Test-AzureRmMlOpClusterSystemServicesUpdateAvailability, Update-A…
Script     0.2.7                 AzureRM.MarketplaceOrdering         Desk      {Get-AzureRmMarketplaceTerms, Set-AzureRmMarketplaceTerms}
Script     0.10.4                AzureRM.Media                       Desk      {Sync-AzureRmMediaServiceStorageKeys, Set-AzureRmMediaServiceKey, Get-AzureRmMediaServiceKeys, Get-AzureRmMediaServic…
Script     6.11.1                AzureRM.Network                     Desk      {Add-AzureRmApplicationGatewayAuthenticationCertificate, Get-AzureRmApplicationGatewayAuthenticationCertificate, New-…
Script     5.0.3                 AzureRM.NotificationHubs            Desk      {Get-AzureRmNotificationHub, Get-AzureRmNotificationHubAuthorizationRules, Get-AzureRmNotificationHubListKeys, Get-Az…
Script     5.0.6                 AzureRM.OperationalInsights         Desk      {New-AzureRmOperationalInsightsAzureActivityLogDataSource, New-AzureRmOperationalInsightsCustomLogDataSource, Disable…
Script     1.1.0                 AzureRM.PolicyInsights              Desk      {Get-AzureRmPolicyEvent, Get-AzureRmPolicyState, Get-AzureRmPolicyStateSummary, Get-AzureRmPolicyRemediation…}
Script     4.1.10                AzureRM.PowerBIEmbedded             Desk      {Remove-AzureRmPowerBIWorkspaceCollection, Get-AzureRmPowerBIWorkspaceCollection, Get-AzureRmPowerBIWorkspaceCollecti…
Script     5.8.2                 AzureRM.profile                     Desk      {Disable-AzureRmDataCollection, Disable-AzureRmContextAutosave, Enable-AzureRmDataCollection, Enable-AzureRmContextAu…
Script     4.1.9                 AzureRM.RecoveryServices            Desk      {Get-AzureRmRecoveryServicesBackupProperty, Get-AzureRmRecoveryServicesVault, Get-AzureRmRecoveryServicesVaultSetting…
Script     4.5.2                 AzureRM.RecoveryServices.Backup     Desk      {Backup-AzureRmRecoveryServicesBackupItem, Get-AzureRmRecoveryServicesBackupManagementServer, Get-AzureRmRecoveryServ…
Script     0.2.12                AzureRM.RecoveryServices.SiteRecov… Desk      {Edit-AzureRmRecoveryServicesAsrRecoveryPlan, Get-AzureRmRecoveryServicesAsrAlertSetting, Get-AzureRmRecoveryServices…
Script     5.1.0                 AzureRM.RedisCache                  Desk      {Remove-AzureRmRedisCachePatchSchedule, New-AzureRmRedisCacheScheduleEntry, Get-AzureRmRedisCachePatchSchedule, New-A…
Script     0.3.12                AzureRM.Relay                       Desk      {New-AzureRmRelayNamespace, Get-AzureRmRelayNamespace, Set-AzureRmRelayNamespace, Remove-AzureRmRelayNamespace…}
Script     6.7.3                 AzureRM.Resources                   Desk      {Get-AzureRmProviderOperation, Remove-AzureRmRoleAssignment, Get-AzureRmRoleAssignment, New-AzureRmRoleAssignment…}
Script     0.16.10               AzureRM.Scheduler                   Desk      {Disable-AzureRmSchedulerJobCollection, Enable-AzureRmSchedulerJobCollection, Get-AzureRmSchedulerJobCollection, Get-…
Script     0.6.13                AzureRM.ServiceBus                  Desk      {New-AzureRmServiceBusNamespace, Get-AzureRmServiceBusNamespace, Set-AzureRmServiceBusNamespace, Remove-AzureRmServic…
Script     0.3.15                AzureRM.ServiceFabric               Desk      {Add-AzureRmServiceFabricApplicationCertificate, Add-AzureRmServiceFabricClientCertificate, Add-AzureRmServiceFabricC…
Script     1.0.0                 AzureRM.SignalR                     Desk      {New-AzureRmSignalR, Get-AzureRmSignalR, Get-AzureRmSignalRKey, New-AzureRmSignalRKey…}
Script     4.12.1                AzureRM.Sql                         Desk      {Get-AzureRmSqlDatabaseTransparentDataEncryption, Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity, Set-AzureR…
Script     5.2.0                 AzureRM.Storage                     Desk      {Get-AzureRmStorageAccount, Get-AzureRmStorageAccountKey, New-AzureRmStorageAccount, New-AzureRmStorageAccountKey…}
Script     4.0.10                AzureRM.StreamAnalytics             Desk      {Get-AzureRmStreamAnalyticsFunction, Get-AzureRmStreamAnalyticsDefaultFunctionDefinition, New-AzureRmStreamAnalyticsF…
Script     4.0.5                 AzureRM.Tags                        Desk      {Remove-AzureRmTag, Get-AzureRmTag, New-AzureRmTag}
Script     4.1.3                 AzureRM.TrafficManager              Desk      {Add-AzureRmTrafficManagerCustomHeaderToEndpoint, Remove-AzureRmTrafficManagerCustomHeaderFromEndpoint, Add-AzureRmTr…
Script     4.0.5                 AzureRM.UsageAggregates             Desk      Get-UsageAggregates
Script     5.2.0                 AzureRM.Websites                    Desk      {Get-AzureRmAppServicePlan, Set-AzureRmAppServicePlan, New-AzureRmAppServicePlan, Remove-AzureRmAppServicePlan…}
Script     5.6.5                 InvokeBuild                         Desk      {Invoke-Build, Build-Checkpoint, Build-Parallel}
Manifest   0.9.1                 Microsoft.Graph                     Core,Desk 
Script     0.9.1                 Microsoft.Graph.Analytics           Core,Desk {Get-MgUserActivityStatistics, Get-MgUserLastSharedMethodInsight, Get-MgUserSharedInsight, Get-MgUserSharedLastShared…
Script     0.9.1                 Microsoft.Graph.Authentication      Core,Desk {Connect-Graph, Disconnect-Graph, Get-MgContext, Get-MgProfile…}
Script     0.9.1                 Microsoft.Graph.Bookings            Core,Desk {Get-MgBookingBusiness, Get-MgBookingBusinessAppointment, Get-MgBookingBusinessCalendarView, Get-MgBookingBusinessCus…
Script     0.9.1                 Microsoft.Graph.DevicesApps.Device… Core,Desk {Clear-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration, Get-MgDeviceAppMgt, Get-MgDeviceAppMgtAndroidMana…
Script     0.9.1                 Microsoft.Graph.DevicesApps.Mobile… Core,Desk {Get-MgUserManagedAppRegistration, Get-MgUserManagedAppRegistrationByRef, Get-MgUserWindowInformationProtectionDevice…
Script     0.9.1                 Microsoft.Graph.DevicesApps.Office… Core,Desk {Get-MgOfficeClientConfiguration, Get-MgOfficeClientConfigurationAssignment, Get-MgOfficeConfiguration, New-MgOfficeC…
Script     0.9.1                 Microsoft.Graph.DevicesApps.Shared… Core,Desk {Get-MgUserMobileAppTroubleshootingEvent, Get-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest, New-MgUserM…
Script     0.9.1                 Microsoft.Graph.Education           Core,Desk {Get-MgEducationClass, Get-MgEducationClassAssignment, Get-MgEducationClassAssignmentCategory, Get-MgEducationClassAs…
Script     0.9.1                 Microsoft.Graph.Files.Drives        Core,Desk {Get-MgDrive, Get-MgDriveActivity, Get-MgDriveActivityDriveItem, Get-MgDriveActivityListItem…}
Script     0.9.1                 Microsoft.Graph.Files.Permissions   Core,Desk {Get-MgGroupPermissionGrant, New-MgGroupPermissionGrant, Remove-MgGroupPermissionGrant, Update-MgGroupPermissionGrant}
Script     0.9.1                 Microsoft.Graph.Files.Shares        Core,Desk {Get-MgShareDriveItem, Get-MgShareItem, Get-MgShareList, Get-MgShareListActivity…}
Script     0.9.1                 Microsoft.Graph.Financials          Core,Desk {Get-MgFinancial, Get-MgFinancialCompany, Get-MgFinancialCompanyAccount, Get-MgFinancialCompanyAgedAccountPayable…}
Script     0.9.1                 Microsoft.Graph.Groups.Actions      Core,Desk {Add-MgGroupFavorite, Confirm-MgGroupGrantedPermission, Confirm-MgGroupMemberGroup, Confirm-MgGroupMemberObject…}
Script     0.9.1                 Microsoft.Graph.Groups.Calendar     Core,Desk {Get-MgGroupCalendar, Get-MgGroupCalendarEvent, Get-MgGroupCalendarEventAttachment, Get-MgGroupCalendarEventCalendar…}
Script     0.9.1                 Microsoft.Graph.Groups.Conversation Core,Desk {Get-MgGroupConversation, Get-MgGroupConversationThread, Get-MgGroupConversationThreadPost, Get-MgGroupConversationTh…
Script     0.9.1                 Microsoft.Graph.Groups.Conversatio… Core,Desk {Get-MgGroupThread, Get-MgGroupThreadPost, Get-MgGroupThreadPostAttachment, Get-MgGroupThreadPostExtension…}
Script     0.9.1                 Microsoft.Graph.Groups.DirectoryOb… Core,Desk {Get-MgGroupAcceptedSender, Get-MgGroupCreatedOnBehalf, Get-MgGroupCreatedOnBehalfByRef, Get-MgGroupMember…}
Script     0.9.1                 Microsoft.Graph.Groups.Drive        Core,Desk {Get-MgGroupDrive, New-MgGroupDrive, Remove-MgGroupDrive, Update-MgGroupDrive}
Script     0.9.1                 Microsoft.Graph.Groups.Endpoint     Core,Desk {Get-MgGroupEndpoint, New-MgGroupEndpoint, Remove-MgGroupEndpoint, Update-MgGroupEndpoint}
Script     0.9.1                 Microsoft.Graph.Groups.Extension    Core,Desk {Get-MgGroupExtension, New-MgGroupExtension, Remove-MgGroupExtension, Update-MgGroupExtension}
Script     0.9.1                 Microsoft.Graph.Groups.Functions    Core,Desk {Get-MgGroupCalendarEventDelta, Get-MgGroupCalendarEventInstanceDelta, Get-MgGroupDelta, Get-MgGroupEventCalendarEven…
Script     0.9.1                 Microsoft.Graph.Groups.Group        Core,Desk {Get-MgGroup, New-MgGroup, Remove-MgGroup, Update-MgGroup}
Script     0.9.1                 Microsoft.Graph.Groups.LifecyclePo… Core,Desk {Add-MgGroupToLifecyclePolicy, Get-MgGroupLifecyclePolicy, Invoke-MgRenewGroupLifecyclePolicy, New-MgGroupLifecyclePo…
Script     0.9.1                 Microsoft.Graph.Groups.OneNote      Core,Desk {Get-MgGroupOnenoteNotebook, Get-MgGroupOnenoteNotebookSection, Get-MgGroupOnenoteNotebookSectionGroup, Get-MgGroupOn…
Script     0.9.1                 Microsoft.Graph.Groups.Planner      Core,Desk {Get-MgGroupPlanner, Get-MgGroupPlannerPlan, Get-MgGroupPlannerPlanBucket, Get-MgGroupPlannerPlanBucketTask…}
Script     0.9.1                 Microsoft.Graph.Groups.ProfilePhoto Core,Desk {Get-MgGroupPhoto, New-MgGroupPhoto, Remove-MgGroupPhoto, Update-MgGroupPhoto}
Script     0.9.1                 Microsoft.Graph.Groups.Site         Core,Desk {Get-MgGroupSite, New-MgGroupSite, Remove-MgGroupSite, Update-MgGroupSite}
Script     0.9.1                 Microsoft.Graph.Identity.AccessRev… Core,Desk {Add-MgAccessReviewDecision, Get-MgAccessReview, Get-MgAccessReviewDecision, Get-MgAccessReviewInstance…}
Script     0.9.1                 Microsoft.Graph.Identity.Administr… Core,Desk {Confirm-MgAdministrativeUnitMemberGroup, Confirm-MgAdministrativeUnitMemberObject, Get-MgAdministrativeUnit, Get-MgA…
Script     0.9.1                 Microsoft.Graph.Identity.Applicati… Core,Desk {Add-MgApplicationKey, Add-MgApplicationPassword, Confirm-MgApplicationMemberGroup, Confirm-MgApplicationMemberObject…
Script     0.9.1                 Microsoft.Graph.Identity.AppRoleAs… Core,Desk {Get-MgGroupAppRoleAssignment, Get-MgUserAppRoleAssignment, New-MgGroupAppRoleAssignment, New-MgUserAppRoleAssignment…
Script     0.9.1                 Microsoft.Graph.Identity.AuditLogs  Core,Desk {Get-MgAuditLogDirectoryAudit, Get-MgAuditLogDirectoryProvisioning, Get-MgAuditLogProvisioning, Get-MgAuditLogRestric…
Script     0.9.1                 Microsoft.Graph.Identity.Authentic… Core,Desk {Get-MgUserAuthentication, Get-MgUserAuthenticationEmailMethod, Get-MgUserAuthenticationFido2Method, Get-MgUserAuthen…
Script     0.9.1                 Microsoft.Graph.Identity.AzureADPIM Core,Desk {Get-MgPrivilegedApproval, Get-MgPrivilegedApprovalRequest, Get-MgPrivilegedApprovalRequestByRef, Get-MgPrivilegedApp…
Script     0.9.1                 Microsoft.Graph.Identity.Condition… Core,Desk {Get-MgIdentityConditionalAccess, Get-MgIdentityConditionalAccessNamedLocation, Get-MgIdentityConditionalAccessPolicy…
Script     0.9.1                 Microsoft.Graph.Identity.Contracts  Core,Desk {Confirm-MgContractMemberGroup, Confirm-MgContractMemberObject, Get-MgContract, Get-MgContractAvailableExtensionPrope…
Script     0.9.1                 Microsoft.Graph.Identity.DataPolic… Core,Desk {Get-MgDataPolicyOperation, New-MgDataPolicyOperation, Remove-MgDataPolicyOperation, Update-MgDataPolicyOperation}
Script     0.9.1                 Microsoft.Graph.Identity.Devices    Core,Desk {Confirm-MgDeviceMemberGroup, Confirm-MgDeviceMemberObject, Get-MgDevice, Get-MgDeviceAvailableExtensionProperty…}
Script     0.9.1                 Microsoft.Graph.Identity.Directory  Core,Desk {Get-MgDirectory, Get-MgDirectoryDeletedItem, Get-MgDirectoryFeatureRolloutPolicy, Get-MgDirectoryFeatureRolloutPolic…
Script     0.9.1                 Microsoft.Graph.Identity.Directory… Core,Desk {Confirm-MgDirectoryObjectMemberGroup, Confirm-MgDirectoryObjectMemberObject, Get-MgDirectoryObject, Get-MgDirectoryO…
Script     0.9.1                 Microsoft.Graph.Identity.Directory… Core,Desk {Confirm-MgDirectoryRoleMemberGroup, Confirm-MgDirectoryRoleMemberObject, Get-MgDirectoryRole, Get-MgDirectoryRoleAva…
Script     0.9.1                 Microsoft.Graph.Identity.Directory… Core,Desk {Confirm-MgDirectoryRoleTemplateMemberGroup, Confirm-MgDirectoryRoleTemplateMemberObject, Get-MgDirectoryRoleTemplate…
Script     0.9.1                 Microsoft.Graph.Identity.Directory… Core,Desk {Get-MgDirectorySetting, Get-MgGroupSetting, New-MgDirectorySetting, New-MgGroupSetting…}
Script     0.9.1                 Microsoft.Graph.Identity.Directory… Core,Desk {Confirm-MgDirectorySettingTemplateMemberGroup, Confirm-MgDirectorySettingTemplateMemberObject, Get-MgDirectorySettin…
Script     0.9.1                 Microsoft.Graph.Identity.Domains    Core,Desk {Get-MgDomain, Get-MgDomainNameerenceByRef, Get-MgDomainRefDomainNameerenceByRef, Get-MgDomainServiceConfigurationRec…
Script     0.9.1                 Microsoft.Graph.Identity.Invitatio… Core,Desk {Get-MgInvitation, Get-MgInvitationInvitedUser, Get-MgInvitationInvitedUserByRef, New-MgInvitation…}
Script     0.9.1                 Microsoft.Graph.Identity.OAuth2Per… Core,Desk {Get-MgOauth2PermissionGrant, Get-MgOauth2PermissionGrantDelta, New-MgOauth2PermissionGrant, Remove-MgOauth2Permissio…
Script     0.9.1                 Microsoft.Graph.Identity.OnPremise… Core,Desk {Get-MgOnPremisePublishingProfile, Get-MgOnPremisePublishingProfileAgent, Get-MgOnPremisePublishingProfileAgentGroup,…
Script     0.9.1                 Microsoft.Graph.Identity.Organizat… Core,Desk {Confirm-MgOrganizationMemberGroup, Confirm-MgOrganizationMemberObject, Get-MgOrganization, Get-MgOrganizationAvailab…
Script     0.9.1                 Microsoft.Graph.Identity.Organizat… Core,Desk {Confirm-MgContactMemberGroup, Confirm-MgContactMemberObject, Get-MgContact, Get-MgContactAvailableExtensionProperty…}
Script     0.9.1                 Microsoft.Graph.Identity.Policies   Core,Desk {Get-MgPolicyActivityBasedTimeoutPolicy, Get-MgPolicyAdminConsentRequestPolicy, Get-MgPolicyAuthenticationFlowPolicy,…
Script     0.9.1                 Microsoft.Graph.Identity.Protection Core,Desk {Confirm-MgRiskyUserCompromised, Get-MgRiskDetection, Get-MgRiskyUser, Get-MgRiskyUserHistory…}
Script     0.9.1                 Microsoft.Graph.Identity.Providers  Core,Desk {Get-MgIdentityProvider, Invoke-MgAvailableIdentityProviderType, New-MgIdentityProvider, Remove-MgIdentityProvider…}
Script     0.9.1                 Microsoft.Graph.Identity.RoleManag… Core,Desk {Get-MgRoleManagement, Get-MgRoleManagementDeviceManagement, Get-MgRoleManagementDeviceManagementRoleAssignment, Get-…
Script     0.9.1                 Microsoft.Graph.Identity.ServicePr… Core,Desk {Add-MgServicePrincipalKey, Add-MgServicePrincipalPassword, Confirm-MgServicePrincipalMemberGroup, Confirm-MgServiceP…
Script     0.9.1                 Microsoft.Graph.Identity.Subscribe… Core,Desk {Get-MgSubscribedSku, New-MgSubscribedSku, Remove-MgSubscribedSku, Update-MgSubscribedSku}
Script     0.9.1                 Microsoft.Graph.Identity.TermsOfUse Core,Desk {Get-MgAgreement, Get-MgAgreementAcceptance, Get-MgAgreementFile, Get-MgAgreementFileLocalization…}
Script     0.9.1                 Microsoft.Graph.Identity.TrustFram… Core,Desk {Get-MgTrustFramework, Get-MgTrustFrameworkKeySet, Get-MgTrustFrameworkKeySetActiveKey, Get-MgTrustFrameworkPolicy…}
Script     0.9.1                 Microsoft.Graph.Identity.UserFlows  Core,Desk {Get-MgIdentityUserFlow, New-MgIdentityUserFlow, Remove-MgIdentityUserFlow, Update-MgIdentityUserFlow}
Script     0.9.1                 Microsoft.Graph.Notification        Core,Desk {Get-MgUserNotification, New-MgUserNotification, Remove-MgUserNotification, Update-MgUserNotification}
Script     0.9.1                 Microsoft.Graph.OnlineMeetings      Core,Desk {Get-MgUserOnlineMeeting, New-MgUserOnlineMeeting, Remove-MgUserOnlineMeeting, Update-MgUserOnlineMeeting}
Script     0.9.1                 Microsoft.Graph.Places              Core,Desk {Get-MgPlace, New-MgPlace, Remove-MgPlace, Update-MgPlace}
Script     0.9.1                 Microsoft.Graph.Planner             Core,Desk {Get-MgPlanner, Get-MgPlannerBucket, Get-MgPlannerBucketTask, Get-MgPlannerBucketTaskAssignedToTaskBoardFormat…}
Script     0.9.1                 Microsoft.Graph.Reports             Core,Desk {Get-MgReportApplicationSign, Get-MgReportAzureAdApplicationSign, Get-MgReportAzureAdFeatureUsage, Get-MgReportAzureA…
Script     0.9.1                 Microsoft.Graph.SchemaExtensions    Core,Desk {Get-MgSchemaExtension, New-MgSchemaExtension, Remove-MgSchemaExtension, Update-MgSchemaExtension}
Script     0.9.1                 Microsoft.Graph.Search              Core,Desk {Get-MgExternal, Get-MgExternalConnection, Get-MgSearch, Invoke-MgQuerySearch…}
Script     0.9.1                 Microsoft.Graph.Security            Core,Desk {Get-MgSecurityAction, Get-MgSecurityAlert, Get-MgSecurityCloudAppSecurityProfile, Get-MgSecurityDomainSecurityProfil…
Script     0.9.1                 Microsoft.Graph.Sites.Actions       Core,Desk {Copy-MgSiteOnenoteNotebook, Copy-MgSiteOnenotePageToSection, Copy-MgSiteOnenoteSectionToNotebook, Copy-MgSiteOnenote…
Script     0.9.1                 Microsoft.Graph.Sites.Drive         Core,Desk {Get-MgSiteDrive, New-MgSiteDrive, Remove-MgSiteDrive, Update-MgSiteDrive}
Script     0.9.1                 Microsoft.Graph.Sites.Functions     Core,Desk {Get-MgSiteActivityByInterval, Get-MgSiteByPath, Get-MgSiteListItemActivityByInterval, Get-MgSiteRecentNotebook…}
Script     0.9.1                 Microsoft.Graph.Sites.List          Core,Desk {Get-MgSiteList, Get-MgSiteListActivity, Get-MgSiteListActivityDriveItem, Get-MgSiteListActivityListItem…}
Script     0.9.1                 Microsoft.Graph.Sites.OneNote       Core,Desk {Get-MgSiteOnenoteNotebook, Get-MgSiteOnenoteNotebookSection, Get-MgSiteOnenoteNotebookSectionGroup, Get-MgSiteOnenot…
Script     0.9.1                 Microsoft.Graph.Sites.Pages         Core,Desk {Get-MgSitePage, New-MgSitePage, Remove-MgSitePage, Update-MgSitePage}
Script     0.9.1                 Microsoft.Graph.Sites.Site          Core,Desk {Get-MgSite, Get-MgSiteAnalytic, Get-MgSiteAnalyticByRef, Get-MgSiteColumn…}
Script     0.9.1                 Microsoft.Graph.Subscriptions       Core,Desk {Get-MgSubscription, New-MgSubscription, Remove-MgSubscription, Update-MgSubscription}
Script     0.9.1                 Microsoft.Graph.Teams.AppCatalogs   Core,Desk {Get-MgAppCatalog, Get-MgAppCatalogTeamApp, Get-MgAppCatalogTeamAppDefinition, New-MgAppCatalogTeamApp…}
Script     0.9.1                 Microsoft.Graph.Teams.Chats         Core,Desk {Get-MgChat, Get-MgChatInstalledApp, Get-MgChatInstalledAppTeamApp, Get-MgChatInstalledAppTeamAppByRef…}
Script     0.9.1                 Microsoft.Graph.Teams.Team          Core,Desk {Copy-MgTeam, Get-MgGroupTeam, Get-MgTeam, Get-MgTeamChannel…}
Script     0.9.1                 Microsoft.Graph.Teams.Teamwork      Core,Desk {Get-MgUserTeamwork, Get-MgUserTeamworkInstalledApp, Get-MgUserTeamworkInstalledAppChat, Get-MgUserTeamworkInstalledA…
Script     0.9.1                 Microsoft.Graph.Users.Actions       Core,Desk {Add-MgUserPendingAccessReviewInstanceDecision, Clear-MgUserAndBlockManagedApp, Clear-MgUserManagedAppRegistration, C…
Script     0.9.1                 Microsoft.Graph.Users.ActivityFeed  Core,Desk {Get-MgUserActivity, Get-MgUserActivityHistoryItem, Get-MgUserActivityHistoryItemActivity, Get-MgUserActivityHistoryI…
Script     0.9.1                 Microsoft.Graph.Users.Calendar      Core,Desk {Get-MgUserCalendar, Get-MgUserCalendarEvent, Get-MgUserCalendarEventAttachment, Get-MgUserCalendarEventCalendar…}
Script     0.9.1                 Microsoft.Graph.Users.Contacts      Core,Desk {Get-MgUserContact, Get-MgUserContactExtension, Get-MgUserContactFolder, Get-MgUserContactFolderChildFolder…}
Script     0.9.1                 Microsoft.Graph.Users.Devices       Core,Desk {Get-MgUserDevice, New-MgUserDevice, Remove-MgUserDevice, Update-MgUserDevice}
Script     0.9.1                 Microsoft.Graph.Users.DirectoryObj… Core,Desk {Get-MgUserCreatedObject, Get-MgUserCreatedObjectByRef, Get-MgUserDirectReport, Get-MgUserDirectReportByRef…}
Script     0.9.1                 Microsoft.Graph.Users.Drive         Core,Desk {Get-MgUserDrive, New-MgUserDrive, Remove-MgUserDrive, Update-MgUserDrive}
Script     0.9.1                 Microsoft.Graph.Users.Extensions    Core,Desk {Get-MgUserExtension, New-MgUserExtension, Remove-MgUserExtension, Update-MgUserExtension}
Script     0.9.1                 Microsoft.Graph.Users.FollowedSites Core,Desk {Get-MgUserFollowedSite, Get-MgUserFollowedSiteByRef, New-MgUserFollowedSiteByRef}
Script     0.9.1                 Microsoft.Graph.Users.Functions     Core,Desk {Export-MgUserDeviceAndAppManagementData623C, Export-MgUserDeviceAndAppManagementDataD390, Find-MgUserRoomAc49, Find-…
Script     0.9.1                 Microsoft.Graph.Users.Groups        Core,Desk {Get-MgUserJoinedGroup, Get-MgUserJoinedTeam, New-MgUserJoinedGroup, New-MgUserJoinedTeam…}
Script     0.9.1                 Microsoft.Graph.Users.InformationP… Core,Desk {Get-MgUserInformationProtection, Remove-MgUserInformationProtection, Update-MgUserInformationProtection}
Script     0.9.1                 Microsoft.Graph.Users.LicenseDetai… Core,Desk {Get-MgUserLicenseDetail, New-MgUserLicenseDetail, Remove-MgUserLicenseDetail, Update-MgUserLicenseDetail}
Script     0.9.1                 Microsoft.Graph.Users.Mail          Core,Desk {Get-MgUserInferenceClassification, Get-MgUserInferenceClassificationOverride, Get-MgUserMailFolder, Get-MgUserMailFo…
Script     0.9.1                 Microsoft.Graph.Users.OneNote       Core,Desk {Get-MgUserOnenoteNotebook, Get-MgUserOnenoteNotebookSection, Get-MgUserOnenoteNotebookSectionGroup, Get-MgUserOnenot…
Script     0.9.1                 Microsoft.Graph.Users.OutlookUser   Core,Desk {Get-MgUserOutlook, Get-MgUserOutlookMasterCategory, Get-MgUserOutlookTask, Get-MgUserOutlookTaskAttachment…}
Script     0.9.1                 Microsoft.Graph.Users.People        Core,Desk {Get-MgUserPerson, New-MgUserPerson, Remove-MgUserPerson, Update-MgUserPerson}
Script     0.9.1                 Microsoft.Graph.Users.Planner       Core,Desk {Get-MgUserPlanner, Get-MgUserPlannerFavoritePlan, Get-MgUserPlannerFavoritePlanByRef, Get-MgUserPlannerPlan…}
Script     0.9.1                 Microsoft.Graph.Users.ProfilePhoto  Core,Desk {Get-MgUserPhoto, New-MgUserPhoto, Remove-MgUserPhoto, Update-MgUserPhoto}
Script     0.9.1                 Microsoft.Graph.Users.User          Core,Desk {Get-MgUser, Get-MgUserPresence, New-MgUser, Remove-MgUser…}
Script     0.9.1                 Microsoft.Graph.Users.UserSettings  Core,Desk {Get-MgUserSetting, Get-MgUserSettingRegionalAndLanguageSetting, Get-MgUserSettingShiftPerenceByRef, Remove-MgUserSet…
Script     2.8.11                Microsoft.Xrm.Data.Powershell       Desk      {Get-CrmRecordsByFetch, Get-CrmEntityRecordCount, Remove-CrmUserManager, Set-CrmUserSettings…}
Binary     1.1.4                 MicrosoftTeams                      Core,Desk {Add-TeamUser, Connect-MicrosoftTeams, Disconnect-MicrosoftTeams, Get-CsPolicyPackage…}
Script     4.10.1                Pester                              Desk      {Describe, Context, It, Should…}
Script     0.3.8                 PSDepend                            Desk      {Get-Dependency, Get-PSDependScript, Get-PSDependType, Import-Dependency…}
Script     1.0.5                 PSDeploy                            Desk      {By, DependingOn, Deploy, FromSource…}
Script     1.19.1                PSScriptAnalyzer                    Desk      {Get-ScriptAnalyzerRule, Invoke-ScriptAnalyzer, Invoke-Formatter}

ModuleType Version    PreRelease Name                                PSEdition ExportedCommands
---------- -------    ---------- ----                                --------- ----------------
Script     2.5.0                 Az                                  Core,Desk 
Script     1.6.1                 Az.Accounts                         Core,Desk {Disable-AzDataCollection, Disable-AzContextAutosave, Enable-AzDataCollection, Enable-AzContextAutosave…}
Script     1.0.0                 Az.Advisor                          Core,Desk {Get-AzAdvisorRecommendation, Enable-AzAdvisorRecommendation, Disable-AzAdvisorRecommendation, Get-AzAdvisorConfigura…
Script     1.0.1                 Az.Aks                              Core,Desk {Get-AzAks, New-AzAks, Remove-AzAks, Import-AzAksCredential…}
Script     1.1.0                 Az.AnalysisServices                 Core,Desk {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServicesServer, Get-AzAnalysisServicesServer, Remove-AzAnalysisSe…
Script     1.2.0                 Az.ApiManagement                    Core,Desk {Add-AzApiManagementApiToProduct, Add-AzApiManagementProductToGroup, Add-AzApiManagementRegion, Add-AzApiManagementUs…
Script     1.0.1                 Az.ApplicationInsights              Core,Desk {Get-AzApplicationInsights, New-AzApplicationInsights, Remove-AzApplicationInsights, Set-AzApplicationInsightsPricing…
Script     1.3.1                 Az.Automation                       Core,Desk {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHybridWorkerGroup, Get-AzAutomationJobOutputRecord, Import-AzA…
Script     1.1.0                 Az.Batch                            Core,Desk {Remove-AzBatchAccount, Get-AzBatchAccount, Get-AzBatchAccountKey, New-AzBatchAccount…}
Script     1.0.0                 Az.Billing                          Core,Desk {Get-AzBillingInvoice, Get-AzBillingPeriod, Get-AzEnrollmentAccount, Get-AzConsumptionBudget…}
Script     1.3.0                 Az.Cdn                              Core,Desk {Get-AzCdnProfile, Get-AzCdnProfileSsoUrl, New-AzCdnProfile, Remove-AzCdnProfile…}
Script     1.2.0                 Az.CognitiveServices                Core,Desk {Get-AzCognitiveServicesAccount, Get-AzCognitiveServicesAccountKey, Get-AzCognitiveServicesAccountSku, Get-AzCognitiv…
Script     2.4.1                 Az.Compute                          Core,Desk {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAvailabilitySet, Update-AzAvailabilitySet…}
Script     1.0.1                 Az.ContainerInstance                Core,Desk {New-AzContainerGroup, Get-AzContainerGroup, Remove-AzContainerGroup, Get-AzContainerInstanceLog}
Script     1.1.0                 Az.ContainerRegistry                Core,Desk {New-AzContainerRegistry, Get-AzContainerRegistry, Update-AzContainerRegistry, Remove-AzContainerRegistry…}
Script     1.1.3                 Az.DataFactory                      Core,Desk {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFactoryV2, Remove-AzDataFactoryV2…}
Script     1.0.0                 Az.DataLakeAnalytics                Core,Desk {Get-AzDataLakeAnalyticsDataSource, New-AzDataLakeAnalyticsCatalogCredential, Remove-AzDataLakeAnalyticsCatalogCreden…
Script     1.2.1                 Az.DataLakeStore                    Core,Desk {Get-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeStoreFirewallRule, S…
Script     1.0.0                 Az.DeploymentManager                Core,Desk {Get-AzDeploymentManagerArtifactSource, New-AzDeploymentManagerArtifactSource, Set-AzDeploymentManagerArtifactSource,…
Script     1.0.0                 Az.DevTestLabs                      Core,Desk {Get-AzDtlAllowedVMSizesPolicy, Get-AzDtlAutoShutdownPolicy, Get-AzDtlAutoStartPolicy, Get-AzDtlVMsPerLabPolicy…}
Script     1.1.1                 Az.Dns                              Core,Desk {Get-AzDnsRecordSet, New-AzDnsRecordConfig, Remove-AzDnsRecordSet, Set-AzDnsRecordSet…}
Script     1.2.1                 Az.EventGrid                        Core,Desk {New-AzEventGridTopic, Get-AzEventGridTopic, Set-AzEventGridTopic, New-AzEventGridTopicKey…}
Script     1.3.0                 Az.EventHub                         Core,Desk {New-AzEventHubNamespace, Get-AzEventHubNamespace, Set-AzEventHubNamespace, Remove-AzEventHubNamespace…}
Script     1.1.0                 Az.FrontDoor                        Core,Desk {New-AzFrontDoor, Get-AzFrontDoor, Set-AzFrontDoor, Remove-AzFrontDoor…}
Script     2.0.0                 Az.HDInsight                        Core,Desk {Get-AzHDInsightJob, New-AzHDInsightSqoopJobDefinition, Wait-AzHDInsightJob, New-AzHDInsightStreamingMapReduceJobDefi…
Script     1.2.0                 Az.IotHub                           Core,Desk {Add-AzIotHubKey, Get-AzIotHubEventHubConsumerGroup, Get-AzIotHubConnectionString, Get-AzIotHubJob…}
Script     1.3.0                 Az.KeyVault                         Core,Desk {Add-AzKeyVaultCertificate, Update-AzKeyVaultCertificate, Stop-AzKeyVaultCertificateOperation, Get-AzKeyVaultCertific…
Script     1.3.0                 Az.LogicApp                         Core,Desk {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccountAssembly, Get-AzIntegrationAccountBatchConfiguration, Get…
Script     1.1.0                 Az.MachineLearning                  Core,Desk {Move-AzMlCommitmentAssociation, Get-AzMlCommitmentAssociation, Get-AzMlCommitmentPlanUsageHistory, Remove-AzMlCommit…
Script     1.0.0                 Az.ManagedServices                  Core,Desk {Get-AzManagedServicesAssignment, New-AzManagedServicesAssignment, Remove-AzManagedServicesAssignment, Get-AzManagedS…
Script     1.0.0                 Az.MarketplaceOrdering              Core,Desk {Get-AzMarketplaceTerms, Set-AzMarketplaceTerms}
Script     1.1.0                 Az.Media                            Core,Desk {Sync-AzMediaServiceStorageKey, Set-AzMediaServiceKey, Get-AzMediaServiceKey, Get-AzMediaServiceNameAvailability…}
Script     1.2.1                 Az.Monitor                          Core,Desk {Get-AzMetricDefinition, Get-AzMetric, Remove-AzLogProfile, Get-AzLogProfile…}
Script     1.12.0                Az.Network                          Core,Desk {Add-AzApplicationGatewayAuthenticationCertificate, Get-AzApplicationGatewayAuthenticationCertificate, New-AzApplicat…
Script     1.1.0                 Az.NotificationHubs                 Core,Desk {Get-AzNotificationHub, Get-AzNotificationHubAuthorizationRule, Get-AzNotificationHubListKey, Get-AzNotificationHubPN…
Script     1.3.2                 Az.OperationalInsights              Core,Desk {New-AzOperationalInsightsAzureActivityLogDataSource, New-AzOperationalInsightsCustomLogDataSource, Disable-AzOperati…
Script     1.1.2                 Az.PolicyInsights                   Core,Desk {Get-AzPolicyEvent, Get-AzPolicyState, Get-AzPolicyStateSummary, Get-AzPolicyRemediation…}
Script     1.1.0                 Az.PowerBIEmbedded                  Core,Desk {Remove-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspaceCollectionAccessKey, Ge…
Script     1.4.3                 Az.RecoveryServices                 Core,Desk {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServicesVault, Get-AzRecoveryServicesVaultSettingsFile, New-AzRe…
Script     1.1.0                 Az.RedisCache                       Core,Desk {Remove-AzRedisCachePatchSchedule, New-AzRedisCacheScheduleEntry, Get-AzRedisCachePatchSchedule, New-AzRedisCachePatc…
Script     1.0.1                 Az.Relay                            Core,Desk {New-AzRelayNamespace, Get-AzRelayNamespace, Set-AzRelayNamespace, Remove-AzRelayNamespace…}
Script     1.6.1                 Az.Resources                        Core,Desk {Get-AzProviderOperation, Remove-AzRoleAssignment, Get-AzRoleAssignment, New-AzRoleAssignment…}
Script     1.3.0                 Az.ServiceBus                       Core,Desk {New-AzServiceBusNamespace, Get-AzServiceBusNamespace, Set-AzServiceBusNamespace, Remove-AzServiceBusNamespace…}
Script     1.1.1                 Az.ServiceFabric                    Core,Desk {Add-AzServiceFabricApplicationCertificate, Add-AzServiceFabricClientCertificate, Add-AzServiceFabricClusterCertifica…
Script     1.0.2                 Az.SignalR                          Core,Desk {New-AzSignalR, Get-AzSignalR, Get-AzSignalRKey, New-AzSignalRKey…}
Script     1.13.1                Az.Sql                              Core,Desk {Get-AzSqlDatabaseTransparentDataEncryption, Get-AzSqlDatabaseTransparentDataEncryptionActivity, Set-AzSqlDatabaseTra…
Script     1.5.1                 Az.Storage                          Core,Desk {Get-AzStorageAccount, Get-AzStorageAccountKey, New-AzStorageAccount, New-AzStorageAccountKey…}
Script     1.2.0                 Az.StorageSync                      Core,Desk {Invoke-AzStorageSyncCompatibilityCheck, New-AzStorageSyncService, Get-AzStorageSyncService, Remove-AzStorageSyncServ…
Script     1.0.0                 Az.StreamAnalytics                  Core,Desk {Get-AzStreamAnalyticsFunction, Get-AzStreamAnalyticsDefaultFunctionDefinition, New-AzStreamAnalyticsFunction, Remove…
Script     1.0.1                 Az.TrafficManager                   Core,Desk {Add-AzTrafficManagerCustomHeaderToEndpoint, Remove-AzTrafficManagerCustomHeaderFromEndpoint, Add-AzTrafficManagerCus…
Script     1.4.0                 Az.Websites                         Core,Desk {Get-AzAppServicePlan, Set-AzAppServicePlan, New-AzAppServicePlan, Remove-AzAppServicePlan…}
Script     0.0.2                 Connectimo                          Desk      {Connect-WinAzure, Connect-WinAzureAD, Connect-WinConnectivity, Connect-WinExchange…}
Script     0.0.103               PSSharedGoods                       Core,Desk {Add-WinADUserGroups, Find-ADConnectServer, Find-ExchangeServer, Find-HyperVServer…}
Script     0.86                  PSWriteColor                        Core,Desk {Write-Color, Write-Colour}
Binary     3.8.1904.0            SharePointPnPPowerShellOnline       Desk      {Add-PnPAlert, Add-PnPApp, Add-PnPClientSidePage, Add-PnPClientSidePageSection…}

ModuleType Version    PreRelease Name                                PSEdition ExportedCommands
---------- -------    ---------- ----                                --------- ----------------
Manifest   1.2.5                 Microsoft.PowerShell.Archive        Desk      {Compress-Archive, Expand-Archive}
Manifest   7.0.0.0               Microsoft.PowerShell.Host           Core      {Start-Transcript, Stop-Transcript}
Manifest   7.0.0.0               Microsoft.PowerShell.Management     Core      {Add-Content, Clear-Content, Clear-ItemProperty, Join-Path…}
Manifest   7.0.0.0               Microsoft.PowerShell.Security       Core      {Get-Credential, Get-ExecutionPolicy, Set-ExecutionPolicy, ConvertFrom-SecureString…}
Manifest   7.0.0.0               Microsoft.PowerShell.Utility        Core      {Export-Alias, Get-Alias, Import-Alias, New-Alias…}
Script     1.4.7                 PackageManagement                   Desk      {Find-Package, Get-Package, Get-PackageProvider, Get-PackageSource…}
Script     2.2.5                 PowerShellGet                       Desk      {Find-Command, Find-DSCResource, Find-Module, Find-RoleCapability…}
Script     2.0.5                 PSDesiredStateConfiguration         Core      {Configuration, New-DscChecksum, Get-DscResource, Invoke-DscResource}
Script     2.1.0                 PSReadLine                          Desk      {Get-PSReadLineKeyHandler, Set-PSReadLineKeyHandler, Remove-PSReadLineKeyHandler, Get-PSReadLineOption…}
Binary     2.0.3                 ThreadJob                           Desk      Start-ThreadJob

ModuleType Version    PreRelease Name                                PSEdition ExportedCommands
---------- -------    ---------- ----                                --------- ----------------
Script     1.1.3                 Plaster                             Desk      {Invoke-Plaster, New-PlasterManifest, Get-PlasterTemplate, Test-PlasterManifest}
Binary     2.1.0                 PowerShellEditorServices            Core,Desk Start-EditorServices
Binary     0.2.0                 PowerShellEditorServices.VSCode     Desk      {New-VSCodeHtmlContentView, Show-VSCodeHtmlContentView, Close-VSCodeHtmlContentView, Set-VSCodeHtmlContentView…}
Script     2.0.2                 PSReadLine                          Desk      {Get-PSReadLineKeyHandler, Set-PSReadLineKeyHandler, Remove-PSReadLineKeyHandler, Get-PSReadLineOption…}
Script     1.19.0                PSScriptAnalyzer                    Desk      {Get-ScriptAnalyzerRule, Invoke-ScriptAnalyzer, Invoke-Formatter}

Debug output

DEBUG: 9:56:42 AM - NewAzureAutomationVariable begin processing with ParameterSet 'ByName'.
DEBUG: 9:56:42 AM - using account id '[redacted]'...
DEBUG: [Common.Authentication]: Authenticating using Account: '[redacted]', environment: 'AzureCloud', tenant: '[redacted]'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:  ExpiresOn: 2021-02-03T09:56:40.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:  ExpiresOn: 2021-02-03T09:56:40.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '[redacted]', UserId: '[redacted]'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31

Headers:
x-ms-client-request-id        : [redacted]
Accept-Language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Cache-Control                 : no-cache
Pragma                        : no-cache
x-ms-request-id               : [redacted]

DEBUG: 9:57:11 AM - NewAzureAutomationVariable begin processing with ParameterSet 'ByName'.
DEBUG: 9:57:11 AM - using account id '[redacted]'...
DEBUG: [Common.Authentication]: Authenticating using Account: '[redacted]', environment: 'AzureCloud', tenant: '[redacted]'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:  ExpiresOn: 2021-02-03T09:57:08.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:  ExpiresOn: 2021-02-03T09:57:08.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '[redacted]', UserId: '[redacted]'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31

Headers:
x-ms-client-request-id        : [redacted]
Accept-Language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Cache-Control                 : no-cache
Pragma                        : no-cache
x-ms-request-id               : [redacted]

DEBUG: 9:57:26 AM - NewAzureAutomationVariable begin processing with ParameterSet 'ByName'.
DEBUG: 9:57:26 AM - using account id '[redacted]'...
DEBUG: [Common.Authentication]: Authenticating using Account: '[redacted]', environment: 'AzureCloud', tenant: '[redacted]'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:  ExpiresOn: 2021-02-03T09:57:24.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId:  ExpiresOn: 2021-02-03T09:57:24.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '[redacted]', UserId: '[redacted]'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31

Headers:
x-ms-client-request-id        : [redacted]
Accept-Language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
NotFound

Headers:
Cache-Control                 : no-cache
Pragma                        : no-cache
x-ms-request-id               : [redacted]
Strict-Transport-Security     : max-age=31536000; includeSubDomains
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-reads: 11999
x-ms-correlation-request-id   : 460e7962-1749-4f5b-abc3-e218f48d0144
x-ms-routing-request-id       : SWITZERLANDNORTH:20210203T085727Z:460e7962-1749-4f5b-abc3-e218f48d0144
X-Content-Type-Options        : nosniff
Date                          : Wed, 03 Feb 2021 08:57:26 GMT

Body:
{
  "code": "NotFound",
  "message": "Variable not found."
}

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
PUT

Absolute Uri:
https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31

Headers:
x-ms-client-request-id        : [redacted]
Accept-Language               : en-US

Body:
{
  "name": "DateTimeVariable",
  "properties": {
    "value": "\"2021-02-03T09:57:26.664959+01:00\"",
    "isEncrypted": false
  }
}

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
Created

Headers:
Cache-Control                 : no-cache
Pragma                        : no-cache
Location                      : https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31
x-ms-request-id               : [redacted]
x-ms-location                 : https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31
ocp-location                  : https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31
Strict-Transport-Security     : max-age=31536000; includeSubDomains
Server                        : Microsoft-IIS/10.0
X-AspNet-Version              : 4.0.30319
X-Powered-By                  : ASP.NET
x-ms-ratelimit-remaining-subscription-writes: 1199
x-ms-correlation-request-id   : 2265c29d-890e-4862-8325-6ec5e1cee77e
x-ms-routing-request-id       : SWITZERLANDNORTH:20210203T085727Z:2265c29d-890e-4862-8325-6ec5e1cee77e
X-Content-Type-Options        : nosniff
Date                          : Wed, 03 Feb 2021 08:57:26 GMT

Body:
{
  "id": "/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable",
  "name": "DateTimeVariable",
  "type": "Microsoft.Automation/AutomationAccounts/Variables",
  "properties": {
    "creationTime": "2021-02-03T09:57:27.34+01:00",
    "lastModifiedTime": "2021-02-03T09:57:27.34+01:00",
    "isEncrypted": false,
    "value": "\"2021-02-03T09:57:26.664959+01:00\"",
    "description": null
  }
}

Account                              SubscriptionName                    TenantId                             Environment
-------                              ----------------                    --------                             -----------
[redacted] SIT - SharePoint Allgemein DEV - DT [redacted] AzureCloud

Value                 : 2/3/2021 9:57:26 AM
Encrypted             : False
ResourceGroupName     : rg-cloud-teams
AutomationAccountName : automation-teams-dev
Name                  : DateTimeVariable
CreationTime          : 2/3/2021 9:57:27 AM +01:00
LastModifiedTime      : 2/3/2021 9:57:27 AM +01:00
Description           : 

DEBUG: AzureQoSEvent: CommandName - New-AzAutomationVariable; IsSuccess - True; Duration - 00:00:00.7396729
DEBUG: Finish sending metric.
DEBUG: 9:57:27 AM - NewAzureAutomationVariable end processing.

Error output

No errors

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Wmengmsft, @MehaKaushik, @shurd, @anfeldma-ms

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jaspkaur28.

Issue Details
## Description Creating a variable of type DateTime is not possible. The variable will always be created as a string instead. ## Steps to reproduce ```powershell Connect-AzAccount $azResourceGroup = "" $azAccount = "" $variableName = "DateTimeVariable" $variableValue = Get-Date $paramNewAzAutomationVariable = @{ ResourceGroupName = $azResourceGroup AutomationAccountName = $azAccount Name = $variableName Value = $variableValue Encrypted = $false } New-AzAutomationVariable @paramNewAzAutomationVariable ``` ## Environment data ``` Name Value ---- ----- PSVersion 7.1.1 PSEdition Core GitCommitId 7.1.1 OS Darwin 18.7.0 Darwin Kernel Version 18.7.0: Thu Jan 23 06:52:12 PST 2020; root:xnu-4903.278.25~1/RELEASE_X86_64 Platform Unix PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0 ``` ## Module versions ```powershell ModuleType Version PreRelease Name PSEdition ExportedCommands ---------- ------- ---------- ---- --------- ---------------- Script 5.4.0 Az Core,Desk Script 2.2.4 Az.Accounts Core,Desk {Disable-AzDataCollection, Disable-AzContextAutosave, Enable-AzDataCollection, Enable-AzContextAutosave…} Script 2.2.1 Az.Accounts Core,Desk {Disable-AzDataCollection, Disable-AzContextAutosave, Enable-AzDataCollection, Enable-AzContextAutosave…} Script 1.1.1 Az.Advisor Core,Desk {Get-AzAdvisorRecommendation, Enable-AzAdvisorRecommendation, Disable-AzAdvisorRecommendation, Get-AzAdvisorConfigura… Script 2.0.1 Az.Aks Core,Desk {Get-AzAksCluster, New-AzAksCluster, Remove-AzAksCluster, Import-AzAksCredential…} Script 1.1.4 Az.AnalysisServices Core,Desk {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServicesServer, Get-AzAnalysisServicesServer, Remove-AzAnalysisSe… Script 2.2.0 Az.ApiManagement Core,Desk {Add-AzApiManagementApiToGateway, Add-AzApiManagementApiToProduct, Add-AzApiManagementProductToGroup, Add-AzApiManage… Script 1.0.0 Az.AppConfiguration Core,Desk {Get-AzAppConfigurationStore, Get-AzAppConfigurationStoreKey, New-AzAppConfigurationStore, New-AzAppConfigurationStor… Script 1.1.0 Az.ApplicationInsights Core,Desk {Get-AzApplicationInsights, New-AzApplicationInsights, Remove-AzApplicationInsights, Update-AzApplicationInsights…} Script 1.4.2 Az.Automation Core,Desk {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHybridWorkerGroup, Get-AzAutomationJobOutputRecord, Import-AzA… Script 1.4.0 Az.Automation Core,Desk {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHybridWorkerGroup, Get-AzAutomationJobOutputRecord, Import-AzA… Script 3.1.0 Az.Batch Core,Desk {Remove-AzBatchAccount, Get-AzBatchAccount, Get-AzBatchAccountKey, New-AzBatchAccount…} Script 2.0.0 Az.Billing Core,Desk {Get-AzBillingInvoice, Get-AzBillingPeriod, Get-AzEnrollmentAccount, Get-AzConsumptionBudget…} Script 1.6.0 Az.Cdn Core,Desk {Get-AzCdnProfile, Get-AzCdnProfileSsoUrl, New-AzCdnProfile, Remove-AzCdnProfile…} Script 1.8.0 Az.CognitiveServices Core,Desk {Get-AzCognitiveServicesAccount, Get-AzCognitiveServicesAccountKey, Get-AzCognitiveServicesAccountSku, Get-AzCognitiv… Script 4.8.0 Az.Compute Core,Desk {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAvailabilitySet, Update-AzAvailabilitySet…} Script 1.0.3 Az.ContainerInstance Core,Desk {New-AzContainerGroup, Get-AzContainerGroup, Remove-AzContainerGroup, Get-AzContainerInstanceLog} Script 2.1.0 Az.ContainerRegistry Core,Desk {New-AzContainerRegistry, Get-AzContainerRegistry, Update-AzContainerRegistry, Remove-AzContainerRegistry…} Script 1.0.0 Az.CosmosDB Core,Desk {Get-AzCosmosDBSqlContainer, Get-AzCosmosDBSqlContainerThroughput, Get-AzCosmosDBSqlDatabase, Get-AzCosmosDBSqlDataba… Script 1.1.0 Az.DataBoxEdge Core,Desk {Get-AzDataBoxEdgeJob, Get-AzDataBoxEdgeDevice, Invoke-AzDataBoxEdgeDevice, New-AzDataBoxEdgeDevice…} Script 1.0.2 Az.Databricks Core,Desk {Get-AzDatabricksVNetPeering, Get-AzDatabricksWorkspace, New-AzDatabricksVNetPeering, New-AzDatabricksWorkspace…} Script 1.11.3 Az.DataFactory Core,Desk {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFactoryV2, Remove-AzDataFactoryV2…} Script 1.0.2 Az.DataLakeAnalytics Core,Desk {Get-AzDataLakeAnalyticsDataSource, New-AzDataLakeAnalyticsCatalogCredential, Remove-AzDataLakeAnalyticsCatalogCreden… Script 1.3.0 Az.DataLakeStore Core,Desk {Get-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeStoreFirewallRule, S… Script 1.0.0 Az.DataShare Core,Desk {New-AzDataShareAccount, Get-AzDataShareAccount, Remove-AzDataShareAccount, New-AzDataShare…} Script 1.1.0 Az.DeploymentManager Core,Desk {Get-AzDeploymentManagerArtifactSource, New-AzDeploymentManagerArtifactSource, Set-AzDeploymentManagerArtifactSource,… Script 2.1.1 Az.DesktopVirtualization Core,Desk {Disconnect-AzWvdUserSession, Expand-AzWvdMsixImage, Get-AzWvdApplication, Get-AzWvdApplicationGroup…} Script 1.0.2 Az.DevTestLabs Core,Desk {Get-AzDtlAllowedVMSizesPolicy, Get-AzDtlAutoShutdownPolicy, Get-AzDtlAutoStartPolicy, Get-AzDtlVMsPerLabPolicy…} Script 1.1.2 Az.Dns Core,Desk {Get-AzDnsRecordSet, New-AzDnsRecordConfig, Remove-AzDnsRecordSet, Set-AzDnsRecordSet…} Script 1.3.0 Az.EventGrid Core,Desk {New-AzEventGridTopic, Get-AzEventGridTopic, Set-AzEventGridTopic, New-AzEventGridTopicKey…} Script 1.7.1 Az.EventHub Core,Desk {New-AzEventHubNamespace, Get-AzEventHubNamespace, Set-AzEventHubNamespace, Remove-AzEventHubNamespace…} Script 1.6.1 Az.FrontDoor Core,Desk {New-AzFrontDoor, Get-AzFrontDoor, Set-AzFrontDoor, Remove-AzFrontDoor…} Script 2.0.0 Az.Functions Core,Desk {Get-AzFunctionApp, Get-AzFunctionAppAvailableLocation, Get-AzFunctionAppPlan, Get-AzFunctionAppSetting…} Script 4.1.1 Az.HDInsight Core,Desk {Get-AzHDInsightJob, New-AzHDInsightSqoopJobDefinition, Wait-AzHDInsightJob, New-AzHDInsightStreamingMapReduceJobDefi… Script 1.2.0 Az.HealthcareApis Core,Desk {New-AzHealthcareApisService, Remove-AzHealthcareApisService, Set-AzHealthcareApisService, Get-AzHealthcareApisServic… Script 2.7.2 Az.IotHub Core,Desk {Add-AzIotHubKey, Get-AzIotHubEventHubConsumerGroup, Get-AzIotHubConnectionString, Get-AzIotHubJob…} Script 3.3.1 Az.KeyVault Core,Desk {Add-AzKeyVaultCertificate, Update-AzKeyVaultCertificate, Stop-AzKeyVaultCertificateOperation, Get-AzKeyVaultCertific… Script 1.0.1 Az.Kusto Core,Desk {Add-AzKustoClusterLanguageExtension, Add-AzKustoDatabasePrincipal, Get-AzKustoAttachedDatabaseConfiguration, Get-AzK… Script 1.5.0 Az.LogicApp Core,Desk {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccountAssembly, Get-AzIntegrationAccountBatchConfiguration, Get… Script 1.1.3 Az.MachineLearning Core,Desk {Move-AzMlCommitmentAssociation, Get-AzMlCommitmentAssociation, Get-AzMlCommitmentPlanUsageHistory, Remove-AzMlCommit… Script 1.1.0 Az.Maintenance Core,Desk {Get-AzApplyUpdate, Get-AzConfigurationAssignment, Get-AzMaintenanceConfiguration, Get-AzMaintenanceUpdate…} Script 2.0.0 Az.ManagedServices Core,Desk {Get-AzManagedServicesAssignment, New-AzManagedServicesAssignment, Remove-AzManagedServicesAssignment, Get-AzManagedS… Script 1.0.2 Az.MarketplaceOrdering Core,Desk {Get-AzMarketplaceTerms, Set-AzMarketplaceTerms} Script 1.1.1 Az.Media Core,Desk {Sync-AzMediaServiceStorageKey, Set-AzMediaServiceKey, Get-AzMediaServiceKey, Get-AzMediaServiceNameAvailability…} Script 2.4.0 Az.Monitor Core,Desk {Get-AzMetricDefinition, Get-AzMetric, Remove-AzLogProfile, Get-AzLogProfile…} Script 4.5.0 Az.Network Core,Desk {Add-AzApplicationGatewayAuthenticationCertificate, Get-AzApplicationGatewayAuthenticationCertificate, New-AzApplicat… Script 1.1.1 Az.NotificationHubs Core,Desk {Get-AzNotificationHub, Get-AzNotificationHubAuthorizationRule, Get-AzNotificationHubListKey, Get-AzNotificationHubPN… Script 2.3.0 Az.OperationalInsights Core,Desk {New-AzOperationalInsightsAzureActivityLogDataSource, New-AzOperationalInsightsCustomLogDataSource, Disable-AzOperati… Script 1.4.0 Az.PolicyInsights Core,Desk {Get-AzPolicyEvent, Get-AzPolicyState, Get-AzPolicyStateSummary, Get-AzPolicyRemediation…} Script 1.1.2 Az.PowerBIEmbedded Core,Desk {Remove-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspaceCollectionAccessKey, Ge… Script 1.0.3 Az.PrivateDns Core,Desk {Get-AzPrivateDnsZone, Remove-AzPrivateDnsZone, Set-AzPrivateDnsZone, New-AzPrivateDnsZone…} Script 3.3.0 Az.RecoveryServices Core,Desk {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServicesVault, Get-AzRecoveryServicesVaultSettingsFile, New-AzRe… Script 1.4.0 Az.RedisCache Core,Desk {Remove-AzRedisCachePatchSchedule, New-AzRedisCacheScheduleEntry, Get-AzRedisCachePatchSchedule, New-AzRedisCachePatc… Script 1.0.3 Az.Relay Core,Desk {New-AzRelayNamespace, Get-AzRelayNamespace, Set-AzRelayNamespace, Remove-AzRelayNamespace…} Script 3.2.0 Az.Resources Core,Desk {Get-AzProviderOperation, Remove-AzRoleAssignment, Get-AzRoleAssignment, New-AzRoleAssignment…} Script 1.4.1 Az.ServiceBus Core,Desk {New-AzServiceBusNamespace, Get-AzServiceBusNamespace, Set-AzServiceBusNamespace, Remove-AzServiceBusNamespace…} Script 2.2.2 Az.ServiceFabric Core,Desk {Add-AzServiceFabricClientCertificate, Add-AzServiceFabricClusterCertificate, Add-AzServiceFabricNode, Add-AzServiceF… Script 1.2.0 Az.SignalR Core,Desk {New-AzSignalR, Get-AzSignalR, Get-AzSignalRKey, New-AzSignalRKey…} Script 2.15.0 Az.Sql Core,Desk {Get-AzSqlDatabaseTransparentDataEncryption, Get-AzSqlDatabaseTransparentDataEncryptionActivity, Set-AzSqlDatabaseTra… Script 1.1.0 Az.SqlVirtualMachine Core,Desk {New-AzSqlVM, Get-AzSqlVM, Update-AzSqlVM, Remove-AzSqlVM…} Script 3.2.1 Az.Storage Core,Desk {Get-AzStorageAccount, Get-AzStorageAccountKey, New-AzStorageAccount, New-AzStorageAccountKey…} Script 1.4.0 Az.StorageSync Core,Desk {Invoke-AzStorageSyncCompatibilityCheck, New-AzStorageSyncService, Get-AzStorageSyncService, Set-AzStorageSyncService… Script 1.0.1 Az.StreamAnalytics Core,Desk {Get-AzStreamAnalyticsFunction, Get-AzStreamAnalyticsDefaultFunctionDefinition, New-AzStreamAnalyticsFunction, Remove… Script 1.0.0 Az.Support Core,Desk {Get-AzSupportService, Get-AzSupportProblemClassification, Get-AzSupportTicket, Get-AzSupportTicketCommunication…} Script 1.0.4 Az.TrafficManager Core,Desk {Add-AzTrafficManagerCustomHeaderToEndpoint, Remove-AzTrafficManagerCustomHeaderFromEndpoint, Add-AzTrafficManagerCus… Script 2.2.0 Az.Websites Core,Desk {Get-AzAppServicePlan, Set-AzAppServicePlan, New-AzAppServicePlan, Remove-AzAppServicePlan…} Script 5.3.1 Azure Desk {Get-AzureAutomationCertificate, Get-AzureAutomationConnection, New-AzureAutomationConnection, Remove-AzureAutomation… Script 0.5.4 Azure.AnalysisServices Desk {Add-AzureAnalysisServicesAccount, Restart-AzureAnalysisServicesInstance, Export-AzureAnalysisServicesInstanceLog, Sy… Script 4.6.1 Azure.Storage Desk {Get-AzureStorageTable, New-AzureStorageTableSASToken, New-AzureStorageTableStoredAccessPolicy, New-AzureStorageTable… Binary 2.0.2.117 AzureADPreview Desk Script 6.13.1 AzureRM Desk Script 0.6.14 AzureRM.AnalysisServices Desk {Resume-AzureRmAnalysisServicesServer, Suspend-AzureRmAnalysisServicesServer, Get-AzureRmAnalysisServicesServer, Remo… Script 6.1.7 AzureRM.ApiManagement Desk {Add-AzureRmApiManagementRegion, Get-AzureRmApiManagementSsoToken, New-AzureRmApiManagementHostnameConfiguration, New… Script 0.1.8 AzureRM.ApplicationInsights Desk {Get-AzureRmApplicationInsights, New-AzureRmApplicationInsights, Remove-AzureRmApplicationInsights, Set-AzureRmApplic… Script 6.1.1 AzureRM.Automation Desk {Get-AzureRMAutomationHybridWorkerGroup, Remove-AzureRmAutomationHybridWorkerGroup, Get-AzureRmAutomationJobOutputRec… Script 4.0.11 AzureRM.Backup Desk {Backup-AzureRmBackupItem, Enable-AzureRmBackupContainerReregistration, Get-AzureRmBackupContainer, Register-AzureRmB… Script 4.1.5 AzureRM.Batch Desk {Remove-AzureRmBatchAccount, Get-AzureRmBatchAccount, Get-AzureRmBatchAccountKeys, New-AzureRmBatchAccount…} Script 0.14.6 AzureRM.Billing Desk {Get-AzureRmBillingInvoice, Get-AzureRmBillingPeriod, Get-AzureRmEnrollmentAccount} Script 5.0.6 AzureRM.Cdn Desk {Get-AzureRmCdnProfile, Get-AzureRmCdnProfileSsoUrl, New-AzureRmCdnProfile, Remove-AzureRmCdnProfile…} Script 0.9.12 AzureRM.CognitiveServices Desk {Get-AzureRmCognitiveServicesAccount, Get-AzureRmCognitiveServicesAccountKey, Get-AzureRmCognitiveServicesAccountSkus… Script 5.9.1 AzureRM.Compute Desk {Remove-AzureRmAvailabilitySet, Get-AzureRmAvailabilitySet, New-AzureRmAvailabilitySet, Update-AzureRmAvailabilitySet… Script 0.3.7 AzureRM.Consumption Desk {Get-AzureRmConsumptionBudget, Get-AzureRmConsumptionMarketplace, Get-AzureRmConsumptionPriceSheet, Get-AzureRmConsum… Script 0.2.12 AzureRM.ContainerInstance Desk {New-AzureRmContainerGroup, Get-AzureRmContainerGroup, Remove-AzureRmContainerGroup, Get-AzureRmContainerInstanceLog} Script 1.0.10 AzureRM.ContainerRegistry Desk {New-AzureRmContainerRegistry, Get-AzureRmContainerRegistry, Update-AzureRmContainerRegistry, Remove-AzureRmContainer… Script 5.0.3 AzureRM.DataFactories Desk {Remove-AzureRmDataFactory, Get-AzureRmDataFactoryRun, Get-AzureRmDataFactorySlice, Save-AzureRmDataFactoryLog…} Script 0.5.11 AzureRM.DataFactoryV2 Desk {Set-AzureRmDataFactoryV2, Update-AzureRmDataFactoryV2, Get-AzureRmDataFactoryV2, Remove-AzureRmDataFactoryV2…} Script 5.1.4 AzureRM.DataLakeAnalytics Desk {Get-AzureRmDataLakeAnalyticsDataSource, New-AzureRmDataLakeAnalyticsCatalogCredential, Remove-AzureRmDataLakeAnalyti… Script 6.2.1 AzureRM.DataLakeStore Desk {Get-AzureRmDataLakeStoreTrustedIdProvider, Remove-AzureRmDataLakeStoreTrustedIdProvider, Remove-AzureRmDataLakeStore… Script 4.0.9 AzureRM.DevTestLabs Desk {Get-AzureRmDtlAllowedVMSizesPolicy, Get-AzureRmDtlAutoShutdownPolicy, Get-AzureRmDtlAutoStartPolicy, Get-AzureRmDtlV… Script 5.1.0 AzureRM.Dns Desk {Get-AzureRmDnsRecordSet, New-AzureRmDnsRecordConfig, Remove-AzureRmDnsRecordSet, Set-AzureRmDnsRecordSet…} Script 0.3.7 AzureRM.EventGrid Desk {New-AzureRmEventGridTopic, Get-AzureRmEventGridTopic, Set-AzureRmEventGridTopic, New-AzureRmEventGridTopicKey…} Script 0.7.0 AzureRM.EventHub Desk {New-AzureRmEventHubNamespace, Get-AzureRmEventHubNamespace, Set-AzureRmEventHubNamespace, Remove-AzureRmEventHubName… Script 4.1.8 AzureRM.HDInsight Desk {Get-AzureRmHDInsightJob, New-AzureRmHDInsightSqoopJobDefinition, Wait-AzureRmHDInsightJob, New-AzureRmHDInsightStrea… Script 5.1.5 AzureRM.Insights Desk {Get-AzureRmMetricDefinition, Get-AzureRmMetric, Remove-AzureRmLogProfile, Get-AzureRmLogProfile…} Script 3.1.8 AzureRM.IotHub Desk {Add-AzureRmIotHubKey, Get-AzureRmIotHubEventHubConsumerGroup, Get-AzureRmIotHubConnectionString, Get-AzureRmIotHubJo… Script 5.2.1 AzureRM.KeyVault Desk {Add-AzureKeyVaultCertificate, Update-AzureKeyVaultCertificate, Stop-AzureKeyVaultCertificateOperation, Get-AzureKeyV… Script 4.1.4 AzureRM.LogicApp Desk {Get-AzureRmIntegrationAccountAgreement, Get-AzureRmIntegrationAccountCallbackUrl, Get-AzureRmIntegrationAccountCerti… Script 0.18.5 AzureRM.MachineLearning Desk {Move-AzureRmMlCommitmentAssociation, Get-AzureRmMlCommitmentAssociation, Get-AzureRmMlCommitmentPlanUsageHistory, Re… Script 0.4.8 AzureRM.MachineLearningCompute Desk {Get-AzureRmMlOpCluster, Get-AzureRmMlOpClusterKey, Test-AzureRmMlOpClusterSystemServicesUpdateAvailability, Update-A… Script 0.2.7 AzureRM.MarketplaceOrdering Desk {Get-AzureRmMarketplaceTerms, Set-AzureRmMarketplaceTerms} Script 0.10.4 AzureRM.Media Desk {Sync-AzureRmMediaServiceStorageKeys, Set-AzureRmMediaServiceKey, Get-AzureRmMediaServiceKeys, Get-AzureRmMediaServic… Script 6.11.1 AzureRM.Network Desk {Add-AzureRmApplicationGatewayAuthenticationCertificate, Get-AzureRmApplicationGatewayAuthenticationCertificate, New-… Script 5.0.3 AzureRM.NotificationHubs Desk {Get-AzureRmNotificationHub, Get-AzureRmNotificationHubAuthorizationRules, Get-AzureRmNotificationHubListKeys, Get-Az… Script 5.0.6 AzureRM.OperationalInsights Desk {New-AzureRmOperationalInsightsAzureActivityLogDataSource, New-AzureRmOperationalInsightsCustomLogDataSource, Disable… Script 1.1.0 AzureRM.PolicyInsights Desk {Get-AzureRmPolicyEvent, Get-AzureRmPolicyState, Get-AzureRmPolicyStateSummary, Get-AzureRmPolicyRemediation…} Script 4.1.10 AzureRM.PowerBIEmbedded Desk {Remove-AzureRmPowerBIWorkspaceCollection, Get-AzureRmPowerBIWorkspaceCollection, Get-AzureRmPowerBIWorkspaceCollecti… Script 5.8.2 AzureRM.profile Desk {Disable-AzureRmDataCollection, Disable-AzureRmContextAutosave, Enable-AzureRmDataCollection, Enable-AzureRmContextAu… Script 4.1.9 AzureRM.RecoveryServices Desk {Get-AzureRmRecoveryServicesBackupProperty, Get-AzureRmRecoveryServicesVault, Get-AzureRmRecoveryServicesVaultSetting… Script 4.5.2 AzureRM.RecoveryServices.Backup Desk {Backup-AzureRmRecoveryServicesBackupItem, Get-AzureRmRecoveryServicesBackupManagementServer, Get-AzureRmRecoveryServ… Script 0.2.12 AzureRM.RecoveryServices.SiteRecov… Desk {Edit-AzureRmRecoveryServicesAsrRecoveryPlan, Get-AzureRmRecoveryServicesAsrAlertSetting, Get-AzureRmRecoveryServices… Script 5.1.0 AzureRM.RedisCache Desk {Remove-AzureRmRedisCachePatchSchedule, New-AzureRmRedisCacheScheduleEntry, Get-AzureRmRedisCachePatchSchedule, New-A… Script 0.3.12 AzureRM.Relay Desk {New-AzureRmRelayNamespace, Get-AzureRmRelayNamespace, Set-AzureRmRelayNamespace, Remove-AzureRmRelayNamespace…} Script 6.7.3 AzureRM.Resources Desk {Get-AzureRmProviderOperation, Remove-AzureRmRoleAssignment, Get-AzureRmRoleAssignment, New-AzureRmRoleAssignment…} Script 0.16.10 AzureRM.Scheduler Desk {Disable-AzureRmSchedulerJobCollection, Enable-AzureRmSchedulerJobCollection, Get-AzureRmSchedulerJobCollection, Get-… Script 0.6.13 AzureRM.ServiceBus Desk {New-AzureRmServiceBusNamespace, Get-AzureRmServiceBusNamespace, Set-AzureRmServiceBusNamespace, Remove-AzureRmServic… Script 0.3.15 AzureRM.ServiceFabric Desk {Add-AzureRmServiceFabricApplicationCertificate, Add-AzureRmServiceFabricClientCertificate, Add-AzureRmServiceFabricC… Script 1.0.0 AzureRM.SignalR Desk {New-AzureRmSignalR, Get-AzureRmSignalR, Get-AzureRmSignalRKey, New-AzureRmSignalRKey…} Script 4.12.1 AzureRM.Sql Desk {Get-AzureRmSqlDatabaseTransparentDataEncryption, Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity, Set-AzureR… Script 5.2.0 AzureRM.Storage Desk {Get-AzureRmStorageAccount, Get-AzureRmStorageAccountKey, New-AzureRmStorageAccount, New-AzureRmStorageAccountKey…} Script 4.0.10 AzureRM.StreamAnalytics Desk {Get-AzureRmStreamAnalyticsFunction, Get-AzureRmStreamAnalyticsDefaultFunctionDefinition, New-AzureRmStreamAnalyticsF… Script 4.0.5 AzureRM.Tags Desk {Remove-AzureRmTag, Get-AzureRmTag, New-AzureRmTag} Script 4.1.3 AzureRM.TrafficManager Desk {Add-AzureRmTrafficManagerCustomHeaderToEndpoint, Remove-AzureRmTrafficManagerCustomHeaderFromEndpoint, Add-AzureRmTr… Script 4.0.5 AzureRM.UsageAggregates Desk Get-UsageAggregates Script 5.2.0 AzureRM.Websites Desk {Get-AzureRmAppServicePlan, Set-AzureRmAppServicePlan, New-AzureRmAppServicePlan, Remove-AzureRmAppServicePlan…} Script 5.6.5 InvokeBuild Desk {Invoke-Build, Build-Checkpoint, Build-Parallel} Manifest 0.9.1 Microsoft.Graph Core,Desk Script 0.9.1 Microsoft.Graph.Analytics Core,Desk {Get-MgUserActivityStatistics, Get-MgUserLastSharedMethodInsight, Get-MgUserSharedInsight, Get-MgUserSharedLastShared… Script 0.9.1 Microsoft.Graph.Authentication Core,Desk {Connect-Graph, Disconnect-Graph, Get-MgContext, Get-MgProfile…} Script 0.9.1 Microsoft.Graph.Bookings Core,Desk {Get-MgBookingBusiness, Get-MgBookingBusinessAppointment, Get-MgBookingBusinessCalendarView, Get-MgBookingBusinessCus… Script 0.9.1 Microsoft.Graph.DevicesApps.Device… Core,Desk {Clear-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration, Get-MgDeviceAppMgt, Get-MgDeviceAppMgtAndroidMana… Script 0.9.1 Microsoft.Graph.DevicesApps.Mobile… Core,Desk {Get-MgUserManagedAppRegistration, Get-MgUserManagedAppRegistrationByRef, Get-MgUserWindowInformationProtectionDevice… Script 0.9.1 Microsoft.Graph.DevicesApps.Office… Core,Desk {Get-MgOfficeClientConfiguration, Get-MgOfficeClientConfigurationAssignment, Get-MgOfficeConfiguration, New-MgOfficeC… Script 0.9.1 Microsoft.Graph.DevicesApps.Shared… Core,Desk {Get-MgUserMobileAppTroubleshootingEvent, Get-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest, New-MgUserM… Script 0.9.1 Microsoft.Graph.Education Core,Desk {Get-MgEducationClass, Get-MgEducationClassAssignment, Get-MgEducationClassAssignmentCategory, Get-MgEducationClassAs… Script 0.9.1 Microsoft.Graph.Files.Drives Core,Desk {Get-MgDrive, Get-MgDriveActivity, Get-MgDriveActivityDriveItem, Get-MgDriveActivityListItem…} Script 0.9.1 Microsoft.Graph.Files.Permissions Core,Desk {Get-MgGroupPermissionGrant, New-MgGroupPermissionGrant, Remove-MgGroupPermissionGrant, Update-MgGroupPermissionGrant} Script 0.9.1 Microsoft.Graph.Files.Shares Core,Desk {Get-MgShareDriveItem, Get-MgShareItem, Get-MgShareList, Get-MgShareListActivity…} Script 0.9.1 Microsoft.Graph.Financials Core,Desk {Get-MgFinancial, Get-MgFinancialCompany, Get-MgFinancialCompanyAccount, Get-MgFinancialCompanyAgedAccountPayable…} Script 0.9.1 Microsoft.Graph.Groups.Actions Core,Desk {Add-MgGroupFavorite, Confirm-MgGroupGrantedPermission, Confirm-MgGroupMemberGroup, Confirm-MgGroupMemberObject…} Script 0.9.1 Microsoft.Graph.Groups.Calendar Core,Desk {Get-MgGroupCalendar, Get-MgGroupCalendarEvent, Get-MgGroupCalendarEventAttachment, Get-MgGroupCalendarEventCalendar…} Script 0.9.1 Microsoft.Graph.Groups.Conversation Core,Desk {Get-MgGroupConversation, Get-MgGroupConversationThread, Get-MgGroupConversationThreadPost, Get-MgGroupConversationTh… Script 0.9.1 Microsoft.Graph.Groups.Conversatio… Core,Desk {Get-MgGroupThread, Get-MgGroupThreadPost, Get-MgGroupThreadPostAttachment, Get-MgGroupThreadPostExtension…} Script 0.9.1 Microsoft.Graph.Groups.DirectoryOb… Core,Desk {Get-MgGroupAcceptedSender, Get-MgGroupCreatedOnBehalf, Get-MgGroupCreatedOnBehalfByRef, Get-MgGroupMember…} Script 0.9.1 Microsoft.Graph.Groups.Drive Core,Desk {Get-MgGroupDrive, New-MgGroupDrive, Remove-MgGroupDrive, Update-MgGroupDrive} Script 0.9.1 Microsoft.Graph.Groups.Endpoint Core,Desk {Get-MgGroupEndpoint, New-MgGroupEndpoint, Remove-MgGroupEndpoint, Update-MgGroupEndpoint} Script 0.9.1 Microsoft.Graph.Groups.Extension Core,Desk {Get-MgGroupExtension, New-MgGroupExtension, Remove-MgGroupExtension, Update-MgGroupExtension} Script 0.9.1 Microsoft.Graph.Groups.Functions Core,Desk {Get-MgGroupCalendarEventDelta, Get-MgGroupCalendarEventInstanceDelta, Get-MgGroupDelta, Get-MgGroupEventCalendarEven… Script 0.9.1 Microsoft.Graph.Groups.Group Core,Desk {Get-MgGroup, New-MgGroup, Remove-MgGroup, Update-MgGroup} Script 0.9.1 Microsoft.Graph.Groups.LifecyclePo… Core,Desk {Add-MgGroupToLifecyclePolicy, Get-MgGroupLifecyclePolicy, Invoke-MgRenewGroupLifecyclePolicy, New-MgGroupLifecyclePo… Script 0.9.1 Microsoft.Graph.Groups.OneNote Core,Desk {Get-MgGroupOnenoteNotebook, Get-MgGroupOnenoteNotebookSection, Get-MgGroupOnenoteNotebookSectionGroup, Get-MgGroupOn… Script 0.9.1 Microsoft.Graph.Groups.Planner Core,Desk {Get-MgGroupPlanner, Get-MgGroupPlannerPlan, Get-MgGroupPlannerPlanBucket, Get-MgGroupPlannerPlanBucketTask…} Script 0.9.1 Microsoft.Graph.Groups.ProfilePhoto Core,Desk {Get-MgGroupPhoto, New-MgGroupPhoto, Remove-MgGroupPhoto, Update-MgGroupPhoto} Script 0.9.1 Microsoft.Graph.Groups.Site Core,Desk {Get-MgGroupSite, New-MgGroupSite, Remove-MgGroupSite, Update-MgGroupSite} Script 0.9.1 Microsoft.Graph.Identity.AccessRev… Core,Desk {Add-MgAccessReviewDecision, Get-MgAccessReview, Get-MgAccessReviewDecision, Get-MgAccessReviewInstance…} Script 0.9.1 Microsoft.Graph.Identity.Administr… Core,Desk {Confirm-MgAdministrativeUnitMemberGroup, Confirm-MgAdministrativeUnitMemberObject, Get-MgAdministrativeUnit, Get-MgA… Script 0.9.1 Microsoft.Graph.Identity.Applicati… Core,Desk {Add-MgApplicationKey, Add-MgApplicationPassword, Confirm-MgApplicationMemberGroup, Confirm-MgApplicationMemberObject… Script 0.9.1 Microsoft.Graph.Identity.AppRoleAs… Core,Desk {Get-MgGroupAppRoleAssignment, Get-MgUserAppRoleAssignment, New-MgGroupAppRoleAssignment, New-MgUserAppRoleAssignment… Script 0.9.1 Microsoft.Graph.Identity.AuditLogs Core,Desk {Get-MgAuditLogDirectoryAudit, Get-MgAuditLogDirectoryProvisioning, Get-MgAuditLogProvisioning, Get-MgAuditLogRestric… Script 0.9.1 Microsoft.Graph.Identity.Authentic… Core,Desk {Get-MgUserAuthentication, Get-MgUserAuthenticationEmailMethod, Get-MgUserAuthenticationFido2Method, Get-MgUserAuthen… Script 0.9.1 Microsoft.Graph.Identity.AzureADPIM Core,Desk {Get-MgPrivilegedApproval, Get-MgPrivilegedApprovalRequest, Get-MgPrivilegedApprovalRequestByRef, Get-MgPrivilegedApp… Script 0.9.1 Microsoft.Graph.Identity.Condition… Core,Desk {Get-MgIdentityConditionalAccess, Get-MgIdentityConditionalAccessNamedLocation, Get-MgIdentityConditionalAccessPolicy… Script 0.9.1 Microsoft.Graph.Identity.Contracts Core,Desk {Confirm-MgContractMemberGroup, Confirm-MgContractMemberObject, Get-MgContract, Get-MgContractAvailableExtensionPrope… Script 0.9.1 Microsoft.Graph.Identity.DataPolic… Core,Desk {Get-MgDataPolicyOperation, New-MgDataPolicyOperation, Remove-MgDataPolicyOperation, Update-MgDataPolicyOperation} Script 0.9.1 Microsoft.Graph.Identity.Devices Core,Desk {Confirm-MgDeviceMemberGroup, Confirm-MgDeviceMemberObject, Get-MgDevice, Get-MgDeviceAvailableExtensionProperty…} Script 0.9.1 Microsoft.Graph.Identity.Directory Core,Desk {Get-MgDirectory, Get-MgDirectoryDeletedItem, Get-MgDirectoryFeatureRolloutPolicy, Get-MgDirectoryFeatureRolloutPolic… Script 0.9.1 Microsoft.Graph.Identity.Directory… Core,Desk {Confirm-MgDirectoryObjectMemberGroup, Confirm-MgDirectoryObjectMemberObject, Get-MgDirectoryObject, Get-MgDirectoryO… Script 0.9.1 Microsoft.Graph.Identity.Directory… Core,Desk {Confirm-MgDirectoryRoleMemberGroup, Confirm-MgDirectoryRoleMemberObject, Get-MgDirectoryRole, Get-MgDirectoryRoleAva… Script 0.9.1 Microsoft.Graph.Identity.Directory… Core,Desk {Confirm-MgDirectoryRoleTemplateMemberGroup, Confirm-MgDirectoryRoleTemplateMemberObject, Get-MgDirectoryRoleTemplate… Script 0.9.1 Microsoft.Graph.Identity.Directory… Core,Desk {Get-MgDirectorySetting, Get-MgGroupSetting, New-MgDirectorySetting, New-MgGroupSetting…} Script 0.9.1 Microsoft.Graph.Identity.Directory… Core,Desk {Confirm-MgDirectorySettingTemplateMemberGroup, Confirm-MgDirectorySettingTemplateMemberObject, Get-MgDirectorySettin… Script 0.9.1 Microsoft.Graph.Identity.Domains Core,Desk {Get-MgDomain, Get-MgDomainNameerenceByRef, Get-MgDomainRefDomainNameerenceByRef, Get-MgDomainServiceConfigurationRec… Script 0.9.1 Microsoft.Graph.Identity.Invitatio… Core,Desk {Get-MgInvitation, Get-MgInvitationInvitedUser, Get-MgInvitationInvitedUserByRef, New-MgInvitation…} Script 0.9.1 Microsoft.Graph.Identity.OAuth2Per… Core,Desk {Get-MgOauth2PermissionGrant, Get-MgOauth2PermissionGrantDelta, New-MgOauth2PermissionGrant, Remove-MgOauth2Permissio… Script 0.9.1 Microsoft.Graph.Identity.OnPremise… Core,Desk {Get-MgOnPremisePublishingProfile, Get-MgOnPremisePublishingProfileAgent, Get-MgOnPremisePublishingProfileAgentGroup,… Script 0.9.1 Microsoft.Graph.Identity.Organizat… Core,Desk {Confirm-MgOrganizationMemberGroup, Confirm-MgOrganizationMemberObject, Get-MgOrganization, Get-MgOrganizationAvailab… Script 0.9.1 Microsoft.Graph.Identity.Organizat… Core,Desk {Confirm-MgContactMemberGroup, Confirm-MgContactMemberObject, Get-MgContact, Get-MgContactAvailableExtensionProperty…} Script 0.9.1 Microsoft.Graph.Identity.Policies Core,Desk {Get-MgPolicyActivityBasedTimeoutPolicy, Get-MgPolicyAdminConsentRequestPolicy, Get-MgPolicyAuthenticationFlowPolicy,… Script 0.9.1 Microsoft.Graph.Identity.Protection Core,Desk {Confirm-MgRiskyUserCompromised, Get-MgRiskDetection, Get-MgRiskyUser, Get-MgRiskyUserHistory…} Script 0.9.1 Microsoft.Graph.Identity.Providers Core,Desk {Get-MgIdentityProvider, Invoke-MgAvailableIdentityProviderType, New-MgIdentityProvider, Remove-MgIdentityProvider…} Script 0.9.1 Microsoft.Graph.Identity.RoleManag… Core,Desk {Get-MgRoleManagement, Get-MgRoleManagementDeviceManagement, Get-MgRoleManagementDeviceManagementRoleAssignment, Get-… Script 0.9.1 Microsoft.Graph.Identity.ServicePr… Core,Desk {Add-MgServicePrincipalKey, Add-MgServicePrincipalPassword, Confirm-MgServicePrincipalMemberGroup, Confirm-MgServiceP… Script 0.9.1 Microsoft.Graph.Identity.Subscribe… Core,Desk {Get-MgSubscribedSku, New-MgSubscribedSku, Remove-MgSubscribedSku, Update-MgSubscribedSku} Script 0.9.1 Microsoft.Graph.Identity.TermsOfUse Core,Desk {Get-MgAgreement, Get-MgAgreementAcceptance, Get-MgAgreementFile, Get-MgAgreementFileLocalization…} Script 0.9.1 Microsoft.Graph.Identity.TrustFram… Core,Desk {Get-MgTrustFramework, Get-MgTrustFrameworkKeySet, Get-MgTrustFrameworkKeySetActiveKey, Get-MgTrustFrameworkPolicy…} Script 0.9.1 Microsoft.Graph.Identity.UserFlows Core,Desk {Get-MgIdentityUserFlow, New-MgIdentityUserFlow, Remove-MgIdentityUserFlow, Update-MgIdentityUserFlow} Script 0.9.1 Microsoft.Graph.Notification Core,Desk {Get-MgUserNotification, New-MgUserNotification, Remove-MgUserNotification, Update-MgUserNotification} Script 0.9.1 Microsoft.Graph.OnlineMeetings Core,Desk {Get-MgUserOnlineMeeting, New-MgUserOnlineMeeting, Remove-MgUserOnlineMeeting, Update-MgUserOnlineMeeting} Script 0.9.1 Microsoft.Graph.Places Core,Desk {Get-MgPlace, New-MgPlace, Remove-MgPlace, Update-MgPlace} Script 0.9.1 Microsoft.Graph.Planner Core,Desk {Get-MgPlanner, Get-MgPlannerBucket, Get-MgPlannerBucketTask, Get-MgPlannerBucketTaskAssignedToTaskBoardFormat…} Script 0.9.1 Microsoft.Graph.Reports Core,Desk {Get-MgReportApplicationSign, Get-MgReportAzureAdApplicationSign, Get-MgReportAzureAdFeatureUsage, Get-MgReportAzureA… Script 0.9.1 Microsoft.Graph.SchemaExtensions Core,Desk {Get-MgSchemaExtension, New-MgSchemaExtension, Remove-MgSchemaExtension, Update-MgSchemaExtension} Script 0.9.1 Microsoft.Graph.Search Core,Desk {Get-MgExternal, Get-MgExternalConnection, Get-MgSearch, Invoke-MgQuerySearch…} Script 0.9.1 Microsoft.Graph.Security Core,Desk {Get-MgSecurityAction, Get-MgSecurityAlert, Get-MgSecurityCloudAppSecurityProfile, Get-MgSecurityDomainSecurityProfil… Script 0.9.1 Microsoft.Graph.Sites.Actions Core,Desk {Copy-MgSiteOnenoteNotebook, Copy-MgSiteOnenotePageToSection, Copy-MgSiteOnenoteSectionToNotebook, Copy-MgSiteOnenote… Script 0.9.1 Microsoft.Graph.Sites.Drive Core,Desk {Get-MgSiteDrive, New-MgSiteDrive, Remove-MgSiteDrive, Update-MgSiteDrive} Script 0.9.1 Microsoft.Graph.Sites.Functions Core,Desk {Get-MgSiteActivityByInterval, Get-MgSiteByPath, Get-MgSiteListItemActivityByInterval, Get-MgSiteRecentNotebook…} Script 0.9.1 Microsoft.Graph.Sites.List Core,Desk {Get-MgSiteList, Get-MgSiteListActivity, Get-MgSiteListActivityDriveItem, Get-MgSiteListActivityListItem…} Script 0.9.1 Microsoft.Graph.Sites.OneNote Core,Desk {Get-MgSiteOnenoteNotebook, Get-MgSiteOnenoteNotebookSection, Get-MgSiteOnenoteNotebookSectionGroup, Get-MgSiteOnenot… Script 0.9.1 Microsoft.Graph.Sites.Pages Core,Desk {Get-MgSitePage, New-MgSitePage, Remove-MgSitePage, Update-MgSitePage} Script 0.9.1 Microsoft.Graph.Sites.Site Core,Desk {Get-MgSite, Get-MgSiteAnalytic, Get-MgSiteAnalyticByRef, Get-MgSiteColumn…} Script 0.9.1 Microsoft.Graph.Subscriptions Core,Desk {Get-MgSubscription, New-MgSubscription, Remove-MgSubscription, Update-MgSubscription} Script 0.9.1 Microsoft.Graph.Teams.AppCatalogs Core,Desk {Get-MgAppCatalog, Get-MgAppCatalogTeamApp, Get-MgAppCatalogTeamAppDefinition, New-MgAppCatalogTeamApp…} Script 0.9.1 Microsoft.Graph.Teams.Chats Core,Desk {Get-MgChat, Get-MgChatInstalledApp, Get-MgChatInstalledAppTeamApp, Get-MgChatInstalledAppTeamAppByRef…} Script 0.9.1 Microsoft.Graph.Teams.Team Core,Desk {Copy-MgTeam, Get-MgGroupTeam, Get-MgTeam, Get-MgTeamChannel…} Script 0.9.1 Microsoft.Graph.Teams.Teamwork Core,Desk {Get-MgUserTeamwork, Get-MgUserTeamworkInstalledApp, Get-MgUserTeamworkInstalledAppChat, Get-MgUserTeamworkInstalledA… Script 0.9.1 Microsoft.Graph.Users.Actions Core,Desk {Add-MgUserPendingAccessReviewInstanceDecision, Clear-MgUserAndBlockManagedApp, Clear-MgUserManagedAppRegistration, C… Script 0.9.1 Microsoft.Graph.Users.ActivityFeed Core,Desk {Get-MgUserActivity, Get-MgUserActivityHistoryItem, Get-MgUserActivityHistoryItemActivity, Get-MgUserActivityHistoryI… Script 0.9.1 Microsoft.Graph.Users.Calendar Core,Desk {Get-MgUserCalendar, Get-MgUserCalendarEvent, Get-MgUserCalendarEventAttachment, Get-MgUserCalendarEventCalendar…} Script 0.9.1 Microsoft.Graph.Users.Contacts Core,Desk {Get-MgUserContact, Get-MgUserContactExtension, Get-MgUserContactFolder, Get-MgUserContactFolderChildFolder…} Script 0.9.1 Microsoft.Graph.Users.Devices Core,Desk {Get-MgUserDevice, New-MgUserDevice, Remove-MgUserDevice, Update-MgUserDevice} Script 0.9.1 Microsoft.Graph.Users.DirectoryObj… Core,Desk {Get-MgUserCreatedObject, Get-MgUserCreatedObjectByRef, Get-MgUserDirectReport, Get-MgUserDirectReportByRef…} Script 0.9.1 Microsoft.Graph.Users.Drive Core,Desk {Get-MgUserDrive, New-MgUserDrive, Remove-MgUserDrive, Update-MgUserDrive} Script 0.9.1 Microsoft.Graph.Users.Extensions Core,Desk {Get-MgUserExtension, New-MgUserExtension, Remove-MgUserExtension, Update-MgUserExtension} Script 0.9.1 Microsoft.Graph.Users.FollowedSites Core,Desk {Get-MgUserFollowedSite, Get-MgUserFollowedSiteByRef, New-MgUserFollowedSiteByRef} Script 0.9.1 Microsoft.Graph.Users.Functions Core,Desk {Export-MgUserDeviceAndAppManagementData623C, Export-MgUserDeviceAndAppManagementDataD390, Find-MgUserRoomAc49, Find-… Script 0.9.1 Microsoft.Graph.Users.Groups Core,Desk {Get-MgUserJoinedGroup, Get-MgUserJoinedTeam, New-MgUserJoinedGroup, New-MgUserJoinedTeam…} Script 0.9.1 Microsoft.Graph.Users.InformationP… Core,Desk {Get-MgUserInformationProtection, Remove-MgUserInformationProtection, Update-MgUserInformationProtection} Script 0.9.1 Microsoft.Graph.Users.LicenseDetai… Core,Desk {Get-MgUserLicenseDetail, New-MgUserLicenseDetail, Remove-MgUserLicenseDetail, Update-MgUserLicenseDetail} Script 0.9.1 Microsoft.Graph.Users.Mail Core,Desk {Get-MgUserInferenceClassification, Get-MgUserInferenceClassificationOverride, Get-MgUserMailFolder, Get-MgUserMailFo… Script 0.9.1 Microsoft.Graph.Users.OneNote Core,Desk {Get-MgUserOnenoteNotebook, Get-MgUserOnenoteNotebookSection, Get-MgUserOnenoteNotebookSectionGroup, Get-MgUserOnenot… Script 0.9.1 Microsoft.Graph.Users.OutlookUser Core,Desk {Get-MgUserOutlook, Get-MgUserOutlookMasterCategory, Get-MgUserOutlookTask, Get-MgUserOutlookTaskAttachment…} Script 0.9.1 Microsoft.Graph.Users.People Core,Desk {Get-MgUserPerson, New-MgUserPerson, Remove-MgUserPerson, Update-MgUserPerson} Script 0.9.1 Microsoft.Graph.Users.Planner Core,Desk {Get-MgUserPlanner, Get-MgUserPlannerFavoritePlan, Get-MgUserPlannerFavoritePlanByRef, Get-MgUserPlannerPlan…} Script 0.9.1 Microsoft.Graph.Users.ProfilePhoto Core,Desk {Get-MgUserPhoto, New-MgUserPhoto, Remove-MgUserPhoto, Update-MgUserPhoto} Script 0.9.1 Microsoft.Graph.Users.User Core,Desk {Get-MgUser, Get-MgUserPresence, New-MgUser, Remove-MgUser…} Script 0.9.1 Microsoft.Graph.Users.UserSettings Core,Desk {Get-MgUserSetting, Get-MgUserSettingRegionalAndLanguageSetting, Get-MgUserSettingShiftPerenceByRef, Remove-MgUserSet… Script 2.8.11 Microsoft.Xrm.Data.Powershell Desk {Get-CrmRecordsByFetch, Get-CrmEntityRecordCount, Remove-CrmUserManager, Set-CrmUserSettings…} Binary 1.1.4 MicrosoftTeams Core,Desk {Add-TeamUser, Connect-MicrosoftTeams, Disconnect-MicrosoftTeams, Get-CsPolicyPackage…} Script 4.10.1 Pester Desk {Describe, Context, It, Should…} Script 0.3.8 PSDepend Desk {Get-Dependency, Get-PSDependScript, Get-PSDependType, Import-Dependency…} Script 1.0.5 PSDeploy Desk {By, DependingOn, Deploy, FromSource…} Script 1.19.1 PSScriptAnalyzer Desk {Get-ScriptAnalyzerRule, Invoke-ScriptAnalyzer, Invoke-Formatter} ModuleType Version PreRelease Name PSEdition ExportedCommands ---------- ------- ---------- ---- --------- ---------------- Script 2.5.0 Az Core,Desk Script 1.6.1 Az.Accounts Core,Desk {Disable-AzDataCollection, Disable-AzContextAutosave, Enable-AzDataCollection, Enable-AzContextAutosave…} Script 1.0.0 Az.Advisor Core,Desk {Get-AzAdvisorRecommendation, Enable-AzAdvisorRecommendation, Disable-AzAdvisorRecommendation, Get-AzAdvisorConfigura… Script 1.0.1 Az.Aks Core,Desk {Get-AzAks, New-AzAks, Remove-AzAks, Import-AzAksCredential…} Script 1.1.0 Az.AnalysisServices Core,Desk {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServicesServer, Get-AzAnalysisServicesServer, Remove-AzAnalysisSe… Script 1.2.0 Az.ApiManagement Core,Desk {Add-AzApiManagementApiToProduct, Add-AzApiManagementProductToGroup, Add-AzApiManagementRegion, Add-AzApiManagementUs… Script 1.0.1 Az.ApplicationInsights Core,Desk {Get-AzApplicationInsights, New-AzApplicationInsights, Remove-AzApplicationInsights, Set-AzApplicationInsightsPricing… Script 1.3.1 Az.Automation Core,Desk {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHybridWorkerGroup, Get-AzAutomationJobOutputRecord, Import-AzA… Script 1.1.0 Az.Batch Core,Desk {Remove-AzBatchAccount, Get-AzBatchAccount, Get-AzBatchAccountKey, New-AzBatchAccount…} Script 1.0.0 Az.Billing Core,Desk {Get-AzBillingInvoice, Get-AzBillingPeriod, Get-AzEnrollmentAccount, Get-AzConsumptionBudget…} Script 1.3.0 Az.Cdn Core,Desk {Get-AzCdnProfile, Get-AzCdnProfileSsoUrl, New-AzCdnProfile, Remove-AzCdnProfile…} Script 1.2.0 Az.CognitiveServices Core,Desk {Get-AzCognitiveServicesAccount, Get-AzCognitiveServicesAccountKey, Get-AzCognitiveServicesAccountSku, Get-AzCognitiv… Script 2.4.1 Az.Compute Core,Desk {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAvailabilitySet, Update-AzAvailabilitySet…} Script 1.0.1 Az.ContainerInstance Core,Desk {New-AzContainerGroup, Get-AzContainerGroup, Remove-AzContainerGroup, Get-AzContainerInstanceLog} Script 1.1.0 Az.ContainerRegistry Core,Desk {New-AzContainerRegistry, Get-AzContainerRegistry, Update-AzContainerRegistry, Remove-AzContainerRegistry…} Script 1.1.3 Az.DataFactory Core,Desk {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFactoryV2, Remove-AzDataFactoryV2…} Script 1.0.0 Az.DataLakeAnalytics Core,Desk {Get-AzDataLakeAnalyticsDataSource, New-AzDataLakeAnalyticsCatalogCredential, Remove-AzDataLakeAnalyticsCatalogCreden… Script 1.2.1 Az.DataLakeStore Core,Desk {Get-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeStoreFirewallRule, S… Script 1.0.0 Az.DeploymentManager Core,Desk {Get-AzDeploymentManagerArtifactSource, New-AzDeploymentManagerArtifactSource, Set-AzDeploymentManagerArtifactSource,… Script 1.0.0 Az.DevTestLabs Core,Desk {Get-AzDtlAllowedVMSizesPolicy, Get-AzDtlAutoShutdownPolicy, Get-AzDtlAutoStartPolicy, Get-AzDtlVMsPerLabPolicy…} Script 1.1.1 Az.Dns Core,Desk {Get-AzDnsRecordSet, New-AzDnsRecordConfig, Remove-AzDnsRecordSet, Set-AzDnsRecordSet…} Script 1.2.1 Az.EventGrid Core,Desk {New-AzEventGridTopic, Get-AzEventGridTopic, Set-AzEventGridTopic, New-AzEventGridTopicKey…} Script 1.3.0 Az.EventHub Core,Desk {New-AzEventHubNamespace, Get-AzEventHubNamespace, Set-AzEventHubNamespace, Remove-AzEventHubNamespace…} Script 1.1.0 Az.FrontDoor Core,Desk {New-AzFrontDoor, Get-AzFrontDoor, Set-AzFrontDoor, Remove-AzFrontDoor…} Script 2.0.0 Az.HDInsight Core,Desk {Get-AzHDInsightJob, New-AzHDInsightSqoopJobDefinition, Wait-AzHDInsightJob, New-AzHDInsightStreamingMapReduceJobDefi… Script 1.2.0 Az.IotHub Core,Desk {Add-AzIotHubKey, Get-AzIotHubEventHubConsumerGroup, Get-AzIotHubConnectionString, Get-AzIotHubJob…} Script 1.3.0 Az.KeyVault Core,Desk {Add-AzKeyVaultCertificate, Update-AzKeyVaultCertificate, Stop-AzKeyVaultCertificateOperation, Get-AzKeyVaultCertific… Script 1.3.0 Az.LogicApp Core,Desk {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccountAssembly, Get-AzIntegrationAccountBatchConfiguration, Get… Script 1.1.0 Az.MachineLearning Core,Desk {Move-AzMlCommitmentAssociation, Get-AzMlCommitmentAssociation, Get-AzMlCommitmentPlanUsageHistory, Remove-AzMlCommit… Script 1.0.0 Az.ManagedServices Core,Desk {Get-AzManagedServicesAssignment, New-AzManagedServicesAssignment, Remove-AzManagedServicesAssignment, Get-AzManagedS… Script 1.0.0 Az.MarketplaceOrdering Core,Desk {Get-AzMarketplaceTerms, Set-AzMarketplaceTerms} Script 1.1.0 Az.Media Core,Desk {Sync-AzMediaServiceStorageKey, Set-AzMediaServiceKey, Get-AzMediaServiceKey, Get-AzMediaServiceNameAvailability…} Script 1.2.1 Az.Monitor Core,Desk {Get-AzMetricDefinition, Get-AzMetric, Remove-AzLogProfile, Get-AzLogProfile…} Script 1.12.0 Az.Network Core,Desk {Add-AzApplicationGatewayAuthenticationCertificate, Get-AzApplicationGatewayAuthenticationCertificate, New-AzApplicat… Script 1.1.0 Az.NotificationHubs Core,Desk {Get-AzNotificationHub, Get-AzNotificationHubAuthorizationRule, Get-AzNotificationHubListKey, Get-AzNotificationHubPN… Script 1.3.2 Az.OperationalInsights Core,Desk {New-AzOperationalInsightsAzureActivityLogDataSource, New-AzOperationalInsightsCustomLogDataSource, Disable-AzOperati… Script 1.1.2 Az.PolicyInsights Core,Desk {Get-AzPolicyEvent, Get-AzPolicyState, Get-AzPolicyStateSummary, Get-AzPolicyRemediation…} Script 1.1.0 Az.PowerBIEmbedded Core,Desk {Remove-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspaceCollectionAccessKey, Ge… Script 1.4.3 Az.RecoveryServices Core,Desk {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServicesVault, Get-AzRecoveryServicesVaultSettingsFile, New-AzRe… Script 1.1.0 Az.RedisCache Core,Desk {Remove-AzRedisCachePatchSchedule, New-AzRedisCacheScheduleEntry, Get-AzRedisCachePatchSchedule, New-AzRedisCachePatc… Script 1.0.1 Az.Relay Core,Desk {New-AzRelayNamespace, Get-AzRelayNamespace, Set-AzRelayNamespace, Remove-AzRelayNamespace…} Script 1.6.1 Az.Resources Core,Desk {Get-AzProviderOperation, Remove-AzRoleAssignment, Get-AzRoleAssignment, New-AzRoleAssignment…} Script 1.3.0 Az.ServiceBus Core,Desk {New-AzServiceBusNamespace, Get-AzServiceBusNamespace, Set-AzServiceBusNamespace, Remove-AzServiceBusNamespace…} Script 1.1.1 Az.ServiceFabric Core,Desk {Add-AzServiceFabricApplicationCertificate, Add-AzServiceFabricClientCertificate, Add-AzServiceFabricClusterCertifica… Script 1.0.2 Az.SignalR Core,Desk {New-AzSignalR, Get-AzSignalR, Get-AzSignalRKey, New-AzSignalRKey…} Script 1.13.1 Az.Sql Core,Desk {Get-AzSqlDatabaseTransparentDataEncryption, Get-AzSqlDatabaseTransparentDataEncryptionActivity, Set-AzSqlDatabaseTra… Script 1.5.1 Az.Storage Core,Desk {Get-AzStorageAccount, Get-AzStorageAccountKey, New-AzStorageAccount, New-AzStorageAccountKey…} Script 1.2.0 Az.StorageSync Core,Desk {Invoke-AzStorageSyncCompatibilityCheck, New-AzStorageSyncService, Get-AzStorageSyncService, Remove-AzStorageSyncServ… Script 1.0.0 Az.StreamAnalytics Core,Desk {Get-AzStreamAnalyticsFunction, Get-AzStreamAnalyticsDefaultFunctionDefinition, New-AzStreamAnalyticsFunction, Remove… Script 1.0.1 Az.TrafficManager Core,Desk {Add-AzTrafficManagerCustomHeaderToEndpoint, Remove-AzTrafficManagerCustomHeaderFromEndpoint, Add-AzTrafficManagerCus… Script 1.4.0 Az.Websites Core,Desk {Get-AzAppServicePlan, Set-AzAppServicePlan, New-AzAppServicePlan, Remove-AzAppServicePlan…} Script 0.0.2 Connectimo Desk {Connect-WinAzure, Connect-WinAzureAD, Connect-WinConnectivity, Connect-WinExchange…} Script 0.0.103 PSSharedGoods Core,Desk {Add-WinADUserGroups, Find-ADConnectServer, Find-ExchangeServer, Find-HyperVServer…} Script 0.86 PSWriteColor Core,Desk {Write-Color, Write-Colour} Binary 3.8.1904.0 SharePointPnPPowerShellOnline Desk {Add-PnPAlert, Add-PnPApp, Add-PnPClientSidePage, Add-PnPClientSidePageSection…} ModuleType Version PreRelease Name PSEdition ExportedCommands ---------- ------- ---------- ---- --------- ---------------- Manifest 1.2.5 Microsoft.PowerShell.Archive Desk {Compress-Archive, Expand-Archive} Manifest 7.0.0.0 Microsoft.PowerShell.Host Core {Start-Transcript, Stop-Transcript} Manifest 7.0.0.0 Microsoft.PowerShell.Management Core {Add-Content, Clear-Content, Clear-ItemProperty, Join-Path…} Manifest 7.0.0.0 Microsoft.PowerShell.Security Core {Get-Credential, Get-ExecutionPolicy, Set-ExecutionPolicy, ConvertFrom-SecureString…} Manifest 7.0.0.0 Microsoft.PowerShell.Utility Core {Export-Alias, Get-Alias, Import-Alias, New-Alias…} Script 1.4.7 PackageManagement Desk {Find-Package, Get-Package, Get-PackageProvider, Get-PackageSource…} Script 2.2.5 PowerShellGet Desk {Find-Command, Find-DSCResource, Find-Module, Find-RoleCapability…} Script 2.0.5 PSDesiredStateConfiguration Core {Configuration, New-DscChecksum, Get-DscResource, Invoke-DscResource} Script 2.1.0 PSReadLine Desk {Get-PSReadLineKeyHandler, Set-PSReadLineKeyHandler, Remove-PSReadLineKeyHandler, Get-PSReadLineOption…} Binary 2.0.3 ThreadJob Desk Start-ThreadJob ModuleType Version PreRelease Name PSEdition ExportedCommands ---------- ------- ---------- ---- --------- ---------------- Script 1.1.3 Plaster Desk {Invoke-Plaster, New-PlasterManifest, Get-PlasterTemplate, Test-PlasterManifest} Binary 2.1.0 PowerShellEditorServices Core,Desk Start-EditorServices Binary 0.2.0 PowerShellEditorServices.VSCode Desk {New-VSCodeHtmlContentView, Show-VSCodeHtmlContentView, Close-VSCodeHtmlContentView, Set-VSCodeHtmlContentView…} Script 2.0.2 PSReadLine Desk {Get-PSReadLineKeyHandler, Set-PSReadLineKeyHandler, Remove-PSReadLineKeyHandler, Get-PSReadLineOption…} Script 1.19.0 PSScriptAnalyzer Desk {Get-ScriptAnalyzerRule, Invoke-ScriptAnalyzer, Invoke-Formatter} ``` ## Debug output ``` DEBUG: 9:56:42 AM - NewAzureAutomationVariable begin processing with ParameterSet 'ByName'. DEBUG: 9:56:42 AM - using account id '[redacted]'... DEBUG: [Common.Authentication]: Authenticating using Account: '[redacted]', environment: 'AzureCloud', tenant: '[redacted]' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2021-02-03T09:56:40.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2021-02-03T09:56:40.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '[redacted]', UserId: '[redacted]' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31 Headers: x-ms-client-request-id : [redacted] Accept-Language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Cache-Control : no-cache Pragma : no-cache x-ms-request-id : [redacted] DEBUG: 9:57:11 AM - NewAzureAutomationVariable begin processing with ParameterSet 'ByName'. DEBUG: 9:57:11 AM - using account id '[redacted]'... DEBUG: [Common.Authentication]: Authenticating using Account: '[redacted]', environment: 'AzureCloud', tenant: '[redacted]' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2021-02-03T09:57:08.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2021-02-03T09:57:08.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '[redacted]', UserId: '[redacted]' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31 Headers: x-ms-client-request-id : [redacted] Accept-Language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Cache-Control : no-cache Pragma : no-cache x-ms-request-id : [redacted] DEBUG: 9:57:26 AM - NewAzureAutomationVariable begin processing with ParameterSet 'ByName'. DEBUG: 9:57:26 AM - using account id '[redacted]'... DEBUG: [Common.Authentication]: Authenticating using Account: '[redacted]', environment: 'AzureCloud', tenant: '[redacted]' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2021-02-03T09:57:24.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.windows.net//.default ] ParentRequestId: ExpiresOn: 2021-02-03T09:57:24.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '[redacted]', UserId: '[redacted]' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31 Headers: x-ms-client-request-id : [redacted] Accept-Language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: NotFound Headers: Cache-Control : no-cache Pragma : no-cache x-ms-request-id : [redacted] Strict-Transport-Security : max-age=31536000; includeSubDomains Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-reads: 11999 x-ms-correlation-request-id : 460e7962-1749-4f5b-abc3-e218f48d0144 x-ms-routing-request-id : SWITZERLANDNORTH:20210203T085727Z:460e7962-1749-4f5b-abc3-e218f48d0144 X-Content-Type-Options : nosniff Date : Wed, 03 Feb 2021 08:57:26 GMT Body: { "code": "NotFound", "message": "Variable not found." } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: PUT Absolute Uri: https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31 Headers: x-ms-client-request-id : [redacted] Accept-Language : en-US Body: { "name": "DateTimeVariable", "properties": { "value": "\"2021-02-03T09:57:26.664959+01:00\"", "isEncrypted": false } } DEBUG: ============================ HTTP RESPONSE ============================ Status Code: Created Headers: Cache-Control : no-cache Pragma : no-cache Location : https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31 x-ms-request-id : [redacted] x-ms-location : https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31 ocp-location : https://management.azure.com/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable?api-version=2015-10-31 Strict-Transport-Security : max-age=31536000; includeSubDomains Server : Microsoft-IIS/10.0 X-AspNet-Version : 4.0.30319 X-Powered-By : ASP.NET x-ms-ratelimit-remaining-subscription-writes: 1199 x-ms-correlation-request-id : 2265c29d-890e-4862-8325-6ec5e1cee77e x-ms-routing-request-id : SWITZERLANDNORTH:20210203T085727Z:2265c29d-890e-4862-8325-6ec5e1cee77e X-Content-Type-Options : nosniff Date : Wed, 03 Feb 2021 08:57:26 GMT Body: { "id": "/subscriptions/[redacted]/resourceGroups/rg-cloud-teams/providers/Microsoft.Automation/automationAccounts/automation-teams-dev/variables/DateTimeVariable", "name": "DateTimeVariable", "type": "Microsoft.Automation/AutomationAccounts/Variables", "properties": { "creationTime": "2021-02-03T09:57:27.34+01:00", "lastModifiedTime": "2021-02-03T09:57:27.34+01:00", "isEncrypted": false, "value": "\"2021-02-03T09:57:26.664959+01:00\"", "description": null } } Account SubscriptionName TenantId Environment ------- ---------------- -------- ----------- [redacted] SIT - SharePoint Allgemein DEV - DT [redacted] AzureCloud Value : 2/3/2021 9:57:26 AM Encrypted : False ResourceGroupName : rg-cloud-teams AutomationAccountName : automation-teams-dev Name : DateTimeVariable CreationTime : 2/3/2021 9:57:27 AM +01:00 LastModifiedTime : 2/3/2021 9:57:27 AM +01:00 Description : DEBUG: AzureQoSEvent: CommandName - New-AzAutomationVariable; IsSuccess - True; Duration - 00:00:00.7396729 DEBUG: Finish sending metric. DEBUG: 9:57:27 AM - NewAzureAutomationVariable end processing. ``` ## Error output No errors
Author: sit-md
Assignees: -
Labels: `Automation`, `Service Attention`, `customer-reported`, `feature-request`, `needs-triage`, `question`
Milestone: -
sit-md commented 3 years ago

I do not view this as a feature request as the creation of e.g. boolean, int, string and unspecified types are working as expected. It is only DateTime variables that are not being created with the correct type.

jaspkaur28 commented 3 years ago

@sit-md : Thanks for the feedback. We will take this up as an improvement area, however , deferring it to Q3\Q4 CY21 due to other over-arching priorities in Automation service.