From b04b1f06403a3f4f6aef79c0ef9a2440533c7b58 Mon Sep 17 00:00:00 2001 From: Stas Sultanov Date: Sun, 3 Nov 2024 10:56:59 +0200 Subject: [PATCH] update --- sources/Azure/ResourceGroup.psm1 | 2 ++ sources/PowerPlatform/readme.md | 18 +++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/sources/Azure/ResourceGroup.psm1 b/sources/Azure/ResourceGroup.psm1 index b0913b9..7a79b34 100644 --- a/sources/Azure/ResourceGroup.psm1 +++ b/sources/Azure/ResourceGroup.psm1 @@ -115,3 +115,5 @@ function Azure.ResourceGroup.Remove $null = Remove-AzResourceGroup -Name $resourceGroupName -Force; } } + +Export-ModuleMember -Function Azure.ResourceGroup.Remove; \ No newline at end of file diff --git a/sources/PowerPlatform/readme.md b/sources/PowerPlatform/readme.md index be4b639..0bf892a 100644 --- a/sources/PowerPlatform/readme.md +++ b/sources/PowerPlatform/readme.md @@ -18,15 +18,15 @@ The following functions are implemented. | Name | Area | Description | :--- | :-- | :--- -| Admin.Environment.Create | Environments | Create an environment within the Power Platform tenant. -| Admin.Environment.Delete | Environments | Delete an environment from the Power Platform tenant. -| Admin.Environment.Retrieve | Environments | Retrieve an environment info. -| Admin.Environment.RetrieveAll | Environments | Retrieve information about all accessible environments. -| Admin.Environment.Update | Environments | Update an environment within the Power Platform tenant. -| BusinessUnit.GetRootId | BusinessUnits | Get Id of the root Business Unit within the Power Platform Environment. -| ManagedIdentity.CreateIfNotExist | ManagedIdentities | Create a Managed Identity within the Power Platform Environment. -| ManagedIdentity.DeleteIfExist | ManagedIdentities | Delete a Managed Identity from the Power Platform environment. -| PluginAssembly.BindManagedIdentity | PluginAssemblies | Bind the Plugin Assembly with the Managed Identity. +| Admin.Environment.Create | Environments | Create an environment within the Power Platform tenant. +| Admin.Environment.Delete | Environments | Delete an environment from the Power Platform tenant. +| Admin.Environment.Retrieve | Environments | Retrieve an environment info. +| Admin.Environment.RetrieveAll | Environments | Retrieve information about all accessible environments. +| Admin.Environment.Update | Environments | Update an environment within the Power Platform tenant. +| BusinessUnit.GetRootId | Business Units | Get Id of the root Business Unit within the Power Platform Environment. +| ManagedIdentity.CreateIfNotExist | Managed Identities | Create a Managed Identity within the Power Platform Environment. +| ManagedIdentity.DeleteIfExist | Managed Identities | Delete a Managed Identity from the Power Platform environment. +| PluginAssembly.BindManagedIdentity | Plugin Assemblies | Bind the Plugin Assembly with the Managed Identity. | Role.GetIdByName | Roles | Get Id of the Role by Name. | Solution.Export | Solutions | Export a Solution. | SystemUser.AssociateRoles | System Users | Associate roles to the System User.