You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where:
parameter-name: ManagedResourcesNetworkAccessType
verb: Update
subject: SapVirtualInstance
set:
parameter-description: Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228
Question mark still got removed in doc and code
The text was updated successfully, but these errors were encountered:
question mark:
https://github.com/Azure/azure-rest-api-specs/blob/202321f386ea5b0c103b46902d43b3d3c50e029c/specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/preview/2023-10-01-preview/SAPVirtualInstance.json#L2323
in this line got removed in doc and code:
https://github.com/Azure/azure-powershell/pull/25521/files
Even if I use directive:
parameter-name: ManagedResourcesNetworkAccessType
verb: Update
subject: SapVirtualInstance
set:
parameter-description: Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228
Question mark still got removed in doc and code
The text was updated successfully, but these errors were encountered: