File tree Expand file tree Collapse file tree 1 file changed +50
-1
lines changed Expand file tree Collapse file tree 1 file changed +50
-1
lines changed Original file line number Diff line number Diff 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` ` `
You can’t perform that action at this time.
0 commit comments