Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Get-AzHealthDeidPrivateLink cmdlet #26426

Open
wants to merge 6 commits into
base: generation
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/HealthDeid/HealthDeid.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ directive:
- where:
variant: ^CreateViaIdentity.*$
remove: true
# Remove cmdlet for PrivateLink resource
- where:
subject: .*PrivateLink.*
remove: true
# Follow directive is v3 specific. If you are using v3, uncomment following directive and comments out two directives above
#- where:
# variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$
Expand Down
10 changes: 5 additions & 5 deletions src/HealthDeid/HealthDeid.Autorest/docs/Az.HealthDeid.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ Help Version: 1.0.0.0
Locale: en-US
---

# Az.HealthDeid Module
# Az.HealthDeidentification Module
## Description
Microsoft Azure PowerShell: HealthDeid cmdlets
Microsoft Azure PowerShell: HealthDeidentification cmdlets

## Az.HealthDeid Cmdlets
## Az.HealthDeidentification Cmdlets
### [Get-AzHealthDeidService](Get-AzHealthDeidService.md)
Get a DeidService

### [New-AzHealthDeidService](New-AzHealthDeidService.md)
create a DeidService
Create a DeidService

### [Remove-AzHealthDeidService](Remove-AzHealthDeidService.md)
Delete a DeidService

### [Update-AzHealthDeidService](Update-AzHealthDeidService.md)
update a DeidService
Update a DeidService