You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem\nThe IaC conformance gate added for DO/AWS cannot be honestly applied here yet. Azure serves sdk.Serve(internal.New(version)), but the manifest/host boundary is ambiguous: plugin.json names the plugin azure, declares iacProvider: true, and does not expose strict typed IaC provider services or a legacy iac.provider module contract comparable to AWS.\n\n## Expected migration\n- decide whether Azure should be a legacy module plugin or strict sdk.ServeIaCPlugin typed provider\n- align plugin.json, binary name, provider discovery metadata, and runtime contracts\n- add min/current Workflow engine host conformance once the shipped boundary is explicit\n\n## Reference\nSee GoCodeAlone/workflow-plugin-digitalocean#94 and GoCodeAlone/workflow-plugin-aws#6 for the initial conformance pattern.
Problem\nThe IaC conformance gate added for DO/AWS cannot be honestly applied here yet. Azure serves
sdk.Serve(internal.New(version)), but the manifest/host boundary is ambiguous:plugin.jsonnames the pluginazure, declaresiacProvider: true, and does not expose strict typed IaC provider services or a legacyiac.providermodule contract comparable to AWS.\n\n## Expected migration\n- decide whether Azure should be a legacy module plugin or strictsdk.ServeIaCPlugintyped provider\n- alignplugin.json, binary name, provider discovery metadata, and runtime contracts\n- add min/current Workflow engine host conformance once the shipped boundary is explicit\n\n## Reference\nSee GoCodeAlone/workflow-plugin-digitalocean#94 and GoCodeAlone/workflow-plugin-aws#6 for the initial conformance pattern.