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
Copy file name to clipboardExpand all lines: PreviewReleaseNotes.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Some of the newer features that we want people to try out are:
49
49
* Please try publishing (important instructions are below). If you have multiple modules, try using different API keys to publish them.
50
50
* We want feedback for the default view on the new page for items - a module or a script. The new page collapses out much of the detail shown previously. Are we showing what is needed most?
51
51
52
-
## What is not working?
52
+
## What is not right?
53
53
54
54
The following things are known to not work as expected.
55
55
If you encounter something that is not listed here, please create an entry in our [issues list](https://github.com/PowerShell/PowerShellGallery/issues).
@@ -65,6 +65,8 @@ As an example, the same versions of the Azure SDK team's modules are on both pre
65
65
The Preview PowerShell Gallery does not show the Comments section, or previous comments, that are visible at the bottom of each item detail page in the PowerShell Gallery. That section is provided by the LiveFyre service. At this time, we are unable to keep comments aligned between the Preview and public PowerShell Gallery sites. Rather than have someone provide feedback that is lost, we have disabled the feature for now. If you wish to provide feedback on an item, please go to [PowerShellGallery.com](https://powershellgallery.com), locate the same item, and provide your feedback there.
66
66
* Installating to Azure Automation is not yet working:
67
67
Three installation options are listed on the details page for any item. The Azure Automation option replaces the previous "Deploy to Azure Automation", but it is not currently functioning.
68
+
* Item statistics page:
69
+
There are 2 options on the item statistics page that do not apply to the PowerShell Gallery, and will be removed: client name and client version. These are left over from our port of the NuGet code.
68
70
69
71
## How to publish a module to the preview Gallery?
Please note: The preview URL will go away when we transition the changes in preview to the production PowerShell Gallery, which will happen in the fall of 2018. This will break any automation that uses the preview URL as its target. We will, of course, be communicating that change via the preview site and other announcements.
117
+
118
+
## Managing API Keys
119
+
120
+
There are important new features available for creating the API key used when publishing items. The full documentation is currently in the [PowerShell docs github repo](https://github.com/PowerShell/PowerShell-Docs/blob/staging/gallery/how-to/publishing-items/creating-apikeys.md).
121
+
122
+
Any API key associated with your account will work when publishing to either PowerShellGallery.com or Preview.PowershellGallery.com.
123
+
124
+
__Important note:__ If you have published items to PowerShellGallery.com, you have an existing Full Access API key that has no expiration. For security reasons, the new API key management system will not create keys with no expiration. If you delete the Full Access API key using the Preview Powershell Gallery UI, you can only re-create it using PowerShellGallery.com. That will only be true until we switch over to the new, more secure system, at which time you will not be able to create any key that has no expiration date.
0 commit comments