Skip to content

Commit

Permalink
[Fixes] Fixed incorrect UDT required identification & updated allowed…
Browse files Browse the repository at this point in the history
… & default value handling (#4168)

* Updated API Management module

* Updated Container App module

* Updating Configuration Store module (ongoing)

* Updated Configuration Store module

* Updated Automation Account module

* Comment headers formatted

* Readme/ARM for first four modules

* Updated Batch Account module

* Fixed parameter descriptions

* Updated Readme and ARM

* Updated Redis Cache module

* Container App - Fixed parameter descriptions

* Updated Cognitive Services module

* Updated VMSS module

* Updated Container Group module

* Updated Container Registry module

* Updated Data Factory module

* Updated Event Grid / System Topic module

* Updated EventHub Namespace module

* [Modules] Resolved conflicts (#4129)

* [Modules] Migrated batch [1/4] to AVM RBAC (#4125)

* Updated first badge of templates (readmes pending)

* Update to latest

* Compiled templates

* Compiled templates

* Compiled first few readmes

* Updated test files

* Updated readmes

* Reduced roles

* Updated templates

* Rollback different branches' changes

* Updated nic & pip

* Fixed test file

* Refreshed vm

* Push updated Readme file(s)

* Updated templates

* Updated templates

---------

Co-authored-by: CARMLPipelinePrincipal <CARML@noreply.github.com>

* Clean-up, some fixes

* Removed Azure Firewall changes from branch

* Update API common test file

* Update API common test file2

* Updated Recovery Services Vault module

* Updated ServiceBus Namespace module

* Updated SQL Managed Instance module

* Updated SQL Server module

* Updated Static Website module

* Updated Web Site module

* Updated website slot readme/arm

* Redis Cache - Testing with two identities

* Configuration Store module - Testing with two identities

* Updated Signal-R WebPub Sub module

* Updated Barch module to support only one type of identity

* Updated AKS module

* Updated Databricks Access Connector module

* Updated Disk Encryption Set module

* Updated Search Service module

* Updated Backup Vault module

* Updated Firewall Policy module

* Updated MySQL Flexible server module

* MySQL Flexible server module - namePrefix reset

* Updated Health Bot module

* Updated NetApp Account module

* Updated App Gateway module

* Updated Deployment Script module

* Updated PostgreSQL Flexible Server module

* Fixed description of userAssignedResourcesIds

* Updated Storage Account module

* Updated Web Hosting Environment module

* Updated Log Analytics Workspace module

* Updated Logic Workflow module

* Updated ML Workspace module

* Updated ML Workspace Compute module

* Updated Cosmos DB module

* Updated VM module

* Updated Digital Twins module

* Updated Healthcare APIs module

* Updated DevTest Lab module

* Updated PurView Account module

* Fixed Digital Twins missing references

* Fixed DevTest Lab formattedManagementIdentities ref

* Purview fix

* Purview fix 2

* Purview updated ARM

* SQL MI fix

* SQL MI updated ARM

* SQL MI removed new output

* Small fixes

* Fixed SQL Server module

* DigitalTwins - fixed params

* Digital Twins - reset to main

* mySQL - updated param description

* postgreSQL - updated param description

* mySQL - updated conditional param description

* postgreSQL - updated conditional param description

* Updated param description for "one identity only" modules

* Update to latest

* Updated Allowed & Default value handling, etc.

* Rollback of unrelated changes

* Updated readmes

* Small formatting

---------

Co-authored-by: Kris Baranek <k.baranek@microsoft.com>
Co-authored-by: CARMLPipelinePrincipal <CARML@noreply.github.com>
  • Loading branch information
3 people authored Oct 31, 2023
1 parent 7f27d80 commit 64e62f0
Show file tree
Hide file tree
Showing 262 changed files with 5,218 additions and 2,082 deletions.
97 changes: 85 additions & 12 deletions modules/aad/domain-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,13 @@ The value is to provide domain configuration type.
- Required: No
- Type: string
- Default: `'FullySynced'`
- Allowed: `[FullySynced, ResourceTrusting]`
- Allowed:
```Bicep
[
'FullySynced'
'ResourceTrusting'
]
```

### Parameter: `domainName`

Expand All @@ -330,7 +336,13 @@ The value is to enable the Secure LDAP for external services of Azure ADDS Servi
- Required: No
- Type: string
- Default: `'Enabled'`
- Allowed: `[Disabled, Enabled]`
- Allowed:
```Bicep
[
'Disabled'
'Enabled'
]
```

### Parameter: `filteredSync`

Expand All @@ -345,23 +357,41 @@ The value is to enable to provide a protected channel between the Kerberos clien
- Required: No
- Type: string
- Default: `'Enabled'`
- Allowed: `[Disabled, Enabled]`
- Allowed:
```Bicep
[
'Disabled'
'Enabled'
]
```

### Parameter: `kerberosRc4Encryption`

The value is to enable Kerberos requests that use RC4 encryption.
- Required: No
- Type: string
- Default: `'Enabled'`
- Allowed: `[Disabled, Enabled]`
- Allowed:
```Bicep
[
'Disabled'
'Enabled'
]
```

### Parameter: `ldaps`

A flag to determine whether or not Secure LDAP is enabled or disabled.
- Required: No
- Type: string
- Default: `'Enabled'`
- Allowed: `[Disabled, Enabled]`
- Allowed:
```Bicep
[
'Disabled'
'Enabled'
]
```

### Parameter: `location`

Expand Down Expand Up @@ -410,23 +440,41 @@ The value is to notify the DC Admins.
- Required: No
- Type: string
- Default: `'Enabled'`
- Allowed: `[Disabled, Enabled]`
- Allowed:
```Bicep
[
'Disabled'
'Enabled'
]
```

### Parameter: `notifyGlobalAdmins`

The value is to notify the Global Admins.
- Required: No
- Type: string
- Default: `'Enabled'`
- Allowed: `[Disabled, Enabled]`
- Allowed:
```Bicep
[
'Disabled'
'Enabled'
]
```

### Parameter: `ntlmV1`

The value is to enable clients making request using NTLM v1.
- Required: No
- Type: string
- Default: `'Enabled'`
- Allowed: `[Disabled, Enabled]`
- Allowed:
```Bicep
[
'Disabled'
'Enabled'
]
```

### Parameter: `pfxCertificate`

Expand Down Expand Up @@ -523,23 +571,42 @@ The name of the SKU specific to Azure ADDS Services.
- Required: No
- Type: string
- Default: `'Standard'`
- Allowed: `[Enterprise, Premium, Standard]`
- Allowed:
```Bicep
[
'Enterprise'
'Premium'
'Standard'
]
```

### Parameter: `syncNtlmPasswords`

The value is to enable synchronized users to use NTLM authentication.
- Required: No
- Type: string
- Default: `'Enabled'`
- Allowed: `[Disabled, Enabled]`
- Allowed:
```Bicep
[
'Disabled'
'Enabled'
]
```

### Parameter: `syncOnPremPasswords`

The value is to enable on-premises users to authenticate against managed domain.
- Required: No
- Type: string
- Default: `'Enabled'`
- Allowed: `[Disabled, Enabled]`
- Allowed:
```Bicep
[
'Disabled'
'Enabled'
]
```

### Parameter: `tags`

Expand All @@ -553,7 +620,13 @@ The value is to enable clients making request using TLSv1.
- Required: No
- Type: string
- Default: `'Enabled'`
- Allowed: `[Disabled, Enabled]`
- Allowed:
```Bicep
[
'Disabled'
'Enabled'
]
```


## Outputs
Expand Down
14 changes: 13 additions & 1 deletion modules/analysis-services/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,19 @@ Enable telemetry via a Globally Unique Identifier (GUID).
The inbound firewall rules to define on the server. If not specified, firewall is disabled.
- Required: No
- Type: object
- Default: `{object}`
- Default:
```Bicep
{
enablePowerBIService: true
firewallRules: [
{
firewallRuleName: 'AllowFromAll'
rangeEnd: '255.255.255.255'
rangeStart: '0.0.0.0'
}
]
}
```

### Parameter: `location`

Expand Down
32 changes: 27 additions & 5 deletions modules/api-management/service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ API Version Sets.
Authorization servers.
- Required: No
- Type: secureObject
- Default: `{object}`
- Default: `{}`

### Parameter: `backends`

Expand Down Expand Up @@ -726,7 +726,7 @@ List of Certificates that need to be installed in the API Management service. Ma
Custom properties of the API Management service.
- Required: No
- Type: object
- Default: `{object}`
- Default: `{}`

### Parameter: `diagnosticSettings`

Expand Down Expand Up @@ -1086,15 +1086,30 @@ The pricing tier of this API Management service.
- Required: No
- Type: string
- Default: `'Developer'`
- Allowed: `[Basic, Consumption, Developer, Premium, Standard]`
- Allowed:
```Bicep
[
'Basic'
'Consumption'
'Developer'
'Premium'
'Standard'
]
```

### Parameter: `skuCount`

The instance size of this API Management service.
- Required: No
- Type: int
- Default: `1`
- Allowed: `[1, 2]`
- Allowed:
```Bicep
[
1
2
]
```

### Parameter: `subnetResourceId`

Expand Down Expand Up @@ -1122,7 +1137,14 @@ The type of VPN in which API Management service needs to be configured in. None
- Required: No
- Type: string
- Default: `'None'`
- Allowed: `[External, Internal, None]`
- Allowed:
```Bicep
[
'External'
'Internal'
'None'
]
```

### Parameter: `zones`

Expand Down
2 changes: 1 addition & 1 deletion modules/api-management/service/api-version-set/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ API Version set name.
API Version set properties.
- Required: No
- Type: object
- Default: `{object}`
- Default: `{}`


## Outputs
Expand Down
49 changes: 42 additions & 7 deletions modules/api-management/service/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,15 @@ Type of API to create. * http creates a REST API * soap creates a SOAP pass-thro
- Required: No
- Type: string
- Default: `'http'`
- Allowed: `[graphql, http, soap, websocket]`
- Allowed:
```Bicep
[
'graphql'
'http'
'soap'
'websocket'
]
```

### Parameter: `apiVersion`

Expand Down Expand Up @@ -118,7 +126,7 @@ Indicates the Version identifier of the API version set.
Collection of authentication settings included into this API.
- Required: No
- Type: object
- Default: `{object}`
- Default: `{}`

### Parameter: `displayName`

Expand All @@ -139,7 +147,21 @@ Format of the Content in which the API is getting imported.
- Required: No
- Type: string
- Default: `'openapi'`
- Allowed: `[openapi, openapi-link, openapi+json, openapi+json-link, swagger-json, swagger-link-json, wadl-link-json, wadl-xml, wsdl, wsdl-link]`
- Allowed:
```Bicep
[
'openapi'
'openapi-link'
'openapi+json'
'openapi+json-link'
'swagger-json'
'swagger-link-json'
'wadl-link-json'
'wadl-xml'
'wsdl'
'wsdl-link'
]
```

### Parameter: `isCurrent`

Expand Down Expand Up @@ -172,7 +194,12 @@ Array of Policies to apply to the Service API.
Describes on which protocols the operations in this API can be invoked. - HTTP or HTTPS.
- Required: No
- Type: array
- Default: `[https]`
- Default:
```Bicep
[
'https'
]
```

### Parameter: `serviceUrl`

Expand All @@ -193,7 +220,7 @@ API identifier of the source API.
Protocols over which API is made available.
- Required: No
- Type: object
- Default: `{object}`
- Default: `{}`

### Parameter: `subscriptionRequired`

Expand All @@ -208,7 +235,15 @@ Type of API.
- Required: No
- Type: string
- Default: `'http'`
- Allowed: `[graphql, http, soap, websocket]`
- Allowed:
```Bicep
[
'graphql'
'http'
'soap'
'websocket'
]
```

### Parameter: `value`

Expand All @@ -222,7 +257,7 @@ Content value when Importing an API.
Criteria to limit import of WSDL to a subset of the document.
- Required: No
- Type: object
- Default: `{object}`
- Default: `{}`


## Outputs
Expand Down
10 changes: 9 additions & 1 deletion modules/api-management/service/api/policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,15 @@ Format of the policyContent.
- Required: No
- Type: string
- Default: `'xml'`
- Allowed: `[rawxml, rawxml-link, xml, xml-link]`
- Allowed:
```Bicep
[
'rawxml'
'rawxml-link'
'xml'
'xml-link'
]
```

### Parameter: `name`

Expand Down
Loading

0 comments on commit 64e62f0

Please sign in to comment.