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 AVS 2021-06-01 API #14215

Merged
merged 4 commits into from
May 18, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename ScriptCmdlet cmdletDescription to description (#14218)
  • Loading branch information
thinkdavid authored May 4, 2021
commit 478077c17e112091c6dc13c37a64bc8480d3a710
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "New-ExternalSsoDomain",
"id": "/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages/{scriptPackageName}/scriptCmdlets/New-ExternalSsoDomain",
"properties": {
"cmdletDescription": "Add an external Sso domain to their vCenter",
"description": "Add an external Sso domain to their vCenter",
"timeout": "P0Y0M0DT0H60M0S",
"parameters": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Set-AvsStoragePolicy",
"id": "/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/scriptPackages/{scriptPackageName}/scriptCmdlets/Set-AvsStoragePolicy",
"properties": {
"cmdletDescription": "Allow user to set the storage policy of the specified VM",
"description": "Allow user to set the storage policy of the specified VM",
"timeout": "P0Y0M0DT0H60M0S",
"parameters": [
{
Expand All @@ -37,7 +37,7 @@
"name": "New-ExternalSsoDomain",
"id": "/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/scriptPackages/{scriptPackageName}/scriptCmdlets/New-ExternalSsoDomain",
"properties": {
"cmdletDescription": "Add an external Sso domain to their vCenter",
"description": "Add an external Sso domain to their vCenter",
"timeout": "P0Y0M0DT0H60M0S",
"parameters": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6749,7 +6749,7 @@
"ScriptCmdletProperties": {
"description": "Properties of a pre-canned script",
"properties": {
"cmdletDescription": {
"description": {
"description": "Description of the scripts functionality",
"type": "string",
"readOnly": true
Expand Down