provisioning-library-regeneration
Installation
SKILL.md
Provisioning Library Regeneration
This skill guides the process of regenerating Azure.Provisioning.* libraries to add new resources or features. This is typically needed when:
- New resource types need to be added to provisioning (e.g., NetworkSecurityPerimeter)
- New enum values are added (e.g., new PostgreSQL server versions)
- New API versions bring new properties or types
- The management library has a new release with features needed in provisioning
Step 1: Determine If Management Library Version Update Is Needed
Key principle: Only update the management library version if explicitly requested or if the feature doesn't exist in the current version. Prefer not updating to reduce the amount of changes.
- If the requirement explicitly says "update the version" → Update the version (proceed to Step 2A)