Skip to content

Commit

Permalink
Merge pull request #790 from ApnaLakshay/lowercase-location-bicep-api
Browse files Browse the repository at this point in the history
added another lowercase TSG
  • Loading branch information
prmerger-automator[bot] authored Dec 20, 2024
2 parents fb87b3d + 388e2ca commit 48a9852
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,16 @@ A newly created maintenance configuration with the same name as a previously del

Ensure a minimum wait time of 20 minutes between deleting a maintenance configuration and creating a new one with the same name. If the problem persists, contact the support team for assistance.

### Maintenance assignment fails with `InternalServerError` error

#### Problem

Maintenance assignment fails with `InternalServerError` when using either bicep template or MRP API. The assignment can be done successfully using either portal or CLI or PowerShell.

#### Resolution

It is recommended to use the location/region in a normalized form for the bicep template and MRP API. The normalized form involves removing whitespace and converting the text to lowercase. For example, `EAST US 2 EUAP` will result in an internal server error, whereas `eastus2euap` will be processed successfully.

### Maintenance Configurations doesn't support an API

The feature currently doesn't support the following APIs:
Expand Down

0 comments on commit 48a9852

Please sign in to comment.