Skip to content

Commit f36623b

Browse files
committed
Reduce character count for AzureRM
1 parent a33b731 commit f36623b

File tree

1 file changed

+0
-150
lines changed

1 file changed

+0
-150
lines changed

tools/AzureRM/AzureRM.psd1

Lines changed: 0 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -181,54 +181,6 @@ PrivateData = @{
181181
* Small fix for friendly date properties to pivot off UTC time instead of local time, ensuring standard time reporting.
182182
* EventHub
183183
* Adds commandlets for the Azure EventHub
184-
- New-AzureRmEventHubNamespace
185-
- Adds a New EventHub NameSpace in the existing Resource Group.
186-
- Get-AzureRmEventHubNamespace
187-
- Gets Eventhub NameSpace/list of NameSpaces of existing Resource Group.
188-
- Set-AzureRmEventHubNamespace
189-
- Updates properties of existing EventHub NameSpace.
190-
- Remove-AzureRmEventHubNamespace
191-
- Deletes the existing EventHub NameSpace.
192-
- New-AzureRmEventHubNamespaceAuthorizationRule
193-
- Adds a new AuthorizationRule to the existing EventHub NameSpace.
194-
- Get-AzureRmEventHubNamespaceAuthorizationRule
195-
- Gets AuthorizationRule / List of AuthorizationRules for the existing EventHub NameSpace.
196-
- Set-AzureRmEventHubNamespaceAuthorizationRule
197-
- Updates properties of existing AuthorizationRule of EventHub NameSpace.
198-
- New-AzureRmEventHubNamespaceKey
199-
- Generates a new Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace.
200-
- Get-AzureRmEventHubNamespaceKey
201-
- Gets Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace.
202-
- Remove-AzureRmEventHubNamespaceAuthorizationRule
203-
- Deletes the existing AuthorizationRule of EventHub NameSpace.
204-
- New-AzureRmEventHub
205-
- Adds a new EventHub to the existing NameSpace.
206-
- Get-AzureRmEventHub
207-
- Gets existing Queue/ List of EventHub of the existing NameSpace.
208-
- Set-AzureRmEventHub
209-
- Updates properties of existing EventHub of NameSpace.
210-
- Remove-AzureRmEventHub
211-
- Deletes existing EventHub of NameSpace.
212-
- New-AzureRmEventHubAuthorizationRule
213-
- Adds a new AuthorizationRule to the existing EventHub of NameSpace.
214-
- Get-AzureRmEventHubAuthorizationRule
215-
- Gets the AuthorizationRule / List of AuthorizationRules of the EventHub.
216-
- Set-AzureRmEventHubAuthorizationRule
217-
- Updates the AuthorizationRule of the EventHub.
218-
- New-AzureRmEventHubKey
219-
- Generates a new Primary/Secondary Key for AuthorizationRule of existing EventHub.
220-
- Get-AzureRmEventHubKey
221-
- Gets Primary/Secondary Key for AuthorizationRule of existing EventHub.
222-
- Remove-AzureRmEventHubAuthorizationRule
223-
- Deletes the existing AuthorizationRule of EventHub.
224-
- New-AzureRmEventHubConsumerGroup
225-
- Adds a new ConsumerGroup to the existing EventHub
226-
- Get-AzureRmEventHubConsumerGroup
227-
- Gets existing ConsumerGroup/ List of ConsumerGroups of the existing EventHub.
228-
- Set-AzureRmEventHubConsumerGroup
229-
- Updates properties of existing ConsumerGroup of EventHub.
230-
- Remove-AzureRmEventHubConsumerGroup
231-
- Deletes existing ConsumerGroup of EventHub.
232184
* Insights
233185
* Parameter now accepts two more values in New-AzureRmAutoscaleRule
234186
- Parameter ScaleType now accepts the previous ChangeCount (default) plus two more values PercentChangeCount, and ExactCount
@@ -239,40 +191,6 @@ PrivateData = @{
239191
- Before the user could see the properties because they were printed, but not access them programatically because they were protected for instance.
240192
* IotHub
241193
* Adds commandlets for the Azure IoT Hub
242-
- Add-AzureRmIotHubEventHubConsumerGroup
243-
- Adds an Event Hub consumer group for an existing Azure IoT hub.
244-
- Add-AzureRmIotHubKey
245-
- Adds a new key to an existing Azure IoT hub.
246-
- Get-AzureRmIotHub
247-
- Gets the properties of an exisiting Azure IoT hub.
248-
- Get-AzureRmIotHubConnectionString
249-
- Gets the connection strings of an existing Azure IoT hub.
250-
- Get-AzureRmIotHubEventHubConsumerGroup
251-
- Gets the list of event hub consumer groups for the specified eventhub endpoint.
252-
- Get-AzureRmIotHubJob
253-
- Gets the properties of a set of Azure IoT hubs in a subscription or resource group.
254-
- Get-AzureRmIotHubKey
255-
- Gets the information related to a list of keys of an Azure IoT hub.
256-
- Get-AzureRmIotHubQuotaMetric
257-
- Gets the quota metrics for an Azure IoT hub.
258-
- Get-AzureRmIotHubRegistryStatistic
259-
- Gets the registry statistics for an Azure IoT hub.
260-
- Get-AzureRmIotHubValidSku
261-
- Gets the list of valid Skus to which an existing Azure IoT hub can transition to.
262-
- New-AzureRmIotHub
263-
- Creates a new Azure IoT hub.
264-
- New-AzureRmIotHubExportDevices
265-
- Starts a new job for exporting the devices of an Azure IoT hub.
266-
- New-AzureRmIotHubImportDevices
267-
- Starts a new job for importing the devices of an Azure IoT hub.
268-
- Remove-AzureRmIotHub
269-
- Removes an Azure IoT hub.
270-
- Remove-AzureRmIotHubEventHubConsumerGroup
271-
- Removes a consumer group for the specified event hub endpoint of a give Azure IoT hub.
272-
- Remove-AzureRmIotHubKey
273-
- Removes a key from an Azure IoT hub.
274-
- Set-AzureRmIotHub
275-
- Updates the properties of an Azure IoT hub.
276194
* MachineLearning
277195
* Serialization and deserialization improvements for all cmdlets
278196
* NotificationHubs
@@ -286,74 +204,6 @@ PrivateData = @{
286204
- Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource
287205
* ServiceBus
288206
* Adds commandlets for the Azure ServiceBus
289-
- New-AzureRmServiceBusNamespace
290-
- Adds a New ServiceBus NameSpace in the existing Resource Group.
291-
- Get-AzureRmServiceBusNamespace
292-
- Gets NameSpace/list of NameSpaces of existing Resource Group.
293-
- Set-AzureRmServiceBusNamespace
294-
- Updates properties of existing Servicebus NameSpace.
295-
- Remove-AzureRmServiceBusNamespace
296-
- Deletes the existing ServiceBus NameSpace.
297-
- New-AzureRmServiceBusNamespaceAuthorizationRule
298-
- Adds a new AuthorizationRule to the existing ServiceBus NameSpace.
299-
- Get-AzureRmServiceBusNamespaceAuthorizationRule
300-
- Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace.
301-
- Set-AzureRmServiceBusNamespaceAuthorizationRule
302-
- Updates properties of existing AuthorizationRule of Servicebus NameSpace.
303-
- New-AzureRmServiceBusNamespaceKey
304-
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace.
305-
- Get-AzureRmServiceBusNamespaceKey
306-
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace.
307-
- Remove-AzureRmServiceBusNamespaceAuthorizationRule
308-
- Deletes the existing AuthorizationRule of ServiceBus NameSpace.
309-
- New-AzureRmServiceBusQueue
310-
- Adds a new Queue to the existing ServiceBus NameSpace.
311-
- Get-AzureRmServiceBusQueue
312-
- Gets existing Queue/ List of Queues of the existing ServiceBus NameSpace.
313-
- Set-AzureRmServiceBusQueue
314-
- Updates properties of existing Queue of ServiceBus NameSpace.
315-
- Remove-AzureRmServiceBusQueue
316-
- Deletes existing Queue of ServiceBus NameSpace.
317-
- New-AzureRmServiceBusQueueAuthorizationRule
318-
- Adds a new AuthorizationRule to the existing Queue of ServiceBus NameSpace.
319-
- Get-AzureRmServiceBusQueueAuthorizationRule
320-
- Gets the AuthorizationRule / List of AuthorizationRules of the Queue
321-
- Set-AzureRmServiceBusQueueAuthorizationRule
322-
- Updates the AuthorizationRule of the Queue.
323-
- New-AzureRmServiceBusQueueKey
324-
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue.
325-
- Get-AzureRmServiceBusQueueKey
326-
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue.
327-
- Remove-AzureRmServiceBusQueueAuthorizationRule
328-
- Deletes the existing AuthorizationRule of ServiceBus Queue.
329-
- New-AzureRmServiceBusTopic
330-
- Adds a new Topic to the existing ServiceBus NameSpace.
331-
- Get-AzureRmServiceBusTopic
332-
- Gets existing Topic/ List of Topics of the existing ServiceBus NameSpace.
333-
- Set-AzureRmServiceBusTopic
334-
- Updates properties of existing Topic of ServiceBus NameSpace.
335-
- Remove-AzureRmServiceBusTopic
336-
- Deletes existing Topic of ServiceBus NameSpace.
337-
- New-AzureRmServiceBusTopicAuthorizationRule
338-
- Adds a new AuthorizationRule to the existing Topic of ServiceBus NameSpace.
339-
- Get-AzureRmServiceBusTopicAuthorizationRule
340-
- Gets the AuthorizationRule / List of AuthorizationRules of the Topic.
341-
- Set-AzureRmServiceBusTopicAuthorizationRule
342-
- Updates the AuthorizationRule of the Topic.
343-
- New-AzureRmServiceBusTopicKey
344-
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic.
345-
- Get-AzureRmServiceBusTopicKey
346-
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic.
347-
- Remove-AzureRmServiceBusTopicAuthorizationRule
348-
- Deletes the existing AuthorizationRule of ServiceBus Topic.
349-
- New-AzureRmServiceBusSubscription
350-
- Adds a new Subscription to the existing ServiceBus Topic.
351-
- Get-AzureRmServiceBusSubscription
352-
- Gets existing Subscription/ List of Subscriptions of the existing ServiceBus Topic.
353-
- Set-AzureRmServiceBusSubscription
354-
- Updates properties of existing Subscription of ServiceBus Topic.
355-
- Remove-AzureRmServiceBusSubscription
356-
- Deletes existing Subscription of ServiceBus Topic.
357207
* Sql
358208
* Added storage properties to cmdlets for Azure SQL threat detection policy management at database and server level
359209
- StorageAccountName

0 commit comments

Comments
 (0)