|
| 1 | +# Azure CLI powerbiprivatelinks Extension # |
| 2 | +This is the extension for powerbiprivatelinks |
| 3 | + |
| 4 | +### How to use ### |
| 5 | +Install this extension using the below CLI command |
| 6 | +``` |
| 7 | +az extension add --name powerbiprivatelinks |
| 8 | +``` |
| 9 | + |
| 10 | +### Included Features ### |
| 11 | +#### powerbiprivatelinks private-link-service-for-power-bi #### |
| 12 | +##### List ##### |
| 13 | +``` |
| 14 | +az powerbiprivatelinks private-link-service-for-power-bi list |
| 15 | +``` |
| 16 | +#### powerbiprivatelinks private-link-service-resource-operation-result #### |
| 17 | +##### Show ##### |
| 18 | +``` |
| 19 | +az powerbiprivatelinks private-link-service-resource-operation-result show |
| 20 | +``` |
| 21 | +#### powerbiprivatelinks private-link-service #### |
| 22 | +##### List ##### |
| 23 | +``` |
| 24 | +az powerbiprivatelinks private-link-service list |
| 25 | +``` |
| 26 | +#### powerbiprivatelinks power-bi-resource #### |
| 27 | +##### Create ##### |
| 28 | +``` |
| 29 | +az powerbiprivatelinks power-bi-resource create --location "global" --tenant-id "ac2bc297-8a3e-46f3-972d-87c2b4ae6e2f" \ |
| 30 | + --tags tag1="value1" tag2="value2" |
| 31 | +``` |
| 32 | +##### List ##### |
| 33 | +``` |
| 34 | +az powerbiprivatelinks power-bi-resource list |
| 35 | +``` |
| 36 | +##### Delete ##### |
| 37 | +``` |
| 38 | +az powerbiprivatelinks power-bi-resource delete |
| 39 | +``` |
| 40 | +#### powerbiprivatelinks private-link-resource #### |
| 41 | +##### List ##### |
| 42 | +``` |
| 43 | +az powerbiprivatelinks private-link-resource list |
| 44 | +``` |
| 45 | +#### powerbiprivatelinks private-endpoint-connection-proxy #### |
| 46 | +##### Create ##### |
| 47 | +``` |
| 48 | +az powerbiprivatelinks private-endpoint-connection-proxy create \ |
| 49 | + --connection-details group-id="tenant" id="10001" link-identifier="1253" member-name="tenant" private-ip-address="10.0.1.4" \ |
| 50 | + --remote-private-endpoint-id "/subscriptions/a0020869-4d28-422a-89f4-c2413130d73c/resourceGroups/resourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpointName" \ |
| 51 | + --private-link-service-connections name="myPrivateEndpointConnection" group-ids="tenant" request-message="opt msg" \ |
| 52 | + --private-link-service-proxies "[{\\"groupConnectivityInformation\\":[{\\"customerVisibleFqdns\\":[\\"91cb8a3f79e644bea2dedce59f8c0107-api.analysis.windows.net\\"],\\"groupId\\":\\"tenant\\",\\"internalFqdn\\":\\"91cb8a3f79e644bea2dedce59f8c0107-api.analysis.windows.net\\",\\"memberName\\":\\"tenant\\",\\"privateLinkServiceArmRegion\\":\\"\\"}],\\"id\\":\\"/subscriptions/a0020869-4d28-422a-89f4-c2413130d73c/resourceGroups/resourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpointName/privateLinkServiceProxies/azureResourceName-proxy.58ffb8de-89ad-41eb-9f8f-de0a7db9d721\\",\\"remotePrivateEndpointConnection\\":{\\"id\\":\\"/subscriptions/a0020869-4d28-422a-89f4-c2413130d73c/resourceGroups/resourceGroup/providers/Microsoft.PowerBI/privateLinkServicesForPowerBI/azureResourceName/privateEndpointConnections/myPrivateEndpointName.58ffb8de-89ad-41eb-9f8f-de0a7db9d721\\"},\\"remotePrivateLinkServiceConnectionState\\":{\\"description\\":\\"please approve\\",\\"actionsRequired\\":\\"None\\",\\"status\\":\\"Pending\\"}}]" |
| 53 | +``` |
| 54 | +##### Show ##### |
| 55 | +``` |
| 56 | +az powerbiprivatelinks private-endpoint-connection-proxy show |
| 57 | +``` |
| 58 | +##### Validate ##### |
| 59 | +``` |
| 60 | +az powerbiprivatelinks private-endpoint-connection-proxy validate \ |
| 61 | + --remote-private-endpoint-id "/subscriptions/a0020869-4d28-422a-89f4-c2413130d73c/resourceGroups/resourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpointName" \ |
| 62 | + --private-link-service-connections name="myPrivateEndpointConnection" group-ids="tenant" request-message="opt msg" \ |
| 63 | + --private-link-service-proxies "[{\\"groupConnectivityInformation\\":[],\\"id\\":\\"/subscriptions/a0020869-4d28-422a-89f4-c2413130d73c/resourceGroups/resourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpointName/privateLinkServiceProxies/azureResourceName-proxy.58ffb8de-89ad-41eb-9f8f-de0a7db9d721\\"}]" |
| 64 | +``` |
| 65 | +##### Delete ##### |
| 66 | +``` |
| 67 | +az powerbiprivatelinks private-endpoint-connection-proxy delete |
| 68 | +``` |
| 69 | +#### powerbiprivatelinks private-endpoint-connection #### |
| 70 | +##### Create ##### |
| 71 | +``` |
| 72 | +az powerbiprivatelinks private-endpoint-connection create \ |
| 73 | + --id "/subscriptions/a0020869-4d28-422a-89f4-c2413130d73c/resourceGroups/resourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpointName" \ |
| 74 | + --private-link-service-connection-state description="" actions-required="None" status="Approved " |
| 75 | +``` |
| 76 | +##### Show ##### |
| 77 | +``` |
| 78 | +az powerbiprivatelinks private-endpoint-connection show |
| 79 | +``` |
| 80 | +##### List ##### |
| 81 | +``` |
| 82 | +az powerbiprivatelinks private-endpoint-connection list --azure-resource-name "azureResourceName" \ |
| 83 | + --resource-group "resourceGroup" |
| 84 | +``` |
| 85 | +##### Delete ##### |
| 86 | +``` |
| 87 | +az powerbiprivatelinks private-endpoint-connection delete |
| 88 | +``` |
0 commit comments