Release version
v7.0.0-alpha.3.0.0
Describe the bug
In the file docs/apiops/3-apimTools/apimtools-github-2-4-new.md,
the step 3. The service principle name remains same for both dev and prod environment causing conflict during deployment, Please modify the instruction to change the names :
az ad sp create-for-rbac -n "apiopslabdev" --role Contributor --scopes /subscriptions/{subscription-id}/resourceGroups/{dev-resource-group} --sdk-auth
az ad sp create-for-rbac -n "apiopslabprod" --role Contributor --scopes /subscriptions/{subscription-id}/resourceGroups/{prod-resource-group} --sdk-auth
Expected behavior
Only Labs instructions needs to be modified
Actual behavior
Only Labs instructions needs to be modified
Reproduction Steps
Run extractor file with same SP