You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,15 +74,13 @@ For example:
74
74
"storageAccountName": {
75
75
"type": "string",
76
76
"metadata": {
77
-
"description": "Required. The name of the Storage Account."
77
+
"description": "The name of the Storage Account."
78
78
}
79
79
},
80
80
"tags": {
81
81
"type": "object",
82
-
"defaultValue": {
83
-
},
84
82
"metadata": {
85
-
"description": "Optional. Tags to apply to the resource.",
83
+
"description": "Tags to apply to the resource.",
86
84
"example": {
87
85
"service": "<service_name>",
88
86
"env": "prod"
@@ -119,11 +117,11 @@ Generating documentation as markdown allows you to publish web-based content on
119
117
120
118
PSDocs supports the following metadata:
121
119
122
-
Field | Scope | Type | Description
123
-
----- | ----- | ---- | -----------
124
-
`name` | Template | `string` | Used for markdown page title.
125
-
`summary` | Template | `string` | Used as a short description for the markdown page.
126
-
`description` | Template | `string` | Used as a detailed description for the markdown page.
120
+
Field | Scope | Type | Description
121
+
----- | ----- | ---- | -----------
122
+
`name`| Template | `string` | Used for markdown page title.
123
+
`summary`| Template | `string` | Used as a short description for the markdown page.
124
+
`description` | Template | `string` | Used as a detailed description for the markdown page.
127
125
`description` | Parameter | `string` | Used as the description for the parameter.
128
126
`example` | Parameter | `string`, `boolean`, `object`, or `array` | An example use of the parameter. The example is included in the JSON snippet. If an example is not included the default value is used instead.
129
127
`ignore` | Parameter | `boolean` | When `true` the parameter is not included in the JSON snippet.
Copy file name to clipboardExpand all lines: index.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,15 +52,13 @@ For example:
52
52
"storageAccountName": {
53
53
"type": "string",
54
54
"metadata": {
55
-
"description": "Required. The name of the Storage Account."
55
+
"description": "The name of the Storage Account."
56
56
}
57
57
},
58
58
"tags": {
59
59
"type": "object",
60
-
"defaultValue": {
61
-
},
62
60
"metadata": {
63
-
"description": "Optional. Tags to apply to the resource.",
61
+
"description": "Tags to apply to the resource.",
64
62
"example": {
65
63
"service": "<service_name>",
66
64
"env": "prod"
@@ -87,11 +85,11 @@ Generating documentation as markdown allows you to publish web-based content on
87
85
88
86
PSDocs supports the following metadata:
89
87
90
-
Field | Scope | Type | Description
91
-
----- | ----- | ---- | -----------
92
-
`name` | Template | `string` | Used for markdown page title.
93
-
`summary` | Template | `string` | Used as a short description for the markdown page.
94
-
`description` | Template | `string` | Used as a detailed description for the markdown page.
88
+
Field | Scope | Type | Description
89
+
----- | ----- | ---- | -----------
90
+
`name`| Template | `string` | Used for markdown page title.
91
+
`summary`| Template | `string` | Used as a short description for the markdown page.
92
+
`description` | Template | `string` | Used as a detailed description for the markdown page.
95
93
`description` | Parameter | `string` | Used as the description for the parameter.
96
94
`example` | Parameter | `string`, `boolean`, `object`, or `array` | An example use of the parameter. The example is included in the JSON snippet. If an example is not included the default value is used instead.
97
95
`ignore` | Parameter | `boolean` | When `true` the parameter is not included in the JSON snippet.
0 commit comments