Skip to content

Commit

Permalink
Update CHANGELOG.md and markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
frankshen01 committed Nov 27, 2020
1 parent cf1e0f3 commit 5015c96
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 1.7.0 (Unreleased)

## 1.6.12 (Nov 27, 2020)

IMPROVEMENTS:

* Improve/fix documentation for fortios_router_accesslist, fortios_certificate_local, fortios_system_fortimanager and fortios_system_ha

## 1.6.11 (Nov 26, 2020)

IMPROVEMENTS:
Expand Down
3 changes: 2 additions & 1 deletion website/docs/r/fortios_certificate_local.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |-
# fortios_certificate_local
Local keys and certificates.

Due to current FortiAPI limitations, the feature is temporarily unavailable. Please use the following resource configuration as an alternative.
Due to current FortiOS API limitations, the feature is temporarily unavailable. Please use the following resource configuration as an alternative.

## Example

Expand Down Expand Up @@ -144,3 +144,4 @@ Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
**Step5: Check the results**

![111](https://user-images.githubusercontent.com/49291382/99555680-86cc5400-29fb-11eb-8ae8-2c437f13595e.png)

3 changes: 2 additions & 1 deletion website/docs/r/fortios_router_accesslist.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $ unset "FORTIOS_IMPORT_TABLE"


## Note
Due to current FortiAPI limitations, the feature can only be correctly supported when FortiOS Version >= 6.2.4, for FortiOS Version < 6.2.4, please use the following resource configuration as an alternative:
Due to current FortiOS API limitations, the feature can only be correctly supported when FortiOS Version >= 6.2.4, for FortiOS Version < 6.2.4, please use the following resource configuration as an alternative.

### Example
```
Expand All @@ -77,3 +77,4 @@ EOF
}
```


2 changes: 1 addition & 1 deletion website/docs/r/fortios_system_fortimanager.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |-
# fortios_system_fortimanager
Configure FortiManager.

Due to current FortiAPI limitations, the feature is temporarily unavailable. Please use the following resource configuration as an alternative:
Due to current FortiOS API limitations, the feature is temporarily unavailable. Please use the following resource configuration as an alternative.

## Example
```
Expand Down
4 changes: 3 additions & 1 deletion website/docs/r/fortios_system_ha.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |-
# fortios_system_ha
Configure HA.

Due to current FortiAPI limitations, the feature is temporarily unavailable. Please use the following resource configuration as an alternative::
Due to current FortiOS API limitations, the feature is temporarily unavailable. Please use the following resource configuration as an alternative.

## Example1

Expand Down Expand Up @@ -79,4 +79,6 @@ EOF
start = "auto"
}
```

-> FortiOS has a limit of 255 characters for system autoscript->script, if the configuration content exceeds 255 characters, it can be implemented in multiple stages. In the first stage, configure the necessary parameters. In the subsequent stages, configure other optional parameters. Whenever possible, delete spaces and tabs at the beginning of each line. The goal is to try to reach the 255 limit. The dependencies between several stages need to be ensured.

0 comments on commit 5015c96

Please sign in to comment.