Skip to content

Commit 905c4bc

Browse files
Introducing 2 new scope status types - DEACTIVATING and DEACTIVATED.
1 parent bfa502b commit 905c4bc

File tree

9 files changed

+126
-162
lines changed

9 files changed

+126
-162
lines changed

generator/ServiceModels/networkflowmonitor/networkflowmonitor-2023-04-19.api.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,7 @@
590590
},
591591
"DeleteMonitorOutput":{
592592
"type":"structure",
593-
"members":{
594-
}
593+
"members":{}
595594
},
596595
"DeleteScopeInput":{
597596
"type":"structure",
@@ -606,8 +605,7 @@
606605
},
607606
"DeleteScopeOutput":{
608607
"type":"structure",
609-
"members":{
610-
}
608+
"members":{}
611609
},
612610
"DestinationCategory":{
613611
"type":"string",
@@ -1183,7 +1181,9 @@
11831181
"enum":[
11841182
"SUCCEEDED",
11851183
"IN_PROGRESS",
1186-
"FAILED"
1184+
"FAILED",
1185+
"DEACTIVATING",
1186+
"DEACTIVATED"
11871187
]
11881188
},
11891189
"ScopeSummary":{
@@ -1321,8 +1321,7 @@
13211321
},
13221322
"StopQueryMonitorTopContributorsOutput":{
13231323
"type":"structure",
1324-
"members":{
1325-
}
1324+
"members":{}
13261325
},
13271326
"StopQueryWorkloadInsightsTopContributorsDataInput":{
13281327
"type":"structure",
@@ -1345,8 +1344,7 @@
13451344
},
13461345
"StopQueryWorkloadInsightsTopContributorsDataOutput":{
13471346
"type":"structure",
1348-
"members":{
1349-
}
1347+
"members":{}
13501348
},
13511349
"StopQueryWorkloadInsightsTopContributorsInput":{
13521350
"type":"structure",
@@ -1369,8 +1367,7 @@
13691367
},
13701368
"StopQueryWorkloadInsightsTopContributorsOutput":{
13711369
"type":"structure",
1372-
"members":{
1373-
}
1370+
"members":{}
13741371
},
13751372
"String":{"type":"string"},
13761373
"SubnetArn":{"type":"string"},
@@ -1417,8 +1414,7 @@
14171414
},
14181415
"TagResourceOutput":{
14191416
"type":"structure",
1420-
"members":{
1421-
}
1417+
"members":{}
14221418
},
14231419
"TagValue":{
14241420
"type":"string",
@@ -1508,8 +1504,7 @@
15081504
},
15091505
"UntagResourceOutput":{
15101506
"type":"structure",
1511-
"members":{
1512-
}
1507+
"members":{}
15131508
},
15141509
"UpdateMonitorInput":{
15151510
"type":"structure",

0 commit comments

Comments
 (0)