Skip to content

Commit d80bab6

Browse files
Zim Kalinowskiyungezz
authored andcommitted
fixing subscription id issue (#6812)
1 parent 5306597 commit d80bab6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/AlertsManagement.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -922,10 +922,11 @@
922922
"parameters": {
923923
"subscriptionId": {
924924
"name": "subscriptionId",
925-
"description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.",
926-
"type": "string",
927925
"in": "path",
928-
"required": true
926+
"required": true,
927+
"type": "string",
928+
"description": "The ID of the target subscription.",
929+
"minLength": 1
929930
},
930931
"resourceGroupName": {
931932
"name": "resourceGroupName",

specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/stable/2019-06-01/SmartDetectorAlertRulesApi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,8 @@
616616
"in": "path",
617617
"required": true,
618618
"type": "string",
619-
"description": "The Azure subscription id."
619+
"description": "The ID of the target subscription.",
620+
"minLength": 1
620621
},
621622
"ResourceGroupNameParameter": {
622623
"name": "resourceGroupName",

0 commit comments

Comments
 (0)