{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-resources-features","description":"FeatureClient","version":"2015-12-01","base_url":"https://management.azure.com","endpoints":6,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api FeatureClient\n@base https://management.azure.com\n@version 2015-12-01\n@auth OAuth2\n@common_fields {api-version: any # The API version to use for this operation.}\n@endpoints 6\n@toc providers(1), subscriptions(5)\n\n@group providers\n@endpoint GET /providers/Microsoft.Features/operations\n@desc Lists all of the available Microsoft.Features REST API operations.\n@returns(200) OK. The request has succeeded.\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Features/features\n@desc Gets all the preview features that are available through AFEC for the subscription.\n@required {subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK - Returns an array containing metadata for each feature. The metadata includes the name of the feature, the registration state, the resource ID, and resource type.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features\n@desc Gets all the preview features in a provider namespace that are available through AFEC for the subscription.\n@required {resourceProviderNamespace: any # The namespace of the resource provider for getting features., subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK - Returns an array containing metadata for each feature in the resource provider. The metadata includes the name of the feature, the registration state, the resource ID, and resource type.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}\n@desc Gets the preview feature with the specified name.\n@required {resourceProviderNamespace: any # The resource provider namespace for the feature., featureName: any # The name of the feature to get., subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK - Returns metadata about the feature. The metadata includes the name of the feature, the registration state, the resource ID, and resource type.\n\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}/register\n@desc Registers the preview feature for the subscription.\n@required {resourceProviderNamespace: any # The namespace of the resource provider., featureName: any # The name of the feature to register., subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK - Returns metadata about the registered feature. The metadata includes the name of the feature, the registration state, the resource ID, and resource type.\n\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}/unregister\n@desc Unregisters the preview feature for the subscription.\n@required {resourceProviderNamespace: any # The namespace of the resource provider., featureName: any # The name of the feature to unregister., subscriptionId: any # The ID of the target subscription.}\n@returns(200) OK - Returns metadata about the unregistered feature. The metadata includes the name of the feature, the registration state, the resource ID, and resource type.\n\n@endgroup\n\n@end\n"}