@azure-rest/agrifood-farming 1.0.0-alpha.20241216.1 → 1.0.0-alpha.20241218.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,7 +172,7 @@ For more detailed instructions on how to enable logs, you can look at the [@azur
|
|
|
172
172
|
|
|
173
173
|
### Additional documentation
|
|
174
174
|
|
|
175
|
-
For more extensive documentation on the FarmBeats, see the [FarmBeats documentation][product_docs] on
|
|
175
|
+
For more extensive documentation on the FarmBeats, see the [FarmBeats documentation][product_docs] on learn.microsoft.com.
|
|
176
176
|
|
|
177
177
|
## Contributing
|
|
178
178
|
|
|
@@ -184,14 +184,14 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
184
184
|
|
|
185
185
|

|
|
186
186
|
|
|
187
|
-
[product_documentation]: https://
|
|
187
|
+
[product_documentation]: https://learn.microsoft.com/azure/industry/agriculture/overview-azure-farmbeats
|
|
188
188
|
[rest_client]: https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/rest-clients.md
|
|
189
189
|
[source_code]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/agrifood/agrifood-farming-rest
|
|
190
190
|
[npm]: https://www.npmjs.com/org/azure-rest
|
|
191
191
|
[ref_docs]: https://azure.github.io/azure-sdk-for-js
|
|
192
192
|
[azure_subscription]: https://azure.microsoft.com/free/
|
|
193
|
-
[farmbeats_resource]: https://
|
|
194
|
-
[authenticate_with_token]: https://
|
|
193
|
+
[farmbeats_resource]: https://learn.microsoft.com/azure/industry/agriculture/install-azure-farmbeats
|
|
194
|
+
[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
|
|
195
195
|
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#credentials
|
|
196
196
|
[azure_identity_npm]: https://www.npmjs.com/package/@azure/identity
|
|
197
197
|
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
|
package/package.json
CHANGED