|
193 | 193 | "metadata": {}, |
194 | 194 | "source": [ |
195 | 195 | "### [Samples](https://developers.arcgis.com/python/sample-notebooks/)\n", |
196 | | - "* Updates[`Integrating OpenStreetMap datasets with ArcGIS`](https://developers.arcgis.com/python/sample-notebooks/osm-runner/) sample to remover reliance on `Jupyter Dashboard`\n", |
| 196 | + "* Updates [Integrating OpenStreetMap datasets with ArcGIS](https://developers.arcgis.com/python/sample-notebooks/osm-runner/) to remove reliance on `Jupyter Dashboard`\n", |
197 | 197 | "* Fixes errors in [Automate Road Surface Investigation Using Deep Learning](https://developers.arcgis.com/python/sample-notebooks/automate-road-surface-investigation-using-deep-learning/)\n", |
198 | 198 | "* Fixes missing parameter in [Spatial and temporal distribution of service calls using big data tools](https://developers.arcgis.com/python/sample-notebooks/spatial-and-temporal-trends-of-service-calls/)\n", |
199 | 199 | "* Updates [How much green is Delhi as on 15 Oct 2017?](https://developers.arcgis.com/python/sample-notebooks/how-much-green-is-delhi-as-on-15-oct-2017/) title to [How green is New Delhi?](https://developers.arcgis.com/python/sample-notebooks/how-much-green-is-delhi-as-on-15-oct-2017/)" |
|
205 | 205 | "source": [ |
206 | 206 | "#### [`arcgis.gis`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#gis)\n", |
207 | 207 | "* Fixes [`clone_items()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) between Enterprise 10.4.1 and 10.5.1\n", |
208 | | - "* Updates [`clone_items()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n", |
| 208 | + "* Updates [`clone_items()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) to handle thumbnails in all situations\n", |
209 | 209 | "* Fixes BUG-000128343 [`Group.update()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Group.update) method not updating when `is_invitation_only` set to False\n", |
210 | 210 | "* Improves error handling for various `get()` functions when item does not exist or is inaccessible" |
211 | 211 | ] |
|
216 | 216 | "source": [ |
217 | 217 | "#### [`arcgis.gis.admin`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#)\n", |
218 | 218 | "* Fixes BUG-000128319 [`WebhookManager.create()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.WebhookManager.create) failing when `events` parameter is list of actions\n", |
219 | | - "* Clarifies documentation for [`CreditManager.deallocate()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.CreditManager.deallocate) method\n", |
220 | | - "* " |
| 219 | + "* Updates documentation for [`CreditManager.deallocate()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.CreditManager.deallocate) method\n", |
| 220 | + "* Fixes [`CreditManager.allocate(credits=0.0)`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.CreditManager.allocate) to properly set credit value" |
221 | 221 | ] |
222 | 222 | }, |
223 | 223 | { |
|
0 commit comments