Skip to content

Commit

Permalink
Add Metrics Advisor API Properties. (#10722)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyuan authored Sep 16, 2020
1 parent 39466d2 commit 560c551
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,26 @@
"description": "(Personalization Only) The storage account connection string.",
"pattern": "^(( *)DefaultEndpointsProtocol=(http|https)( *);( *))?AccountName=(.*)AccountKey=(.*)EndpointSuffix=(.*)$",
"maxLength": 1000
},
"aadClientId": {
"type": "string",
"description": "(Metrics Advisor Only) The Azure AD Client Id (Application Id).",
"maxLength": 500
},
"aadTenantId": {
"type": "string",
"description": "(Metrics Advisor Only) The Azure AD Tenant Id.",
"maxLength": 500
},
"superUser": {
"type": "string",
"description": "(Metrics Advisor Only) The super user of Metrics Advisor.",
"maxLength": 500
},
"websiteName": {
"type": "string",
"description": "(Metrics Advisor Only) The website name of Metrics Advisor.",
"maxLength": 500
}
},
"description": "The api properties for special APIs."
Expand Down

0 comments on commit 560c551

Please sign in to comment.