Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7824ff

Browse files
change produce type (Azure#12775)
1 parent fa40fdb commit f7824ff

File tree

1 file changed

+5
-9
lines changed
  • specification/changeanalysis/resource-manager/Microsoft.ChangeAnalysis/preview/2020-04-01-preview

1 file changed

+5
-9
lines changed

specification/changeanalysis/resource-manager/Microsoft.ChangeAnalysis/preview/2020-04-01-preview/changeanalysis.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"summary": "Gets the configuration profile for the Microsoft.ChangeAnalysis resource provider. The profile name should be always set to 'default'.",
1818
"operationId": "ConfigurationProfile_Get",
1919
"produces": [
20-
"application/json",
21-
"default"
20+
"application/json"
2221
],
2322
"parameters": [
2423
{
@@ -61,8 +60,7 @@
6160
"application/json"
6261
],
6362
"produces": [
64-
"application/json",
65-
"default"
63+
"application/json"
6664
],
6765
"parameters": [
6866
{
@@ -116,8 +114,7 @@
116114
"application/json"
117115
],
118116
"produces": [
119-
"application/json",
120-
"default"
117+
"application/json"
121118
],
122119
"parameters": [
123120
{
@@ -168,7 +165,7 @@
168165
"summary": "Deletes existing configuration profile. The profile name should be always set to 'default'",
169166
"operationId": "ConfigurationProfile_Delete",
170167
"produces": [
171-
"default"
168+
"application/json"
172169
],
173170
"parameters": [
174171
{
@@ -210,8 +207,7 @@
210207
"summary": "Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.",
211208
"operationId": "Operations_List",
212209
"produces": [
213-
"application/json",
214-
"default"
210+
"application/json"
215211
],
216212
"parameters": [
217213
{

0 commit comments

Comments
 (0)