Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
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