Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-sultanov committed Nov 3, 2024
1 parent b13f5bc commit b04b1f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions sources/Azure/ResourceGroup.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,5 @@ function Azure.ResourceGroup.Remove
$null = Remove-AzResourceGroup -Name $resourceGroupName -Force;
}
}

Export-ModuleMember -Function Azure.ResourceGroup.Remove;
18 changes: 9 additions & 9 deletions sources/PowerPlatform/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b04b1f0

Please sign in to comment.