Skip to content

Commit

Permalink
chore: remove idp cmdlets (#237)
Browse files Browse the repository at this point in the history
Removes cmdlets that are not atomic in nature for this module:
- Removed `Add-VCFEmbeddedIdentitySource` cmdlet and docs.
- Removed `Add-VCFExternalIdentitySource` cmdlet and docs.
- Removed `Update-VCFEmbeddedIdentitySource` cmdlet and docs.
- Updated `Makefile` and `requirements.txt` for Mkdocs.
- Updated module version to 2.4.0.0011.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson authored Oct 2, 2023
1 parent d54ef12 commit ce79e48
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 998 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
- Added `Get-VCFIdentityProvider` cmdlet to retrieve the identity provider configuration.
- Added `Remove-VCFIdentityProvider` cmdlet to delete an identity provider.
- Added `New-VCFIdentityProvider` cmdlet to configure an embedded or external identity provider.
- Added `Add-VCFEmbeddedIdentitySource` cmdlet to add an embedded identity source.
- Added `Add-VCFExternalIdentitySource` cmdlet to add an external identity source.
- Added `Update-VCFIdentityProvider` cmdlet to update the configuration of an embedded or external identity provider.
- Added `Update-VCFEmbeddedIdentitySource` cmdlet to update an embedded identity source.
- Added cmdlet aliases:
- Added `Get-VCFNsxManagerCluster` for `Get-VCFNsxtCluster`.
- Added `Get-VCFNsxEdgeCluster` for `Get-VCFEdgeCluster`.
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ docs-serve-live:
mkdocs serve --livereload -w ./
docs-build:
mkdocs build
docs-uninstall:
pip uninstall mkdocs-material mkdocs -y
pip uninstall --requirement docs/requirements.txt -y
4 changes: 2 additions & 2 deletions PowerVCF.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: VMware, Inc.
#
# Generated on: 2023-09-22
# Generated on: 2023-10-02
#

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

# Version number of this module.
ModuleVersion = '2.4.0.1010'
ModuleVersion = '2.4.0.1011'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
365 changes: 0 additions & 365 deletions PowerVCF.psm1

Large diffs are not rendered by default.

207 changes: 0 additions & 207 deletions docs/documentation/functions/idp/Add-VCFEmbeddedIdentitySource.md

This file was deleted.

Loading

0 comments on commit ce79e48

Please sign in to comment.