Skip to content

Commit

Permalink
Merge pull request #23 from CiscoDevNet/add_changelog
Browse files Browse the repository at this point in the history
Added CHANGELOG.md file.
  • Loading branch information
Ghufz authored Sep 6, 2021
2 parents 3f6fd07 + aa6223b commit e7d1a93
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Intersight.PowerShell_v1.0.9.4437
Release Date: 31st August 2021
- Refreshes the Intersight.PowerShell module to be in sync with the latest Cisco Intersight model (build 4437)
- Auto import the module when cmdlet from the module is used.
- Get cmdlet throws meaningful exception when server returns error.

## Intersight.PowerShell_v1.0.9.4430
Release Date: 18th August 2021
- Refreshes the Intersight.PowerShell module to be in sync with the latest Cisco Intersight model (build 4430)
- Fixed the HttpSigning issue
- Removed the Response<<<<<<<<<<<<<<< and Request>>>>>>>>>>>>>>>>> prefix from json output. which helps user to use ConvertFrom-Json.

## Intersight.PowerShell_v1.0.9.4403
Release Date: 5th August 2021
- Refreshes the Intersight.PowerShell module to be in sync with the latest Cisco Intersight model (build 4403)
- Switch Parameter Json added for Get/Set/Add and Remove Cmldet to get the response in json fromat.

## Intersight.PowerShell_v1.0.9.4375
Release Date: 29th July 2021
- Cmdlets for Create, Read, Update and Delete of managed objects in Cisco Intersight.
- Initialize Cmdlet to create object locally.
- New, Set and Remove Cmdlets to Create, Update and Delete objects from Cisco Intersight.
- Pipeline support.
- Help content with examples.

## Intersight.PowerShell_v1.0.9.3562
Release Date: 27th July 2021
- Cmdlets corresponding to each path.
- Supports httpSigning auth for RSA and ECDSA key.
- Initialize cmdlets for all the models.





0 comments on commit e7d1a93

Please sign in to comment.