SDK Warning
ARM and Data plane OpenAPI(swagger) specs
Parameter "{0}" is referenced but not defined in the global parameters section of Service Definition
Per ARM guidelines, if subscriptionId
is used anywhere as a path parameter, it must always be defined as global parameter. api-version
is almost always an input parameter in any ARM spec and must also be defined as a global parameter.
To reduce duplication, maintain consistent structure in ARM specifications.
subscriptionId
and api-version
are created as client properties in the generated code.
Ensure subscriptionId
and api-version
are declared in the global parameters section of the document.