cm0002@literature.cafe to Linux@programming.dev · 1 day agoThe PowerShell Manifesto Radicalized Memedium.comexternal-linkmessage-square6fedilinkarrow-up159arrow-down16cross-posted to: [email protected][email protected][email protected]
arrow-up153arrow-down1external-linkThe PowerShell Manifesto Radicalized Memedium.comcm0002@literature.cafe to Linux@programming.dev · 1 day agomessage-square6fedilinkcross-posted to: [email protected][email protected][email protected]
minus-squareshameless@lemmy.worldlinkfedilinkarrow-up9·20 hours agoI love PS but lookup: Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef
minus-squarenottelling@lemmy.worldlinkfedilinkEnglisharrow-up8·19 hours agoin Powershell, yes. the cmdlet naming convention is Verb-CamelCase. Only specific verbs are allowed as well. It works if the convention is broken, but it’ll complain when you import them as a module.
I love PS but lookup: Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef
Is there a premium on hyphens?
in Powershell, yes. the cmdlet naming convention is Verb-CamelCase.
Only specific verbs are allowed as well. It works if the convention is broken, but it’ll complain when you import them as a module.