skip to Main Content

ERROR: () The provided value for encryptionWithCmk.enforcement were invalid while trying to update azure search service

I am trying to update the network rules of a search service using the following powershell command:az search service update --name "$(azure_search_service)" --resource-group "$(resource_group)" --ip-rules $ipsToBeAdded but getting the error "ERROR: () The provided value for encryptionWithCmk.enforcement were invalid. Parameter…

VIEW QUESTION
Back To Top
Search