Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
U-AMERICAS\Trevor_Squillario authored and U-AMERICAS\Trevor_Squillario committed Apr 14, 2023
1 parent fad8099 commit f95aa13
Show file tree
Hide file tree
Showing 13 changed files with 694 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Build-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ param(
[String]$Version
)

Update-ModuleManifest -Path ".\DellOpenManage\DellOpenManage.psd1" -ModuleVersion $Version -Copyright "(c) 2021 Dell EMC. All rights reserved."
Update-ModuleManifest -Path ".\DellOpenManage\DellOpenManage.psd1" -ModuleVersion $Version -Copyright "(c) 2023 Dell EMC. All rights reserved."
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.5.0]() - 2023-04-14
### Added
- Invoke-OMEQuickDeploy
- Set-OMEChassisName
- Set-OMEChassisSlotName
- Get-OMEApplicationSettings
- Set-OMEApplicationSettings

## [3.4.1]() - 2023-03-23
### Changed
- Get-OMEGroup added support for paging results to return over 100 groups
Expand Down
7 changes: 0 additions & 7 deletions DellOpenManage/Classes/QuickDeploySlot.psm1

This file was deleted.

4 changes: 2 additions & 2 deletions DellOpenManage/DellOpenManage.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Trevor Squillario <[email protected]>
#
# Generated on: 3/23/2023
# Generated on: 4/14/2023
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'DellOpenManage.psm1'

# Version number of this module.
ModuleVersion = '3.4.1'
ModuleVersion = '3.5.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
3 changes: 1 addition & 2 deletions DellOpenManage/Public/OME/Invoke-OMEQuickDeploy.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using module ..\..\Classes\Device.psm1
using module ..\..\Classes\QuickDeploySlot.psm1

function Get-QuickDeployPayload($Name, [SecureString]$RootPassword, $SlotType, $DeviceId, $IPv4Enabled, $IPv4NetworkType, $IPv4SubnetMask, $IPv4Gateway, $IPv6Enabled, $IPv6NetworkType, $IPv6Gateway, $IPv6PrefixLength, $Slots) {
$Payload = '{
Expand Down Expand Up @@ -249,7 +248,7 @@ Process {
# Submit job
$JobURL = $BaseUri + "/api/JobService/Jobs"
$JobPayload = $JobPayload | ConvertTo-Json -Depth 6
Write-Verbose $JobPayload
#Write-Verbose $JobPayload
$JobResp = Invoke-WebRequest -Uri $JobURL -UseBasicParsing -Headers $Headers -ContentType $Type -Method POST -Body $JobPayload
if ($JobResp.StatusCode -eq 201) {
Write-Verbose "Job creation successful..."
Expand Down
5 changes: 5 additions & 0 deletions Documentation/CommandReference.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [Get-OMEAlert](Functions/Get-OMEAlert.md)
- [Get-OMEAlertDefinition](Functions/Get-OMEAlertDefinition.md)
- [Get-OMEApplianceInfo](Functions/Get-OMEApplianceInfo.md)
- [Get-OMEApplicationSettings](Functions/Get-OMEApplicationSettings.md)
- [Get-OMEAuditLog](Functions/Get-OMEAuditLog.md)
- [Get-OMECatalog](Functions/Get-OMECatalog.md)
- [Get-OMEConfigurationBaseline](Functions/Get-OMEConfigurationBaseline.md)
Expand Down Expand Up @@ -49,6 +50,7 @@
- [Invoke-OMEMcmGroupRetireLead](Functions/Invoke-OMEMcmGroupRetireLead.md)
- [Invoke-OMEOnboarding](Functions/Invoke-OMEOnboarding.md)
- [Invoke-OMEProfileUnassign](Functions/Invoke-OMEProfileUnassign.md)
- [Invoke-OMEQuickDeploy](Functions/Invoke-OMEQuickDeploy.md)
- [Invoke-OMEReport](Functions/Invoke-OMEReport.md)
- [Invoke-OMEResetApplication](Functions/Invoke-OMEResetApplication.md)
- [Invoke-OMETemplateDeploy](Functions/Invoke-OMETemplateDeploy.md)
Expand Down Expand Up @@ -77,6 +79,9 @@
- [Remove-OMESupportAssistGroup](Functions/Remove-OMESupportAssistGroup.md)
- [Remove-OMETemplate](Functions/Remove-OMETemplate.md)
- [Remove-OMEUser](Functions/Remove-OMEUser.md)
- [Set-OMEApplicationSettings](Functions/Set-OMEApplicationSettings.md)
- [Set-OMEChassisName](Functions/Set-OMEChassisName.md)
- [Set-OMEChassisSlotName](Functions/Set-OMEChassisSlotName.md)
- [Set-OMEIOMPortBreakout](Functions/Set-OMEIOMPortBreakout.md)
- [Set-OMEPowerState](Functions/Set-OMEPowerState.md)
- [Set-OMETemplateIdentityPool](Functions/Set-OMETemplateIdentityPool.md)
Expand Down
46 changes: 46 additions & 0 deletions Documentation/Functions/Get-OMEApplicationSettings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
external help file: DellOpenManage-help.xml
Module Name: DellOpenManage
online version:
schema: 2.0.0
---

# Get-OMEApplicationSettings

## SYNOPSIS
Get Application Settings

## SYNTAX

```
Get-OMEApplicationSettings [<CommonParameters>]
```

## DESCRIPTION
{{ Fill in the Description }}

## EXAMPLES

### EXAMPLE 1
```
Get-OMEApplicationSettings
```

### EXAMPLE 2
```
Get-OMEApplicationSettings | Select-Object -ExpandProperty SystemConfiguration | Select-Object -ExpandProperty Components | Select-Object -First 1 | Select-Object -ExpandProperty Attributes | Format-Table
Display all Attributes in Table. See README for more examples.
```

## PARAMETERS

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

## OUTPUTS

## NOTES

## RELATED LINKS
Loading

0 comments on commit f95aa13

Please sign in to comment.