Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subscription scope to assessment metadata API #6445

Merged
merged 15 commits into from
Jul 11, 2019
Prev Previous commit
Next Next commit
update
  • Loading branch information
tarosler authored Jun 24, 2019
commit 069fa751a8cd4b2d0da354eded74cb32258e06d5
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
}
},
"tags": ["Assessments Metadata"],
"description": "Get metadata information on all assessment types",
"description": "Get metadata information on all assessment types in a specific subscription",
"operationId": "AssessmentsMetadata_List",
"parameters": [{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
Expand Down Expand Up @@ -129,7 +129,7 @@
}
},
"tags": ["Assessments Metadata"],
"description": "Get metadata information on an assessment type",
"description": "Get metadata information on an assessment type in a specific subscription",
tarosler marked this conversation as resolved.
Show resolved Hide resolved
"operationId": "AssessmentsMetadata_Get",
"parameters": [{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersion"
Expand Down