What is the Azure CLI command to create a new pipeline named first-pipeline?
a. az pipeline create -n first-pipeline
b. az create pipeline -n first-pipeline
c. az pipeline new -n first-pipeline
d. az new pipeline -n first-pipeline