Skip to content

Commit bc311ab

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Removes duplicate cmdlets
1 parent db909a5 commit bc311ab

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

src/DirectoryObjects/DirectoryObjects.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,54 @@ require:
1616
> see https://github.com/Azure/autorest/blob/master/docs/powershell/directives.md
1717
1818
``` yaml
19-
# Directives go here!
19+
directive:
20+
# Remove duplicate cmdlets.
21+
- where:
22+
verb: Remove
23+
subject: ^DirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority$
24+
remove: true
25+
- where:
26+
verb: Update
27+
subject: ^DirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration$
28+
remove: true
29+
- where:
30+
verb: Update
31+
subject: ^DirectoryPublicKeyInfrastructure$
32+
remove: true
33+
- where:
34+
verb: Remove
35+
subject: ^DirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority$
36+
remove: true
37+
- where:
38+
verb: New
39+
subject: ^DirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority$
40+
remove: true
41+
- where:
42+
verb: New
43+
subject: ^MgDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration$
44+
remove: true
45+
- where:
46+
verb: Invoke
47+
subject: ^UploadDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration$
48+
remove: true
49+
- where:
50+
verb: Get
51+
subject: ^DirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCount$
52+
remove: true
53+
- where:
54+
verb: Get
55+
subject: ^MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthorityCount$
56+
remove: true
57+
- where:
58+
verb: Get
59+
subject: ^DirectoryPublicKeyInfrastructureCertificateBasedAuthConfigurationCertificateAuthority$
60+
remove: true
61+
- where:
62+
verb: Get
63+
subject: ^DirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration$
64+
remove: true
65+
- where:
66+
verb: Get
67+
subject: ^DirectoryPublicKeyInfrastructure$
68+
remove: true
2069
```

0 commit comments

Comments
 (0)