Skip to content

Commit

Permalink
Merge pull request #3349 from gautamdsheth/feature/deprecate-pnp-comp…
Browse files Browse the repository at this point in the history
…any-app

Mark PnPCompanyApp as obsolete.
  • Loading branch information
gautamdsheth authored Aug 15, 2023
2 parents 7511115 + 9520e8a commit f9f6742
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Changed

- Improved `Set-PnPListItem` cmdlet handling of Purview labels. [#3340](https://github.com/pnp/powershell/pull/3340)
- The `Publish-PnPCompanyApp` cmdlet is now obsolete. It will be removed in the next version.

### Contributors

Expand Down
1 change: 1 addition & 0 deletions documentation/Publish-PnPCompanyApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ title: Publish-PnPCompanyApp

## SYNOPSIS
This cmdlet publishes a new company app to Microsoft Teams.
** This cmdlet is obsolete and will not be supported **

## SYNTAX

Expand Down
1 change: 1 addition & 0 deletions src/Commands/Admin/PublishCompanyApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

namespace PnP.PowerShell.Commands.Admin
{
[Obsolete("This usage of this cmdlet is not supported anymore and will be removed in the next version.")]
[Cmdlet(VerbsData.Publish, "PnPCompanyApp")]
public class BuildCompanyApp : PnPAdminCmdlet
{
Expand Down

0 comments on commit f9f6742

Please sign in to comment.