Skip to content

Commit eed3c35

Browse files
author
GitHub Action
committed
Updating README with latest documentation
1 parent 2e4cb28 commit eed3c35

24 files changed

+54
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ armTemplate | object | Fully populated template
4444
```json
4545
{
4646
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
47-
"contentVersion": "1.0.0.1",
47+
"contentVersion": "1.0.0.0",
4848
"metadata": {
4949
"template": "azuredeploy.json"
5050
},

docs/accountimmutabilitypolicproperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ AccountImmutabilityPolicyProperties | object | This defines account-level immuta
4343
```json
4444
{
4545
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
46-
"contentVersion": "1.0.0.1",
46+
"contentVersion": "1.0.0.0",
4747
"metadata": {
4848
"template": "reference/accountimmutabilitypolicproperties.json"
4949
},

docs/activedirectoryproperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ActiveDirectoryProperties | object | Settings properties for Active Directory (A
7676
```json
7777
{
7878
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
79-
"contentVersion": "1.0.0.1",
79+
"contentVersion": "1.0.0.0",
8080
"metadata": {
8181
"template": "reference/activedirectoryproperties.json"
8282
},

docs/azurefilesidentitybasedauthentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Indicates the directory service used.
3838

3939
Name | Type | Description
4040
---- | ---- | -----------
41-
AzureFilesIdentityBasedAuthentication | object | Settings for Azure Files identity based authentication.
41+
AzureFilesIdentityBasedAuthentication | object | Settings for Azure Files identity based authentication.
4242

4343
## Snippets
4444

@@ -47,7 +47,7 @@ AzureFilesIdentityBasedAuthentication | object | Settings for Azure Files identi
4747
```json
4848
{
4949
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
50-
"contentVersion": "1.0.0.1",
50+
"contentVersion": "1.0.0.0",
5151
"metadata": {
5252
"template": "reference/azurefilesidentitybasedauthentication.json"
5353
},

docs/customdomain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CustomDomain | object | The custom domain assigned to this storage account. This
3434
```json
3535
{
3636
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
37-
"contentVersion": "1.0.0.1",
37+
"contentVersion": "1.0.0.0",
3838
"metadata": {
3939
"template": "reference/customdomain.json"
4040
},

docs/encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Encryption | object | The encryption settings on the storage account.
5555
```json
5656
{
5757
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
58-
"contentVersion": "1.0.0.1",
58+
"contentVersion": "1.0.0.0",
5959
"metadata": {
6060
"template": "reference/encryption.json"
6161
},

docs/encryptionidentity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ EncryptionIdentity | object | Encryption identity for the storage account.
3232
```json
3333
{
3434
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
35-
"contentVersion": "1.0.0.1",
35+
"contentVersion": "1.0.0.0",
3636
"metadata": {
3737
"template": "reference/encryptionidentity.json"
3838
},

docs/encryptionservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EncryptionService | object | A service that allows server-side encryption to be
3636
```json
3737
{
3838
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
39-
"contentVersion": "1.0.0.1",
39+
"contentVersion": "1.0.0.0",
4040
"metadata": {
4141
"template": "reference/encryptionservice.json"
4242
},

docs/encryptionservices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ EncryptionServices | object | A list of services that support encryption.
4646
```json
4747
{
4848
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
49-
"contentVersion": "1.0.0.1",
49+
"contentVersion": "1.0.0.0",
5050
"metadata": {
5151
"template": "reference/encryptionservices.json"
5252
},

docs/extendedlocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ExtendedLocation | object | The complex type of the extended location.
3434
```json
3535
{
3636
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
37-
"contentVersion": "1.0.0.1",
37+
"contentVersion": "1.0.0.0",
3838
"metadata": {
3939
"template": "reference/extendedlocation.json"
4040
},

0 commit comments

Comments
 (0)