@azure/arm-paloaltonetworksngfw 1.1.1-alpha.20241213.1 → 1.1.1-alpha.20241218.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -6
- package/package.json +1 -1
package/README.md
CHANGED
@@ -2,11 +2,9 @@
|
|
2
2
|
|
3
3
|
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure PaloAltoNetworksCloudngfw client.
|
4
4
|
|
5
|
-
|
6
|
-
|
7
5
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw) |
|
8
6
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-paloaltonetworksngfw) |
|
9
|
-
[API reference documentation](https://
|
7
|
+
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-paloaltonetworksngfw) |
|
10
8
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
11
9
|
|
12
10
|
## Getting started
|
@@ -46,7 +44,7 @@ npm install @azure/identity
|
|
46
44
|
You will also need to **register a new AAD application and grant access to Azure PaloAltoNetworksCloudngfw** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
|
47
45
|
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
|
48
46
|
|
49
|
-
For more information about how to create an Azure AD Application check out [this guide](https://
|
47
|
+
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
50
48
|
|
51
49
|
```javascript
|
52
50
|
const { PaloAltoNetworksCloudngfw } = require("@azure/arm-paloaltonetworksngfw");
|
@@ -64,8 +62,8 @@ const client = new PaloAltoNetworksCloudngfw(new DefaultAzureCredential(), subsc
|
|
64
62
|
// const client = new PaloAltoNetworksCloudngfw(credential, subscriptionId);
|
65
63
|
```
|
66
64
|
|
67
|
-
|
68
65
|
### JavaScript Bundle
|
66
|
+
|
69
67
|
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
70
68
|
|
71
69
|
## Key concepts
|
@@ -101,7 +99,7 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
101
99
|
|
102
100
|
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fpaloaltonetworksngfw%2Farm-paloaltonetworksngfw%2FREADME.png)
|
103
101
|
|
104
|
-
[azure_cli]: https://
|
102
|
+
[azure_cli]: https://learn.microsoft.com/cli/azure
|
105
103
|
[azure_sub]: https://azure.microsoft.com/free/
|
106
104
|
[azure_sub]: https://azure.microsoft.com/free/
|
107
105
|
[azure_portal]: https://portal.azure.com
|
package/package.json
CHANGED